/**Add import statements at the beginning of this file and regular statements at the end**/

@import "../css/base.css?1725643654873";

@import "../css/contact-info.css?1725643654873";

@import "../css/modwin.css?1725643654873";

@import "../css/layout.css?1725643654873";

@import "../css/menu-buttons.css?1725643654873";

@import "../css/grids.css?1725643654873";

@import "../css/login.css?1725643654873";

@import "../css/stacktable.css?1725643654873";

@import "../css/tables.css?1725643654873";

@import "../css/search-results.css?1725643654873";

@import "../css/login-help.css?1725643654873";

@import "../css/texts-and-links.css?1725643654873";

@import "../css/plone-admin.css?1725643654873";

@import "../css/carousel.css?1725643654873";

@import "../css/card.css?1725643654873";

@import "../css/custom/layout.css?1725643654873";

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

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;
  margin: 0.67em 0;
}

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

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

hr {
  -webkit-box-sizing: content-box;
          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.
 */

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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[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.
 */

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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

button{
  line-height: 1.25;
}

body{
  font-family: Roboto;
  color: #303030;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

a{
  font-weight: 700;
  color: #1F354A;
}

h1{
  font-weight: 700;
  font-family: Lato;
  letter-spacing: 0.19rem;
  line-height: 1.25;
}

h2{
  font-weight: 700;
  font-family: Lato;
  color: #7D49BB;
  line-height: 1.25;
}

h3{
  font-weight: 700;
  font-family: Lato;
  color: #0d112c;
  line-height: 1.25;
}

h4{
  font-weight: 700;
  font-family: Lato;
  color: #1F354A;
  line-height: 1.25;
}

h5{
  font-weight: 700;
  font-family: Lato;
  color: #0d112c;
  line-height: 1.25;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.space-y-0 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-18 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
}

.space-x-18 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

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

.space-x-22 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

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

.space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-66 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
}

.space-x-66 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-68 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
}

.space-x-68 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(21rem * var(--space-x-reverse)) !important;
  margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-70 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
}

.space-x-70 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(23rem * var(--space-x-reverse)) !important;
  margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-72 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
}

.space-x-72 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(25rem * var(--space-x-reverse)) !important;
  margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-74 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
}

.space-x-74 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(27rem * var(--space-x-reverse)) !important;
  margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.space-y-78 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
}

.space-x-78 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(29rem * var(--space-x-reverse)) !important;
  margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.-space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.-space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-18 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
}

.-space-x-18 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

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

.-space-x-22 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.-space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

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

.-space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.-space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-66 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
}

.-space-x-66 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-68 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
}

.-space-x-68 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-21rem * var(--space-x-reverse)) !important;
  margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-70 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
}

.-space-x-70 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-23rem * var(--space-x-reverse)) !important;
  margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-72 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
}

.-space-x-72 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-74 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
}

.-space-x-74 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-27rem * var(--space-x-reverse)) !important;
  margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

.-space-y-78 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
}

.-space-x-78 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-29rem * var(--space-x-reverse)) !important;
  margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  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;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

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

.-space-x-2px > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2px * var(--space-x-reverse)) !important;
  margin-left: calc(-2px * 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;
  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;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

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

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

.divide-y-2 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  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;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-4 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  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;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-8 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  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;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  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;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-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;
}

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

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

.divide-black > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

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

.divide-gray-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
}

.divide-red-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
}

.divide-red-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
}

.divide-red-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
}

.divide-red-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
}

.divide-red-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
}

.divide-red-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
}

.divide-red-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
}

.divide-red-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
}

.divide-red-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
}

.divide-orange-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
}

.divide-orange-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
}

.divide-orange-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
}

.divide-orange-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
}

.divide-orange-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
}

.divide-orange-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
}

.divide-orange-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
}

.divide-orange-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
}

.divide-orange-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
}

.divide-yellow-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
}

.divide-yellow-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
}

.divide-yellow-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
}

.divide-yellow-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
}

.divide-yellow-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
}

.divide-yellow-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
}

.divide-yellow-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
}

.divide-yellow-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
}

.divide-yellow-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
}

.divide-green-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
}

.divide-green-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
}

.divide-green-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
}

.divide-green-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
}

.divide-green-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
}

.divide-green-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
}

.divide-green-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
}

.divide-green-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
}

.divide-green-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
}

.divide-teal-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
}

.divide-teal-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
}

.divide-teal-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
}

.divide-teal-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
}

.divide-teal-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
}

.divide-teal-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
}

.divide-teal-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
}

.divide-teal-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
}

.divide-teal-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
}

.divide-blue-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
}

.divide-blue-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
}

.divide-blue-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}

.divide-blue-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
}

.divide-blue-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
}

.divide-blue-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
}

.divide-blue-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
}

.divide-blue-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
}

.divide-blue-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
}

.divide-indigo-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
}

.divide-purple-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
}

.divide-purple-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
}

.divide-purple-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
}

.divide-purple-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
}

.divide-purple-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
}

.divide-purple-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
}

.divide-purple-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
}

.divide-purple-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
}

.divide-purple-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
}

.divide-pink-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
}

.divide-pink-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
}

.divide-pink-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
}

.divide-pink-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
}

.divide-pink-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
}

.divide-pink-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
}

.divide-pink-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
}

.divide-pink-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
}

.divide-pink-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
}

.divide-brand-01 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0d112c !important;
  border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
}

.divide-brand-02 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1F354A !important;
  border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
}

.divide-brand-03 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #44CEC9 !important;
  border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
}

.divide-brand-04 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #499E8A !important;
  border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
}

.divide-brand-05 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #A41F63 !important;
  border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
}

.divide-brand-06 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7D49BB !important;
  border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
}

.divide-banner > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #FAD05C !important;
  border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
}

.divide-p-01 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #303030 !important;
  border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
}

.divide-inverse-01 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-gray-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #F3F3F3 !important;
  border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
}

.divide-gray-medium > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #EEEEEE !important;
  border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
}

.divide-gray-02 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #D0D0D0 !important;
  border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
}

.divide-gray-03 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #32333e !important;
  border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
}

.divide-gray-04 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #272C2C !important;
  border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
}

.divide-gray-05 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #575966 !important;
  border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
}

.divide-error > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f35b5b !important;
  border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
}

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

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

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

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

.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-80 > :not(template) ~ :not(template){
  --divide-opacity: 0.80 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-red-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

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

.bg-red-300{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.bg-red-400{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.bg-red-500{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.bg-red-600{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.bg-red-700{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.bg-red-800{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.bg-red-900{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.bg-orange-100{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.bg-orange-200{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.bg-orange-300{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.bg-orange-400{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.bg-orange-500{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.bg-orange-600{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.bg-orange-700{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.bg-orange-800{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.bg-orange-900{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.bg-yellow-100{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.bg-yellow-200{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.bg-yellow-300{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.bg-yellow-400{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.bg-yellow-500{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.bg-yellow-600{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.bg-yellow-700{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.bg-yellow-800{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.bg-yellow-900{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.bg-green-100{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.bg-green-200{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.bg-green-300{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.bg-green-400{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.bg-green-500{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.bg-green-600{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.bg-green-700{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.bg-green-800{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.bg-green-900{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.bg-teal-100{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.bg-teal-200{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.bg-teal-300{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.bg-teal-400{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.bg-teal-500{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.bg-teal-600{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.bg-teal-700{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.bg-teal-800{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.bg-teal-900{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.bg-blue-100{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.bg-blue-200{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.bg-blue-300{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.bg-blue-400{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.bg-blue-500{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.bg-blue-600{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.bg-blue-700{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.bg-blue-800{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.bg-blue-900{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-purple-200{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.bg-purple-300{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.bg-purple-400{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.bg-purple-500{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.bg-purple-600{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.bg-purple-700{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.bg-purple-800{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.bg-purple-900{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.bg-pink-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.bg-pink-200{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.bg-pink-300{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.bg-pink-400{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.bg-pink-500{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.bg-pink-600{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.bg-pink-700{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.bg-pink-800{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.bg-pink-900{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.bg-brand-01{
  --bg-opacity: 1 !important;
  background-color: #0d112c !important;
  background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
}

.bg-brand-02{
  --bg-opacity: 1 !important;
  background-color: #1F354A !important;
  background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
}

.bg-brand-03{
  --bg-opacity: 1 !important;
  background-color: #44CEC9 !important;
  background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
}

.bg-brand-04{
  --bg-opacity: 1 !important;
  background-color: #499E8A !important;
  background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
}

.bg-brand-05{
  --bg-opacity: 1 !important;
  background-color: #A41F63 !important;
  background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
}

.bg-brand-06{
  --bg-opacity: 1 !important;
  background-color: #7D49BB !important;
  background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
}

.bg-banner{
  --bg-opacity: 1 !important;
  background-color: #FAD05C !important;
  background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
}

.bg-p-01{
  --bg-opacity: 1 !important;
  background-color: #303030 !important;
  background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
}

.bg-inverse-01{
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gray-light{
  --bg-opacity: 1 !important;
  background-color: #F3F3F3 !important;
  background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
}

.bg-gray-medium{
  --bg-opacity: 1 !important;
  background-color: #EEEEEE !important;
  background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
}

.bg-gray-02{
  --bg-opacity: 1 !important;
  background-color: #D0D0D0 !important;
  background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
}

.bg-gray-03{
  --bg-opacity: 1 !important;
  background-color: #32333e !important;
  background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
}

.bg-gray-04{
  --bg-opacity: 1 !important;
  background-color: #272C2C !important;
  background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
}

.bg-gray-05{
  --bg-opacity: 1 !important;
  background-color: #575966 !important;
  background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
}

.bg-error{
  --bg-opacity: 1 !important;
  background-color: #f35b5b !important;
  background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-red-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.hover\:bg-red-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.hover\:bg-red-300:hover{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.hover\:bg-red-400:hover{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.hover\:bg-red-500:hover{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.hover\:bg-red-600:hover{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.hover\:bg-red-700:hover{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.hover\:bg-red-800:hover{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.hover\:bg-red-900:hover{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.hover\:bg-orange-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.hover\:bg-orange-200:hover{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.hover\:bg-orange-300:hover{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.hover\:bg-orange-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.hover\:bg-orange-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.hover\:bg-orange-600:hover{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.hover\:bg-orange-700:hover{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.hover\:bg-orange-800:hover{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.hover\:bg-orange-900:hover{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-300:hover{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-600:hover{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-700:hover{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-800:hover{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-900:hover{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.hover\:bg-green-100:hover{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.hover\:bg-green-200:hover{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.hover\:bg-green-300:hover{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.hover\:bg-green-400:hover{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.hover\:bg-green-500:hover{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.hover\:bg-green-600:hover{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.hover\:bg-green-700:hover{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.hover\:bg-green-800:hover{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.hover\:bg-green-900:hover{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.hover\:bg-teal-100:hover{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.hover\:bg-teal-200:hover{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.hover\:bg-teal-300:hover{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.hover\:bg-teal-400:hover{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.hover\:bg-teal-500:hover{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.hover\:bg-teal-600:hover{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.hover\:bg-teal-700:hover{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.hover\:bg-teal-800:hover{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.hover\:bg-teal-900:hover{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.hover\:bg-blue-100:hover{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.hover\:bg-blue-200:hover{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.hover\:bg-blue-300:hover{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.hover\:bg-blue-400:hover{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.hover\:bg-blue-500:hover{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.hover\:bg-blue-600:hover{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.hover\:bg-blue-700:hover{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.hover\:bg-blue-800:hover{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.hover\:bg-blue-900:hover{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.hover\:bg-purple-100:hover{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.hover\:bg-purple-200:hover{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.hover\:bg-purple-300:hover{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.hover\:bg-purple-400:hover{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.hover\:bg-purple-500:hover{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.hover\:bg-purple-600:hover{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.hover\:bg-purple-700:hover{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.hover\:bg-purple-800:hover{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.hover\:bg-purple-900:hover{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.hover\:bg-pink-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.hover\:bg-pink-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.hover\:bg-pink-300:hover{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.hover\:bg-pink-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.hover\:bg-pink-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.hover\:bg-pink-600:hover{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.hover\:bg-pink-700:hover{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.hover\:bg-pink-800:hover{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.hover\:bg-pink-900:hover{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.hover\:bg-brand-01:hover{
  --bg-opacity: 1 !important;
  background-color: #0d112c !important;
  background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
}

.hover\:bg-brand-02:hover{
  --bg-opacity: 1 !important;
  background-color: #1F354A !important;
  background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
}

.hover\:bg-brand-03:hover{
  --bg-opacity: 1 !important;
  background-color: #44CEC9 !important;
  background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
}

.hover\:bg-brand-04:hover{
  --bg-opacity: 1 !important;
  background-color: #499E8A !important;
  background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
}

.hover\:bg-brand-05:hover{
  --bg-opacity: 1 !important;
  background-color: #A41F63 !important;
  background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
}

.hover\:bg-brand-06:hover{
  --bg-opacity: 1 !important;
  background-color: #7D49BB !important;
  background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
}

.hover\:bg-banner:hover{
  --bg-opacity: 1 !important;
  background-color: #FAD05C !important;
  background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
}

.hover\:bg-p-01:hover{
  --bg-opacity: 1 !important;
  background-color: #303030 !important;
  background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
}

.hover\:bg-inverse-01:hover{
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:bg-gray-light:hover{
  --bg-opacity: 1 !important;
  background-color: #F3F3F3 !important;
  background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
}

.hover\:bg-gray-medium:hover{
  --bg-opacity: 1 !important;
  background-color: #EEEEEE !important;
  background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
}

.hover\:bg-gray-02:hover{
  --bg-opacity: 1 !important;
  background-color: #D0D0D0 !important;
  background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
}

.hover\:bg-gray-03:hover{
  --bg-opacity: 1 !important;
  background-color: #32333e !important;
  background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
}

.hover\:bg-gray-04:hover{
  --bg-opacity: 1 !important;
  background-color: #272C2C !important;
  background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
}

.hover\:bg-gray-05:hover{
  --bg-opacity: 1 !important;
  background-color: #575966 !important;
  background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
}

.hover\:bg-error:hover{
  --bg-opacity: 1 !important;
  background-color: #f35b5b !important;
  background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-red-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.focus\:bg-red-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.focus\:bg-red-300:focus{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.focus\:bg-red-400:focus{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.focus\:bg-red-500:focus{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.focus\:bg-red-600:focus{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.focus\:bg-red-700:focus{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.focus\:bg-red-800:focus{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.focus\:bg-red-900:focus{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.focus\:bg-orange-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.focus\:bg-orange-200:focus{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.focus\:bg-orange-300:focus{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.focus\:bg-orange-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.focus\:bg-orange-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.focus\:bg-orange-600:focus{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.focus\:bg-orange-700:focus{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.focus\:bg-orange-800:focus{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.focus\:bg-orange-900:focus{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-300:focus{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-600:focus{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-700:focus{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-800:focus{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-900:focus{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.focus\:bg-green-100:focus{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.focus\:bg-green-200:focus{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.focus\:bg-green-300:focus{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.focus\:bg-green-400:focus{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.focus\:bg-green-500:focus{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.focus\:bg-green-600:focus{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.focus\:bg-green-700:focus{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.focus\:bg-green-800:focus{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.focus\:bg-green-900:focus{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.focus\:bg-teal-100:focus{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.focus\:bg-teal-200:focus{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.focus\:bg-teal-300:focus{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.focus\:bg-teal-400:focus{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.focus\:bg-teal-500:focus{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.focus\:bg-teal-600:focus{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.focus\:bg-teal-700:focus{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.focus\:bg-teal-800:focus{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.focus\:bg-teal-900:focus{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.focus\:bg-blue-100:focus{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.focus\:bg-blue-200:focus{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.focus\:bg-blue-300:focus{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.focus\:bg-blue-400:focus{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.focus\:bg-blue-500:focus{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.focus\:bg-blue-600:focus{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.focus\:bg-blue-700:focus{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.focus\:bg-blue-800:focus{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.focus\:bg-blue-900:focus{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.focus\:bg-purple-100:focus{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.focus\:bg-purple-200:focus{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.focus\:bg-purple-300:focus{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.focus\:bg-purple-400:focus{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.focus\:bg-purple-500:focus{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.focus\:bg-purple-600:focus{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.focus\:bg-purple-700:focus{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.focus\:bg-purple-800:focus{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.focus\:bg-purple-900:focus{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.focus\:bg-pink-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.focus\:bg-pink-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.focus\:bg-pink-300:focus{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.focus\:bg-pink-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.focus\:bg-pink-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.focus\:bg-pink-600:focus{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.focus\:bg-pink-700:focus{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.focus\:bg-pink-800:focus{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.focus\:bg-pink-900:focus{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.focus\:bg-brand-01:focus{
  --bg-opacity: 1 !important;
  background-color: #0d112c !important;
  background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
}

.focus\:bg-brand-02:focus{
  --bg-opacity: 1 !important;
  background-color: #1F354A !important;
  background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
}

.focus\:bg-brand-03:focus{
  --bg-opacity: 1 !important;
  background-color: #44CEC9 !important;
  background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
}

.focus\:bg-brand-04:focus{
  --bg-opacity: 1 !important;
  background-color: #499E8A !important;
  background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
}

.focus\:bg-brand-05:focus{
  --bg-opacity: 1 !important;
  background-color: #A41F63 !important;
  background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
}

.focus\:bg-brand-06:focus{
  --bg-opacity: 1 !important;
  background-color: #7D49BB !important;
  background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
}

.focus\:bg-banner:focus{
  --bg-opacity: 1 !important;
  background-color: #FAD05C !important;
  background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
}

.focus\:bg-p-01:focus{
  --bg-opacity: 1 !important;
  background-color: #303030 !important;
  background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
}

.focus\:bg-inverse-01:focus{
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus\:bg-gray-light:focus{
  --bg-opacity: 1 !important;
  background-color: #F3F3F3 !important;
  background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
}

.focus\:bg-gray-medium:focus{
  --bg-opacity: 1 !important;
  background-color: #EEEEEE !important;
  background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
}

.focus\:bg-gray-02:focus{
  --bg-opacity: 1 !important;
  background-color: #D0D0D0 !important;
  background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
}

.focus\:bg-gray-03:focus{
  --bg-opacity: 1 !important;
  background-color: #32333e !important;
  background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
}

.focus\:bg-gray-04:focus{
  --bg-opacity: 1 !important;
  background-color: #272C2C !important;
  background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
}

.focus\:bg-gray-05:focus{
  --bg-opacity: 1 !important;
  background-color: #575966 !important;
  background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
}

.focus\:bg-error:focus{
  --bg-opacity: 1 !important;
  background-color: #f35b5b !important;
  background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
}

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

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

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

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

.group:hover .group-hover\:bg-gray-100{
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-200{
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-300{
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-400{
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-500{
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-600{
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-700{
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-800{
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-red-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-red-300{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-400{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-500{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-600{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-700{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-800{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-900{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-100{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-orange-300{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-400{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-500{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-600{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-700{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-800{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange-900{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-100{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-200{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-300{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-400{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-500{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-600{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-700{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-800{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-900{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-100{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-200{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-300{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-400{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-500{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-600{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-700{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-800{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-900{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-100{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-200{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-300{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-400{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-500{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-600{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-700{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-800{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-900{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-100{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-500{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-600{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-700{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-800{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-900{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-100{
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-200{
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-300{
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-400{
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-500{
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-600{
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-700{
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-800{
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-900{
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-100{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-200{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-300{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-400{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-500{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-600{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-700{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-800{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-900{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-200{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-300{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-400{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-500{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-600{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-700{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-800{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-900{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brand-01{
  --bg-opacity: 1 !important;
  background-color: #0d112c !important;
  background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brand-02{
  --bg-opacity: 1 !important;
  background-color: #1F354A !important;
  background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brand-03{
  --bg-opacity: 1 !important;
  background-color: #44CEC9 !important;
  background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brand-04{
  --bg-opacity: 1 !important;
  background-color: #499E8A !important;
  background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brand-05{
  --bg-opacity: 1 !important;
  background-color: #A41F63 !important;
  background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-brand-06{
  --bg-opacity: 1 !important;
  background-color: #7D49BB !important;
  background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-banner{
  --bg-opacity: 1 !important;
  background-color: #FAD05C !important;
  background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-p-01{
  --bg-opacity: 1 !important;
  background-color: #303030 !important;
  background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-inverse-01{
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-light{
  --bg-opacity: 1 !important;
  background-color: #F3F3F3 !important;
  background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-medium{
  --bg-opacity: 1 !important;
  background-color: #EEEEEE !important;
  background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-02{
  --bg-opacity: 1 !important;
  background-color: #D0D0D0 !important;
  background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-03{
  --bg-opacity: 1 !important;
  background-color: #32333e !important;
  background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-04{
  --bg-opacity: 1 !important;
  background-color: #272C2C !important;
  background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-05{
  --bg-opacity: 1 !important;
  background-color: #575966 !important;
  background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-error{
  --bg-opacity: 1 !important;
  background-color: #f35b5b !important;
  background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
}

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

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

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

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

.group:focus .group-focus\:bg-gray-100{
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-200{
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-300{
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-400{
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-500{
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-600{
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-700{
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-800{
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

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

.group:focus .group-focus\:bg-red-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-200{
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-300{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-400{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-500{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-600{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-700{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-800{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-red-900{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-100{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-200{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-300{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-400{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-500{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-600{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-700{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-800{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-orange-900{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-100{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-200{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-300{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-400{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-500{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-600{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-700{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-800{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-yellow-900{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-100{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-200{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-300{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-400{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-500{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-600{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-700{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-800{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-green-900{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-100{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-200{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-300{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-400{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-500{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-600{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-700{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-800{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-teal-900{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-100{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-200{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-300{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-400{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-500{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-600{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-700{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-800{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-blue-900{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-100{
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-200{
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-300{
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-400{
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-500{
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-600{
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-700{
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-800{
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-indigo-900{
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-100{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-200{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-300{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-400{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-500{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-600{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-700{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-800{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-purple-900{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-200{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-300{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-400{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-500{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-600{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-700{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-800{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-pink-900{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-brand-01{
  --bg-opacity: 1 !important;
  background-color: #0d112c !important;
  background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-brand-02{
  --bg-opacity: 1 !important;
  background-color: #1F354A !important;
  background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-brand-03{
  --bg-opacity: 1 !important;
  background-color: #44CEC9 !important;
  background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-brand-04{
  --bg-opacity: 1 !important;
  background-color: #499E8A !important;
  background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-brand-05{
  --bg-opacity: 1 !important;
  background-color: #A41F63 !important;
  background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-brand-06{
  --bg-opacity: 1 !important;
  background-color: #7D49BB !important;
  background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-banner{
  --bg-opacity: 1 !important;
  background-color: #FAD05C !important;
  background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-p-01{
  --bg-opacity: 1 !important;
  background-color: #303030 !important;
  background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-inverse-01{
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-light{
  --bg-opacity: 1 !important;
  background-color: #F3F3F3 !important;
  background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-medium{
  --bg-opacity: 1 !important;
  background-color: #EEEEEE !important;
  background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-02{
  --bg-opacity: 1 !important;
  background-color: #D0D0D0 !important;
  background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-03{
  --bg-opacity: 1 !important;
  background-color: #32333e !important;
  background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-04{
  --bg-opacity: 1 !important;
  background-color: #272C2C !important;
  background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-gray-05{
  --bg-opacity: 1 !important;
  background-color: #575966 !important;
  background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
}

.group:focus .group-focus\:bg-error{
  --bg-opacity: 1 !important;
  background-color: #f35b5b !important;
  background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top left, 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: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-white{
  --gradient-from-color: #fff !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-100{
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.from-red-200{
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.from-red-300{
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.from-red-400{
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.from-red-500{
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.from-red-600{
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.from-red-700{
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.from-red-800{
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.from-red-900{
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.from-orange-100{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.from-orange-200{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.from-orange-300{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.from-orange-400{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.from-orange-500{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.from-orange-600{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.from-orange-700{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.from-orange-800{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.from-orange-900{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.from-yellow-100{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.from-yellow-200{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.from-yellow-300{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.from-yellow-400{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.from-yellow-500{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.from-yellow-600{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.from-yellow-700{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.from-yellow-800{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.from-yellow-900{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.from-green-100{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.from-green-200{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.from-green-300{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.from-green-400{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.from-green-500{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.from-green-600{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.from-green-700{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.from-green-800{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.from-green-900{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.from-teal-100{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.from-teal-200{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.from-teal-300{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.from-teal-400{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.from-teal-500{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.from-teal-600{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.from-teal-700{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.from-teal-800{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.from-teal-900{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.from-blue-100{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.from-blue-200{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.from-blue-300{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.from-blue-400{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.from-blue-500{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.from-blue-600{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.from-blue-700{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.from-blue-800{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.from-blue-900{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.from-purple-200{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.from-purple-300{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.from-purple-400{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.from-purple-500{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.from-purple-600{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.from-purple-700{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.from-purple-800{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.from-purple-900{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.from-pink-100{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.from-pink-200{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.from-pink-300{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.from-pink-400{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.from-pink-500{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.from-pink-600{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.from-pink-700{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.from-pink-800{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.from-pink-900{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.from-brand-01{
  --gradient-from-color: #0d112c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
}

.from-brand-02{
  --gradient-from-color: #1F354A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
}

.from-brand-03{
  --gradient-from-color: #44CEC9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
}

.from-brand-04{
  --gradient-from-color: #499E8A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
}

.from-brand-05{
  --gradient-from-color: #A41F63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
}

.from-brand-06{
  --gradient-from-color: #7D49BB !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
}

.from-banner{
  --gradient-from-color: #FAD05C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
}

.from-p-01{
  --gradient-from-color: #303030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
}

.from-inverse-01{
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gray-light{
  --gradient-from-color: #F3F3F3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
}

.from-gray-medium{
  --gradient-from-color: #EEEEEE !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
}

.from-gray-02{
  --gradient-from-color: #D0D0D0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
}

.from-gray-03{
  --gradient-from-color: #32333e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
}

.from-gray-04{
  --gradient-from-color: #272C2C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
}

.from-gray-05{
  --gradient-from-color: #575966 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
}

.from-error{
  --gradient-from-color: #f35b5b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-white{
  --gradient-via-color: #fff !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-100{
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.via-red-200{
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.via-red-300{
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.via-red-400{
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.via-red-500{
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.via-red-600{
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.via-red-700{
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.via-red-800{
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.via-red-900{
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.via-orange-100{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.via-orange-200{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.via-orange-300{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.via-orange-400{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.via-orange-500{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.via-orange-600{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.via-orange-700{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.via-orange-800{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.via-orange-900{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.via-yellow-100{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.via-yellow-200{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.via-yellow-300{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.via-yellow-400{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.via-yellow-500{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.via-yellow-600{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.via-yellow-700{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.via-yellow-800{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.via-yellow-900{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.via-green-100{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.via-green-200{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.via-green-300{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.via-green-400{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.via-green-500{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.via-green-600{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.via-green-700{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.via-green-800{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.via-green-900{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.via-teal-100{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.via-teal-200{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.via-teal-300{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.via-teal-400{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.via-teal-500{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.via-teal-600{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.via-teal-700{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.via-teal-800{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.via-teal-900{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.via-blue-100{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.via-blue-200{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.via-blue-300{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.via-blue-400{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.via-blue-500{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.via-blue-600{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.via-blue-700{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.via-blue-800{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.via-blue-900{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.via-purple-200{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.via-purple-300{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.via-purple-400{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.via-purple-500{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.via-purple-600{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.via-purple-700{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.via-purple-800{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.via-purple-900{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.via-pink-100{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.via-pink-200{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.via-pink-300{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.via-pink-400{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.via-pink-500{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.via-pink-600{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.via-pink-700{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.via-pink-800{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.via-pink-900{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.via-brand-01{
  --gradient-via-color: #0d112c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
}

.via-brand-02{
  --gradient-via-color: #1F354A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
}

.via-brand-03{
  --gradient-via-color: #44CEC9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
}

.via-brand-04{
  --gradient-via-color: #499E8A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
}

.via-brand-05{
  --gradient-via-color: #A41F63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
}

.via-brand-06{
  --gradient-via-color: #7D49BB !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
}

.via-banner{
  --gradient-via-color: #FAD05C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
}

.via-p-01{
  --gradient-via-color: #303030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
}

.via-inverse-01{
  --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-light{
  --gradient-via-color: #F3F3F3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
}

.via-gray-medium{
  --gradient-via-color: #EEEEEE !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
}

.via-gray-02{
  --gradient-via-color: #D0D0D0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
}

.via-gray-03{
  --gradient-via-color: #32333e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
}

.via-gray-04{
  --gradient-via-color: #272C2C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
}

.via-gray-05{
  --gradient-via-color: #575966 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
}

.via-error{
  --gradient-via-color: #f35b5b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
}

.to-transparent{
  --gradient-to-color: transparent !important;
}

.to-current{
  --gradient-to-color: currentColor !important;
}

.to-black{
  --gradient-to-color: #000 !important;
}

.to-white{
  --gradient-to-color: #fff !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-100{
  --gradient-to-color: #fff5f5 !important;
}

.to-red-200{
  --gradient-to-color: #fed7d7 !important;
}

.to-red-300{
  --gradient-to-color: #feb2b2 !important;
}

.to-red-400{
  --gradient-to-color: #fc8181 !important;
}

.to-red-500{
  --gradient-to-color: #f56565 !important;
}

.to-red-600{
  --gradient-to-color: #e53e3e !important;
}

.to-red-700{
  --gradient-to-color: #c53030 !important;
}

.to-red-800{
  --gradient-to-color: #9b2c2c !important;
}

.to-red-900{
  --gradient-to-color: #742a2a !important;
}

.to-orange-100{
  --gradient-to-color: #fffaf0 !important;
}

.to-orange-200{
  --gradient-to-color: #feebc8 !important;
}

.to-orange-300{
  --gradient-to-color: #fbd38d !important;
}

.to-orange-400{
  --gradient-to-color: #f6ad55 !important;
}

.to-orange-500{
  --gradient-to-color: #ed8936 !important;
}

.to-orange-600{
  --gradient-to-color: #dd6b20 !important;
}

.to-orange-700{
  --gradient-to-color: #c05621 !important;
}

.to-orange-800{
  --gradient-to-color: #9c4221 !important;
}

.to-orange-900{
  --gradient-to-color: #7b341e !important;
}

.to-yellow-100{
  --gradient-to-color: #fffff0 !important;
}

.to-yellow-200{
  --gradient-to-color: #fefcbf !important;
}

.to-yellow-300{
  --gradient-to-color: #faf089 !important;
}

.to-yellow-400{
  --gradient-to-color: #f6e05e !important;
}

.to-yellow-500{
  --gradient-to-color: #ecc94b !important;
}

.to-yellow-600{
  --gradient-to-color: #d69e2e !important;
}

.to-yellow-700{
  --gradient-to-color: #b7791f !important;
}

.to-yellow-800{
  --gradient-to-color: #975a16 !important;
}

.to-yellow-900{
  --gradient-to-color: #744210 !important;
}

.to-green-100{
  --gradient-to-color: #f0fff4 !important;
}

.to-green-200{
  --gradient-to-color: #c6f6d5 !important;
}

.to-green-300{
  --gradient-to-color: #9ae6b4 !important;
}

.to-green-400{
  --gradient-to-color: #68d391 !important;
}

.to-green-500{
  --gradient-to-color: #48bb78 !important;
}

.to-green-600{
  --gradient-to-color: #38a169 !important;
}

.to-green-700{
  --gradient-to-color: #2f855a !important;
}

.to-green-800{
  --gradient-to-color: #276749 !important;
}

.to-green-900{
  --gradient-to-color: #22543d !important;
}

.to-teal-100{
  --gradient-to-color: #e6fffa !important;
}

.to-teal-200{
  --gradient-to-color: #b2f5ea !important;
}

.to-teal-300{
  --gradient-to-color: #81e6d9 !important;
}

.to-teal-400{
  --gradient-to-color: #4fd1c5 !important;
}

.to-teal-500{
  --gradient-to-color: #38b2ac !important;
}

.to-teal-600{
  --gradient-to-color: #319795 !important;
}

.to-teal-700{
  --gradient-to-color: #2c7a7b !important;
}

.to-teal-800{
  --gradient-to-color: #285e61 !important;
}

.to-teal-900{
  --gradient-to-color: #234e52 !important;
}

.to-blue-100{
  --gradient-to-color: #ebf8ff !important;
}

.to-blue-200{
  --gradient-to-color: #bee3f8 !important;
}

.to-blue-300{
  --gradient-to-color: #90cdf4 !important;
}

.to-blue-400{
  --gradient-to-color: #63b3ed !important;
}

.to-blue-500{
  --gradient-to-color: #4299e1 !important;
}

.to-blue-600{
  --gradient-to-color: #3182ce !important;
}

.to-blue-700{
  --gradient-to-color: #2b6cb0 !important;
}

.to-blue-800{
  --gradient-to-color: #2c5282 !important;
}

.to-blue-900{
  --gradient-to-color: #2a4365 !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-100{
  --gradient-to-color: #faf5ff !important;
}

.to-purple-200{
  --gradient-to-color: #e9d8fd !important;
}

.to-purple-300{
  --gradient-to-color: #d6bcfa !important;
}

.to-purple-400{
  --gradient-to-color: #b794f4 !important;
}

.to-purple-500{
  --gradient-to-color: #9f7aea !important;
}

.to-purple-600{
  --gradient-to-color: #805ad5 !important;
}

.to-purple-700{
  --gradient-to-color: #6b46c1 !important;
}

.to-purple-800{
  --gradient-to-color: #553c9a !important;
}

.to-purple-900{
  --gradient-to-color: #44337a !important;
}

.to-pink-100{
  --gradient-to-color: #fff5f7 !important;
}

.to-pink-200{
  --gradient-to-color: #fed7e2 !important;
}

.to-pink-300{
  --gradient-to-color: #fbb6ce !important;
}

.to-pink-400{
  --gradient-to-color: #f687b3 !important;
}

.to-pink-500{
  --gradient-to-color: #ed64a6 !important;
}

.to-pink-600{
  --gradient-to-color: #d53f8c !important;
}

.to-pink-700{
  --gradient-to-color: #b83280 !important;
}

.to-pink-800{
  --gradient-to-color: #97266d !important;
}

.to-pink-900{
  --gradient-to-color: #702459 !important;
}

.to-brand-01{
  --gradient-to-color: #0d112c !important;
}

.to-brand-02{
  --gradient-to-color: #1F354A !important;
}

.to-brand-03{
  --gradient-to-color: #44CEC9 !important;
}

.to-brand-04{
  --gradient-to-color: #499E8A !important;
}

.to-brand-05{
  --gradient-to-color: #A41F63 !important;
}

.to-brand-06{
  --gradient-to-color: #7D49BB !important;
}

.to-banner{
  --gradient-to-color: #FAD05C !important;
}

.to-p-01{
  --gradient-to-color: #303030 !important;
}

.to-inverse-01{
  --gradient-to-color: #ffffff !important;
}

.to-gray-light{
  --gradient-to-color: #F3F3F3 !important;
}

.to-gray-medium{
  --gradient-to-color: #EEEEEE !important;
}

.to-gray-02{
  --gradient-to-color: #D0D0D0 !important;
}

.to-gray-03{
  --gradient-to-color: #32333e !important;
}

.to-gray-04{
  --gradient-to-color: #272C2C !important;
}

.to-gray-05{
  --gradient-to-color: #575966 !important;
}

.to-error{
  --gradient-to-color: #f35b5b !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: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover{
  --gradient-from-color: #fff !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-100:hover{
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.hover\:from-red-200:hover{
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.hover\:from-red-300:hover{
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.hover\:from-red-400:hover{
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.hover\:from-red-500:hover{
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.hover\:from-red-600:hover{
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.hover\:from-red-700:hover{
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.hover\:from-red-800:hover{
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.hover\:from-red-900:hover{
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.hover\:from-orange-100:hover{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.hover\:from-orange-200:hover{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.hover\:from-orange-300:hover{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.hover\:from-orange-400:hover{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.hover\:from-orange-500:hover{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.hover\:from-orange-600:hover{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.hover\:from-orange-700:hover{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.hover\:from-orange-800:hover{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.hover\:from-orange-900:hover{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.hover\:from-yellow-100:hover{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.hover\:from-yellow-200:hover{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.hover\:from-yellow-300:hover{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.hover\:from-yellow-400:hover{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.hover\:from-yellow-500:hover{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.hover\:from-yellow-600:hover{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.hover\:from-yellow-700:hover{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.hover\:from-yellow-800:hover{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.hover\:from-yellow-900:hover{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.hover\:from-green-100:hover{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:from-green-200:hover{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:from-green-300:hover{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:from-green-400:hover{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:from-green-500:hover{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:from-green-600:hover{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:from-green-700:hover{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:from-green-800:hover{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:from-green-900:hover{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:from-teal-100:hover{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:from-teal-200:hover{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:from-teal-300:hover{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:from-teal-400:hover{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:from-teal-500:hover{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:from-teal-600:hover{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:from-teal-700:hover{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:from-teal-800:hover{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:from-teal-900:hover{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:from-blue-100:hover{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:from-blue-200:hover{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:from-blue-300:hover{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:from-blue-400:hover{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:from-blue-500:hover{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:from-blue-600:hover{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:from-blue-700:hover{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:from-blue-800:hover{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:from-blue-900:hover{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:from-purple-200:hover{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:from-purple-300:hover{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:from-purple-400:hover{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:from-purple-500:hover{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:from-purple-600:hover{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:from-purple-700:hover{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:from-purple-800:hover{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:from-purple-900:hover{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:from-pink-100:hover{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:from-pink-200:hover{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:from-pink-300:hover{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:from-pink-400:hover{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:from-pink-500:hover{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:from-pink-600:hover{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:from-pink-700:hover{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:from-pink-800:hover{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:from-pink-900:hover{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:from-brand-01:hover{
  --gradient-from-color: #0d112c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
}

.hover\:from-brand-02:hover{
  --gradient-from-color: #1F354A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
}

.hover\:from-brand-03:hover{
  --gradient-from-color: #44CEC9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
}

.hover\:from-brand-04:hover{
  --gradient-from-color: #499E8A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
}

.hover\:from-brand-05:hover{
  --gradient-from-color: #A41F63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
}

.hover\:from-brand-06:hover{
  --gradient-from-color: #7D49BB !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
}

.hover\:from-banner:hover{
  --gradient-from-color: #FAD05C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
}

.hover\:from-p-01:hover{
  --gradient-from-color: #303030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
}

.hover\:from-inverse-01: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-light:hover{
  --gradient-from-color: #F3F3F3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
}

.hover\:from-gray-medium:hover{
  --gradient-from-color: #EEEEEE !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
}

.hover\:from-gray-02:hover{
  --gradient-from-color: #D0D0D0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
}

.hover\:from-gray-03:hover{
  --gradient-from-color: #32333e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
}

.hover\:from-gray-04:hover{
  --gradient-from-color: #272C2C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
}

.hover\:from-gray-05:hover{
  --gradient-from-color: #575966 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
}

.hover\:from-error:hover{
  --gradient-from-color: #f35b5b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover{
  --gradient-via-color: #fff !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-100:hover{
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.hover\:via-red-200:hover{
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.hover\:via-red-300:hover{
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.hover\:via-red-400:hover{
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.hover\:via-red-500:hover{
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.hover\:via-red-600:hover{
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.hover\:via-red-700:hover{
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.hover\:via-red-800:hover{
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.hover\:via-red-900:hover{
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.hover\:via-orange-100:hover{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.hover\:via-orange-200:hover{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.hover\:via-orange-300:hover{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.hover\:via-orange-400:hover{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.hover\:via-orange-500:hover{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.hover\:via-orange-600:hover{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.hover\:via-orange-700:hover{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.hover\:via-orange-800:hover{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.hover\:via-orange-900:hover{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.hover\:via-yellow-100:hover{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.hover\:via-yellow-200:hover{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.hover\:via-yellow-300:hover{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.hover\:via-yellow-400:hover{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.hover\:via-yellow-500:hover{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.hover\:via-yellow-600:hover{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.hover\:via-yellow-700:hover{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.hover\:via-yellow-800:hover{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.hover\:via-yellow-900:hover{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.hover\:via-green-100:hover{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:via-green-200:hover{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:via-green-300:hover{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:via-green-400:hover{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:via-green-500:hover{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:via-green-600:hover{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:via-green-700:hover{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:via-green-800:hover{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:via-green-900:hover{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:via-teal-100:hover{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:via-teal-200:hover{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:via-teal-300:hover{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:via-teal-400:hover{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:via-teal-500:hover{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:via-teal-600:hover{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:via-teal-700:hover{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:via-teal-800:hover{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:via-teal-900:hover{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:via-blue-100:hover{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:via-blue-200:hover{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:via-blue-300:hover{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:via-blue-400:hover{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:via-blue-500:hover{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:via-blue-600:hover{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:via-blue-700:hover{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:via-blue-800:hover{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:via-blue-900:hover{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:via-purple-200:hover{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:via-purple-300:hover{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:via-purple-400:hover{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:via-purple-500:hover{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:via-purple-600:hover{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:via-purple-700:hover{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:via-purple-800:hover{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:via-purple-900:hover{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:via-pink-100:hover{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:via-pink-200:hover{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:via-pink-300:hover{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:via-pink-400:hover{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:via-pink-500:hover{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:via-pink-600:hover{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:via-pink-700:hover{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:via-pink-800:hover{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:via-pink-900:hover{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:via-brand-01:hover{
  --gradient-via-color: #0d112c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
}

.hover\:via-brand-02:hover{
  --gradient-via-color: #1F354A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
}

.hover\:via-brand-03:hover{
  --gradient-via-color: #44CEC9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
}

.hover\:via-brand-04:hover{
  --gradient-via-color: #499E8A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
}

.hover\:via-brand-05:hover{
  --gradient-via-color: #A41F63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
}

.hover\:via-brand-06:hover{
  --gradient-via-color: #7D49BB !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
}

.hover\:via-banner:hover{
  --gradient-via-color: #FAD05C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
}

.hover\:via-p-01:hover{
  --gradient-via-color: #303030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
}

.hover\:via-inverse-01: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-light:hover{
  --gradient-via-color: #F3F3F3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
}

.hover\:via-gray-medium:hover{
  --gradient-via-color: #EEEEEE !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
}

.hover\:via-gray-02:hover{
  --gradient-via-color: #D0D0D0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
}

.hover\:via-gray-03:hover{
  --gradient-via-color: #32333e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
}

.hover\:via-gray-04:hover{
  --gradient-via-color: #272C2C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
}

.hover\:via-gray-05:hover{
  --gradient-via-color: #575966 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
}

.hover\:via-error:hover{
  --gradient-via-color: #f35b5b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
}

.hover\:to-white:hover{
  --gradient-to-color: #fff !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-100:hover{
  --gradient-to-color: #fff5f5 !important;
}

.hover\:to-red-200:hover{
  --gradient-to-color: #fed7d7 !important;
}

.hover\:to-red-300:hover{
  --gradient-to-color: #feb2b2 !important;
}

.hover\:to-red-400:hover{
  --gradient-to-color: #fc8181 !important;
}

.hover\:to-red-500:hover{
  --gradient-to-color: #f56565 !important;
}

.hover\:to-red-600:hover{
  --gradient-to-color: #e53e3e !important;
}

.hover\:to-red-700:hover{
  --gradient-to-color: #c53030 !important;
}

.hover\:to-red-800:hover{
  --gradient-to-color: #9b2c2c !important;
}

.hover\:to-red-900:hover{
  --gradient-to-color: #742a2a !important;
}

.hover\:to-orange-100:hover{
  --gradient-to-color: #fffaf0 !important;
}

.hover\:to-orange-200:hover{
  --gradient-to-color: #feebc8 !important;
}

.hover\:to-orange-300:hover{
  --gradient-to-color: #fbd38d !important;
}

.hover\:to-orange-400:hover{
  --gradient-to-color: #f6ad55 !important;
}

.hover\:to-orange-500:hover{
  --gradient-to-color: #ed8936 !important;
}

.hover\:to-orange-600:hover{
  --gradient-to-color: #dd6b20 !important;
}

.hover\:to-orange-700:hover{
  --gradient-to-color: #c05621 !important;
}

.hover\:to-orange-800:hover{
  --gradient-to-color: #9c4221 !important;
}

.hover\:to-orange-900:hover{
  --gradient-to-color: #7b341e !important;
}

.hover\:to-yellow-100:hover{
  --gradient-to-color: #fffff0 !important;
}

.hover\:to-yellow-200:hover{
  --gradient-to-color: #fefcbf !important;
}

.hover\:to-yellow-300:hover{
  --gradient-to-color: #faf089 !important;
}

.hover\:to-yellow-400:hover{
  --gradient-to-color: #f6e05e !important;
}

.hover\:to-yellow-500:hover{
  --gradient-to-color: #ecc94b !important;
}

.hover\:to-yellow-600:hover{
  --gradient-to-color: #d69e2e !important;
}

.hover\:to-yellow-700:hover{
  --gradient-to-color: #b7791f !important;
}

.hover\:to-yellow-800:hover{
  --gradient-to-color: #975a16 !important;
}

.hover\:to-yellow-900:hover{
  --gradient-to-color: #744210 !important;
}

.hover\:to-green-100:hover{
  --gradient-to-color: #f0fff4 !important;
}

.hover\:to-green-200:hover{
  --gradient-to-color: #c6f6d5 !important;
}

.hover\:to-green-300:hover{
  --gradient-to-color: #9ae6b4 !important;
}

.hover\:to-green-400:hover{
  --gradient-to-color: #68d391 !important;
}

.hover\:to-green-500:hover{
  --gradient-to-color: #48bb78 !important;
}

.hover\:to-green-600:hover{
  --gradient-to-color: #38a169 !important;
}

.hover\:to-green-700:hover{
  --gradient-to-color: #2f855a !important;
}

.hover\:to-green-800:hover{
  --gradient-to-color: #276749 !important;
}

.hover\:to-green-900:hover{
  --gradient-to-color: #22543d !important;
}

.hover\:to-teal-100:hover{
  --gradient-to-color: #e6fffa !important;
}

.hover\:to-teal-200:hover{
  --gradient-to-color: #b2f5ea !important;
}

.hover\:to-teal-300:hover{
  --gradient-to-color: #81e6d9 !important;
}

.hover\:to-teal-400:hover{
  --gradient-to-color: #4fd1c5 !important;
}

.hover\:to-teal-500:hover{
  --gradient-to-color: #38b2ac !important;
}

.hover\:to-teal-600:hover{
  --gradient-to-color: #319795 !important;
}

.hover\:to-teal-700:hover{
  --gradient-to-color: #2c7a7b !important;
}

.hover\:to-teal-800:hover{
  --gradient-to-color: #285e61 !important;
}

.hover\:to-teal-900:hover{
  --gradient-to-color: #234e52 !important;
}

.hover\:to-blue-100:hover{
  --gradient-to-color: #ebf8ff !important;
}

.hover\:to-blue-200:hover{
  --gradient-to-color: #bee3f8 !important;
}

.hover\:to-blue-300:hover{
  --gradient-to-color: #90cdf4 !important;
}

.hover\:to-blue-400:hover{
  --gradient-to-color: #63b3ed !important;
}

.hover\:to-blue-500:hover{
  --gradient-to-color: #4299e1 !important;
}

.hover\:to-blue-600:hover{
  --gradient-to-color: #3182ce !important;
}

.hover\:to-blue-700:hover{
  --gradient-to-color: #2b6cb0 !important;
}

.hover\:to-blue-800:hover{
  --gradient-to-color: #2c5282 !important;
}

.hover\:to-blue-900:hover{
  --gradient-to-color: #2a4365 !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-100:hover{
  --gradient-to-color: #faf5ff !important;
}

.hover\:to-purple-200:hover{
  --gradient-to-color: #e9d8fd !important;
}

.hover\:to-purple-300:hover{
  --gradient-to-color: #d6bcfa !important;
}

.hover\:to-purple-400:hover{
  --gradient-to-color: #b794f4 !important;
}

.hover\:to-purple-500:hover{
  --gradient-to-color: #9f7aea !important;
}

.hover\:to-purple-600:hover{
  --gradient-to-color: #805ad5 !important;
}

.hover\:to-purple-700:hover{
  --gradient-to-color: #6b46c1 !important;
}

.hover\:to-purple-800:hover{
  --gradient-to-color: #553c9a !important;
}

.hover\:to-purple-900:hover{
  --gradient-to-color: #44337a !important;
}

.hover\:to-pink-100:hover{
  --gradient-to-color: #fff5f7 !important;
}

.hover\:to-pink-200:hover{
  --gradient-to-color: #fed7e2 !important;
}

.hover\:to-pink-300:hover{
  --gradient-to-color: #fbb6ce !important;
}

.hover\:to-pink-400:hover{
  --gradient-to-color: #f687b3 !important;
}

.hover\:to-pink-500:hover{
  --gradient-to-color: #ed64a6 !important;
}

.hover\:to-pink-600:hover{
  --gradient-to-color: #d53f8c !important;
}

.hover\:to-pink-700:hover{
  --gradient-to-color: #b83280 !important;
}

.hover\:to-pink-800:hover{
  --gradient-to-color: #97266d !important;
}

.hover\:to-pink-900:hover{
  --gradient-to-color: #702459 !important;
}

.hover\:to-brand-01:hover{
  --gradient-to-color: #0d112c !important;
}

.hover\:to-brand-02:hover{
  --gradient-to-color: #1F354A !important;
}

.hover\:to-brand-03:hover{
  --gradient-to-color: #44CEC9 !important;
}

.hover\:to-brand-04:hover{
  --gradient-to-color: #499E8A !important;
}

.hover\:to-brand-05:hover{
  --gradient-to-color: #A41F63 !important;
}

.hover\:to-brand-06:hover{
  --gradient-to-color: #7D49BB !important;
}

.hover\:to-banner:hover{
  --gradient-to-color: #FAD05C !important;
}

.hover\:to-p-01:hover{
  --gradient-to-color: #303030 !important;
}

.hover\:to-inverse-01:hover{
  --gradient-to-color: #ffffff !important;
}

.hover\:to-gray-light:hover{
  --gradient-to-color: #F3F3F3 !important;
}

.hover\:to-gray-medium:hover{
  --gradient-to-color: #EEEEEE !important;
}

.hover\:to-gray-02:hover{
  --gradient-to-color: #D0D0D0 !important;
}

.hover\:to-gray-03:hover{
  --gradient-to-color: #32333e !important;
}

.hover\:to-gray-04:hover{
  --gradient-to-color: #272C2C !important;
}

.hover\:to-gray-05:hover{
  --gradient-to-color: #575966 !important;
}

.hover\:to-error:hover{
  --gradient-to-color: #f35b5b !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: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus{
  --gradient-from-color: #fff !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-100:focus{
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.focus\:from-red-200:focus{
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.focus\:from-red-300:focus{
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.focus\:from-red-400:focus{
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.focus\:from-red-500:focus{
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.focus\:from-red-600:focus{
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.focus\:from-red-700:focus{
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.focus\:from-red-800:focus{
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.focus\:from-red-900:focus{
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.focus\:from-orange-100:focus{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.focus\:from-orange-200:focus{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.focus\:from-orange-300:focus{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.focus\:from-orange-400:focus{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.focus\:from-orange-500:focus{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.focus\:from-orange-600:focus{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.focus\:from-orange-700:focus{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.focus\:from-orange-800:focus{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.focus\:from-orange-900:focus{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.focus\:from-yellow-100:focus{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.focus\:from-yellow-200:focus{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.focus\:from-yellow-300:focus{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.focus\:from-yellow-400:focus{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.focus\:from-yellow-500:focus{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.focus\:from-yellow-600:focus{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.focus\:from-yellow-700:focus{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.focus\:from-yellow-800:focus{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.focus\:from-yellow-900:focus{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.focus\:from-green-100:focus{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:from-green-200:focus{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:from-green-300:focus{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:from-green-400:focus{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:from-green-500:focus{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:from-green-600:focus{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:from-green-700:focus{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:from-green-800:focus{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:from-green-900:focus{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:from-teal-100:focus{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:from-teal-200:focus{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:from-teal-300:focus{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:from-teal-400:focus{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:from-teal-500:focus{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:from-teal-600:focus{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:from-teal-700:focus{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:from-teal-800:focus{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:from-teal-900:focus{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:from-blue-100:focus{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:from-blue-200:focus{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:from-blue-300:focus{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:from-blue-400:focus{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:from-blue-500:focus{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:from-blue-600:focus{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:from-blue-700:focus{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:from-blue-800:focus{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:from-blue-900:focus{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:from-purple-200:focus{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:from-purple-300:focus{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:from-purple-400:focus{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:from-purple-500:focus{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:from-purple-600:focus{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:from-purple-700:focus{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:from-purple-800:focus{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:from-purple-900:focus{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:from-pink-100:focus{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:from-pink-200:focus{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:from-pink-300:focus{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:from-pink-400:focus{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:from-pink-500:focus{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:from-pink-600:focus{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:from-pink-700:focus{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:from-pink-800:focus{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:from-pink-900:focus{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:from-brand-01:focus{
  --gradient-from-color: #0d112c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
}

.focus\:from-brand-02:focus{
  --gradient-from-color: #1F354A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
}

.focus\:from-brand-03:focus{
  --gradient-from-color: #44CEC9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
}

.focus\:from-brand-04:focus{
  --gradient-from-color: #499E8A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
}

.focus\:from-brand-05:focus{
  --gradient-from-color: #A41F63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
}

.focus\:from-brand-06:focus{
  --gradient-from-color: #7D49BB !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
}

.focus\:from-banner:focus{
  --gradient-from-color: #FAD05C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
}

.focus\:from-p-01:focus{
  --gradient-from-color: #303030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
}

.focus\:from-inverse-01: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-light:focus{
  --gradient-from-color: #F3F3F3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
}

.focus\:from-gray-medium:focus{
  --gradient-from-color: #EEEEEE !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
}

.focus\:from-gray-02:focus{
  --gradient-from-color: #D0D0D0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
}

.focus\:from-gray-03:focus{
  --gradient-from-color: #32333e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
}

.focus\:from-gray-04:focus{
  --gradient-from-color: #272C2C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
}

.focus\:from-gray-05:focus{
  --gradient-from-color: #575966 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
}

.focus\:from-error:focus{
  --gradient-from-color: #f35b5b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus{
  --gradient-via-color: #fff !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-100:focus{
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.focus\:via-red-200:focus{
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.focus\:via-red-300:focus{
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.focus\:via-red-400:focus{
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.focus\:via-red-500:focus{
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.focus\:via-red-600:focus{
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.focus\:via-red-700:focus{
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.focus\:via-red-800:focus{
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.focus\:via-red-900:focus{
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.focus\:via-orange-100:focus{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.focus\:via-orange-200:focus{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.focus\:via-orange-300:focus{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.focus\:via-orange-400:focus{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.focus\:via-orange-500:focus{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.focus\:via-orange-600:focus{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.focus\:via-orange-700:focus{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.focus\:via-orange-800:focus{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.focus\:via-orange-900:focus{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.focus\:via-yellow-100:focus{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.focus\:via-yellow-200:focus{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.focus\:via-yellow-300:focus{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.focus\:via-yellow-400:focus{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.focus\:via-yellow-500:focus{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.focus\:via-yellow-600:focus{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.focus\:via-yellow-700:focus{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.focus\:via-yellow-800:focus{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.focus\:via-yellow-900:focus{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.focus\:via-green-100:focus{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:via-green-200:focus{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:via-green-300:focus{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:via-green-400:focus{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:via-green-500:focus{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:via-green-600:focus{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:via-green-700:focus{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:via-green-800:focus{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:via-green-900:focus{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:via-teal-100:focus{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:via-teal-200:focus{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:via-teal-300:focus{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:via-teal-400:focus{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:via-teal-500:focus{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:via-teal-600:focus{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:via-teal-700:focus{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:via-teal-800:focus{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:via-teal-900:focus{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:via-blue-100:focus{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:via-blue-200:focus{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:via-blue-300:focus{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:via-blue-400:focus{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:via-blue-500:focus{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:via-blue-600:focus{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:via-blue-700:focus{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:via-blue-800:focus{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:via-blue-900:focus{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:via-purple-200:focus{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:via-purple-300:focus{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:via-purple-400:focus{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:via-purple-500:focus{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:via-purple-600:focus{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:via-purple-700:focus{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:via-purple-800:focus{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:via-purple-900:focus{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:via-pink-100:focus{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:via-pink-200:focus{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:via-pink-300:focus{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:via-pink-400:focus{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:via-pink-500:focus{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:via-pink-600:focus{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:via-pink-700:focus{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:via-pink-800:focus{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:via-pink-900:focus{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:via-brand-01:focus{
  --gradient-via-color: #0d112c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
}

.focus\:via-brand-02:focus{
  --gradient-via-color: #1F354A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
}

.focus\:via-brand-03:focus{
  --gradient-via-color: #44CEC9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
}

.focus\:via-brand-04:focus{
  --gradient-via-color: #499E8A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
}

.focus\:via-brand-05:focus{
  --gradient-via-color: #A41F63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
}

.focus\:via-brand-06:focus{
  --gradient-via-color: #7D49BB !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
}

.focus\:via-banner:focus{
  --gradient-via-color: #FAD05C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
}

.focus\:via-p-01:focus{
  --gradient-via-color: #303030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
}

.focus\:via-inverse-01: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-light:focus{
  --gradient-via-color: #F3F3F3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
}

.focus\:via-gray-medium:focus{
  --gradient-via-color: #EEEEEE !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
}

.focus\:via-gray-02:focus{
  --gradient-via-color: #D0D0D0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
}

.focus\:via-gray-03:focus{
  --gradient-via-color: #32333e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
}

.focus\:via-gray-04:focus{
  --gradient-via-color: #272C2C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
}

.focus\:via-gray-05:focus{
  --gradient-via-color: #575966 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
}

.focus\:via-error:focus{
  --gradient-via-color: #f35b5b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
}

.focus\:to-white:focus{
  --gradient-to-color: #fff !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-100:focus{
  --gradient-to-color: #fff5f5 !important;
}

.focus\:to-red-200:focus{
  --gradient-to-color: #fed7d7 !important;
}

.focus\:to-red-300:focus{
  --gradient-to-color: #feb2b2 !important;
}

.focus\:to-red-400:focus{
  --gradient-to-color: #fc8181 !important;
}

.focus\:to-red-500:focus{
  --gradient-to-color: #f56565 !important;
}

.focus\:to-red-600:focus{
  --gradient-to-color: #e53e3e !important;
}

.focus\:to-red-700:focus{
  --gradient-to-color: #c53030 !important;
}

.focus\:to-red-800:focus{
  --gradient-to-color: #9b2c2c !important;
}

.focus\:to-red-900:focus{
  --gradient-to-color: #742a2a !important;
}

.focus\:to-orange-100:focus{
  --gradient-to-color: #fffaf0 !important;
}

.focus\:to-orange-200:focus{
  --gradient-to-color: #feebc8 !important;
}

.focus\:to-orange-300:focus{
  --gradient-to-color: #fbd38d !important;
}

.focus\:to-orange-400:focus{
  --gradient-to-color: #f6ad55 !important;
}

.focus\:to-orange-500:focus{
  --gradient-to-color: #ed8936 !important;
}

.focus\:to-orange-600:focus{
  --gradient-to-color: #dd6b20 !important;
}

.focus\:to-orange-700:focus{
  --gradient-to-color: #c05621 !important;
}

.focus\:to-orange-800:focus{
  --gradient-to-color: #9c4221 !important;
}

.focus\:to-orange-900:focus{
  --gradient-to-color: #7b341e !important;
}

.focus\:to-yellow-100:focus{
  --gradient-to-color: #fffff0 !important;
}

.focus\:to-yellow-200:focus{
  --gradient-to-color: #fefcbf !important;
}

.focus\:to-yellow-300:focus{
  --gradient-to-color: #faf089 !important;
}

.focus\:to-yellow-400:focus{
  --gradient-to-color: #f6e05e !important;
}

.focus\:to-yellow-500:focus{
  --gradient-to-color: #ecc94b !important;
}

.focus\:to-yellow-600:focus{
  --gradient-to-color: #d69e2e !important;
}

.focus\:to-yellow-700:focus{
  --gradient-to-color: #b7791f !important;
}

.focus\:to-yellow-800:focus{
  --gradient-to-color: #975a16 !important;
}

.focus\:to-yellow-900:focus{
  --gradient-to-color: #744210 !important;
}

.focus\:to-green-100:focus{
  --gradient-to-color: #f0fff4 !important;
}

.focus\:to-green-200:focus{
  --gradient-to-color: #c6f6d5 !important;
}

.focus\:to-green-300:focus{
  --gradient-to-color: #9ae6b4 !important;
}

.focus\:to-green-400:focus{
  --gradient-to-color: #68d391 !important;
}

.focus\:to-green-500:focus{
  --gradient-to-color: #48bb78 !important;
}

.focus\:to-green-600:focus{
  --gradient-to-color: #38a169 !important;
}

.focus\:to-green-700:focus{
  --gradient-to-color: #2f855a !important;
}

.focus\:to-green-800:focus{
  --gradient-to-color: #276749 !important;
}

.focus\:to-green-900:focus{
  --gradient-to-color: #22543d !important;
}

.focus\:to-teal-100:focus{
  --gradient-to-color: #e6fffa !important;
}

.focus\:to-teal-200:focus{
  --gradient-to-color: #b2f5ea !important;
}

.focus\:to-teal-300:focus{
  --gradient-to-color: #81e6d9 !important;
}

.focus\:to-teal-400:focus{
  --gradient-to-color: #4fd1c5 !important;
}

.focus\:to-teal-500:focus{
  --gradient-to-color: #38b2ac !important;
}

.focus\:to-teal-600:focus{
  --gradient-to-color: #319795 !important;
}

.focus\:to-teal-700:focus{
  --gradient-to-color: #2c7a7b !important;
}

.focus\:to-teal-800:focus{
  --gradient-to-color: #285e61 !important;
}

.focus\:to-teal-900:focus{
  --gradient-to-color: #234e52 !important;
}

.focus\:to-blue-100:focus{
  --gradient-to-color: #ebf8ff !important;
}

.focus\:to-blue-200:focus{
  --gradient-to-color: #bee3f8 !important;
}

.focus\:to-blue-300:focus{
  --gradient-to-color: #90cdf4 !important;
}

.focus\:to-blue-400:focus{
  --gradient-to-color: #63b3ed !important;
}

.focus\:to-blue-500:focus{
  --gradient-to-color: #4299e1 !important;
}

.focus\:to-blue-600:focus{
  --gradient-to-color: #3182ce !important;
}

.focus\:to-blue-700:focus{
  --gradient-to-color: #2b6cb0 !important;
}

.focus\:to-blue-800:focus{
  --gradient-to-color: #2c5282 !important;
}

.focus\:to-blue-900:focus{
  --gradient-to-color: #2a4365 !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-100:focus{
  --gradient-to-color: #faf5ff !important;
}

.focus\:to-purple-200:focus{
  --gradient-to-color: #e9d8fd !important;
}

.focus\:to-purple-300:focus{
  --gradient-to-color: #d6bcfa !important;
}

.focus\:to-purple-400:focus{
  --gradient-to-color: #b794f4 !important;
}

.focus\:to-purple-500:focus{
  --gradient-to-color: #9f7aea !important;
}

.focus\:to-purple-600:focus{
  --gradient-to-color: #805ad5 !important;
}

.focus\:to-purple-700:focus{
  --gradient-to-color: #6b46c1 !important;
}

.focus\:to-purple-800:focus{
  --gradient-to-color: #553c9a !important;
}

.focus\:to-purple-900:focus{
  --gradient-to-color: #44337a !important;
}

.focus\:to-pink-100:focus{
  --gradient-to-color: #fff5f7 !important;
}

.focus\:to-pink-200:focus{
  --gradient-to-color: #fed7e2 !important;
}

.focus\:to-pink-300:focus{
  --gradient-to-color: #fbb6ce !important;
}

.focus\:to-pink-400:focus{
  --gradient-to-color: #f687b3 !important;
}

.focus\:to-pink-500:focus{
  --gradient-to-color: #ed64a6 !important;
}

.focus\:to-pink-600:focus{
  --gradient-to-color: #d53f8c !important;
}

.focus\:to-pink-700:focus{
  --gradient-to-color: #b83280 !important;
}

.focus\:to-pink-800:focus{
  --gradient-to-color: #97266d !important;
}

.focus\:to-pink-900:focus{
  --gradient-to-color: #702459 !important;
}

.focus\:to-brand-01:focus{
  --gradient-to-color: #0d112c !important;
}

.focus\:to-brand-02:focus{
  --gradient-to-color: #1F354A !important;
}

.focus\:to-brand-03:focus{
  --gradient-to-color: #44CEC9 !important;
}

.focus\:to-brand-04:focus{
  --gradient-to-color: #499E8A !important;
}

.focus\:to-brand-05:focus{
  --gradient-to-color: #A41F63 !important;
}

.focus\:to-brand-06:focus{
  --gradient-to-color: #7D49BB !important;
}

.focus\:to-banner:focus{
  --gradient-to-color: #FAD05C !important;
}

.focus\:to-p-01:focus{
  --gradient-to-color: #303030 !important;
}

.focus\:to-inverse-01:focus{
  --gradient-to-color: #ffffff !important;
}

.focus\:to-gray-light:focus{
  --gradient-to-color: #F3F3F3 !important;
}

.focus\:to-gray-medium:focus{
  --gradient-to-color: #EEEEEE !important;
}

.focus\:to-gray-02:focus{
  --gradient-to-color: #D0D0D0 !important;
}

.focus\:to-gray-03:focus{
  --gradient-to-color: #32333e !important;
}

.focus\:to-gray-04:focus{
  --gradient-to-color: #272C2C !important;
}

.focus\:to-gray-05:focus{
  --gradient-to-color: #575966 !important;
}

.focus\:to-error:focus{
  --gradient-to-color: #f35b5b !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-80{
  --bg-opacity: 0.80 !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-80:hover{
  --bg-opacity: 0.80 !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-80:focus{
  --bg-opacity: 0.80 !important;
}

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

.bg-bottom{
  background-position: bottom !important;
}

.bg-center{
  background-position: center !important;
}

.bg-left{
  background-position: left !important;
}

.bg-left-bottom{
  background-position: left bottom !important;
}

.bg-left-top{
  background-position: left top !important;
}

.bg-right{
  background-position: right !important;
}

.bg-right-bottom{
  background-position: right bottom !important;
}

.bg-right-top{
  background-position: right top !important;
}

.bg-top{
  background-position: top !important;
}

.bg-repeat{
  background-repeat: repeat !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.bg-repeat-x{
  background-repeat: repeat-x !important;
}

.bg-repeat-y{
  background-repeat: repeat-y !important;
}

.bg-repeat-round{
  background-repeat: round !important;
}

.bg-repeat-space{
  background-repeat: space !important;
}

.bg-auto{
  background-size: auto !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-contain{
  background-size: contain !important;
}

.border-collapse{
  border-collapse: collapse !important;
}

.border-separate{
  border-collapse: separate !important;
}

.border-transparent{
  border-color: transparent !important;
}

.border-current{
  border-color: currentColor !important;
}

.border-black{
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-white{
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-gray-100{
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.border-gray-200{
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-gray-300{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.border-gray-400{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-gray-500{
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.border-gray-600{
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.border-gray-700{
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.border-gray-800{
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.border-gray-900{
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.border-red-100{
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.border-red-200{
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.border-red-300{
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.border-red-400{
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.border-red-500{
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.border-red-600{
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.border-red-700{
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.border-red-800{
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.border-red-900{
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.border-orange-100{
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.border-orange-200{
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.border-orange-300{
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.border-orange-400{
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.border-orange-500{
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.border-orange-600{
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.border-orange-700{
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.border-orange-800{
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.border-orange-900{
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.border-yellow-100{
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.border-yellow-200{
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.border-yellow-300{
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.border-yellow-400{
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.border-yellow-500{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.border-yellow-600{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.border-yellow-700{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.border-yellow-800{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.border-yellow-900{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.border-green-100{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.border-green-200{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.border-green-300{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.border-green-400{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.border-green-500{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.border-green-600{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.border-green-700{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.border-green-800{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.border-green-900{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.border-teal-100{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.border-teal-200{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.border-teal-300{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.border-teal-400{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.border-teal-500{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.border-teal-600{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.border-teal-700{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.border-teal-800{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.border-teal-900{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.border-blue-100{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.border-blue-200{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.border-blue-300{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.border-blue-400{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.border-blue-500{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.border-blue-600{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.border-blue-700{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.border-blue-800{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.border-blue-900{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.border-indigo-100{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.border-indigo-200{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.border-indigo-300{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.border-indigo-400{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.border-indigo-500{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.border-indigo-600{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.border-indigo-700{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.border-indigo-800{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.border-indigo-900{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.border-purple-100{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.border-purple-200{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.border-purple-300{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.border-purple-400{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.border-purple-500{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.border-purple-600{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.border-purple-700{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.border-purple-800{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.border-purple-900{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.border-pink-100{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.border-pink-200{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.border-pink-300{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.border-pink-400{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.border-pink-500{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.border-pink-600{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.border-pink-700{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.border-pink-800{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.border-pink-900{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.border-brand-01{
  --border-opacity: 1 !important;
  border-color: #0d112c !important;
  border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
}

.border-brand-02{
  --border-opacity: 1 !important;
  border-color: #1F354A !important;
  border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
}

.border-brand-03{
  --border-opacity: 1 !important;
  border-color: #44CEC9 !important;
  border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
}

.border-brand-04{
  --border-opacity: 1 !important;
  border-color: #499E8A !important;
  border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
}

.border-brand-05{
  --border-opacity: 1 !important;
  border-color: #A41F63 !important;
  border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
}

.border-brand-06{
  --border-opacity: 1 !important;
  border-color: #7D49BB !important;
  border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
}

.border-banner{
  --border-opacity: 1 !important;
  border-color: #FAD05C !important;
  border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
}

.border-p-01{
  --border-opacity: 1 !important;
  border-color: #303030 !important;
  border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
}

.border-inverse-01{
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-gray-light{
  --border-opacity: 1 !important;
  border-color: #F3F3F3 !important;
  border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
}

.border-gray-medium{
  --border-opacity: 1 !important;
  border-color: #EEEEEE !important;
  border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
}

.border-gray-02{
  --border-opacity: 1 !important;
  border-color: #D0D0D0 !important;
  border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
}

.border-gray-03{
  --border-opacity: 1 !important;
  border-color: #32333e !important;
  border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
}

.border-gray-04{
  --border-opacity: 1 !important;
  border-color: #272C2C !important;
  border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
}

.border-gray-05{
  --border-opacity: 1 !important;
  border-color: #575966 !important;
  border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
}

.border-error{
  --border-opacity: 1 !important;
  border-color: #f35b5b !important;
  border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
}

.hover\:border-transparent:hover{
  border-color: transparent !important;
}

.hover\:border-current:hover{
  border-color: currentColor !important;
}

.hover\:border-black:hover{
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover\:border-white:hover{
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:border-gray-100:hover{
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.hover\:border-gray-200:hover{
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.hover\:border-gray-300:hover{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover\:border-gray-400:hover{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.hover\:border-gray-500:hover{
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.hover\:border-gray-600:hover{
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.hover\:border-gray-700:hover{
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.hover\:border-gray-800:hover{
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.hover\:border-gray-900:hover{
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.hover\:border-red-100:hover{
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.hover\:border-red-200:hover{
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.hover\:border-red-300:hover{
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.hover\:border-red-400:hover{
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.hover\:border-red-500:hover{
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.hover\:border-red-600:hover{
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.hover\:border-red-700:hover{
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.hover\:border-red-800:hover{
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.hover\:border-red-900:hover{
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.hover\:border-orange-100:hover{
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.hover\:border-orange-200:hover{
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.hover\:border-orange-300:hover{
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.hover\:border-orange-400:hover{
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.hover\:border-orange-500:hover{
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.hover\:border-orange-600:hover{
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.hover\:border-orange-700:hover{
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.hover\:border-orange-800:hover{
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.hover\:border-orange-900:hover{
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.hover\:border-yellow-100:hover{
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.hover\:border-yellow-200:hover{
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.hover\:border-yellow-300:hover{
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.hover\:border-yellow-400:hover{
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.hover\:border-yellow-500:hover{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.hover\:border-yellow-600:hover{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.hover\:border-yellow-700:hover{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.hover\:border-yellow-800:hover{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.hover\:border-yellow-900:hover{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.hover\:border-green-100:hover{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.hover\:border-green-200:hover{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.hover\:border-green-300:hover{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.hover\:border-green-400:hover{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.hover\:border-green-500:hover{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.hover\:border-green-600:hover{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.hover\:border-green-700:hover{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.hover\:border-green-800:hover{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.hover\:border-green-900:hover{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.hover\:border-teal-100:hover{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.hover\:border-teal-200:hover{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.hover\:border-teal-300:hover{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.hover\:border-teal-400:hover{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.hover\:border-teal-500:hover{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.hover\:border-teal-600:hover{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.hover\:border-teal-700:hover{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.hover\:border-teal-800:hover{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.hover\:border-teal-900:hover{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.hover\:border-blue-100:hover{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.hover\:border-blue-200:hover{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.hover\:border-blue-300:hover{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.hover\:border-blue-400:hover{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.hover\:border-blue-500:hover{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.hover\:border-blue-600:hover{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.hover\:border-blue-700:hover{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.hover\:border-blue-800:hover{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.hover\:border-blue-900:hover{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.hover\:border-indigo-100:hover{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.hover\:border-indigo-200:hover{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.hover\:border-indigo-300:hover{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.hover\:border-indigo-400:hover{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.hover\:border-indigo-500:hover{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.hover\:border-indigo-600:hover{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.hover\:border-indigo-700:hover{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.hover\:border-indigo-800:hover{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.hover\:border-indigo-900:hover{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.hover\:border-purple-100:hover{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.hover\:border-purple-200:hover{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.hover\:border-purple-300:hover{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.hover\:border-purple-400:hover{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.hover\:border-purple-500:hover{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.hover\:border-purple-600:hover{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.hover\:border-purple-700:hover{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.hover\:border-purple-800:hover{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.hover\:border-purple-900:hover{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.hover\:border-pink-100:hover{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.hover\:border-pink-200:hover{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.hover\:border-pink-300:hover{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.hover\:border-pink-400:hover{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.hover\:border-pink-500:hover{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.hover\:border-pink-600:hover{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.hover\:border-pink-700:hover{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.hover\:border-pink-800:hover{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.hover\:border-pink-900:hover{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.hover\:border-brand-01:hover{
  --border-opacity: 1 !important;
  border-color: #0d112c !important;
  border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
}

.hover\:border-brand-02:hover{
  --border-opacity: 1 !important;
  border-color: #1F354A !important;
  border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
}

.hover\:border-brand-03:hover{
  --border-opacity: 1 !important;
  border-color: #44CEC9 !important;
  border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
}

.hover\:border-brand-04:hover{
  --border-opacity: 1 !important;
  border-color: #499E8A !important;
  border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
}

.hover\:border-brand-05:hover{
  --border-opacity: 1 !important;
  border-color: #A41F63 !important;
  border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
}

.hover\:border-brand-06:hover{
  --border-opacity: 1 !important;
  border-color: #7D49BB !important;
  border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
}

.hover\:border-banner:hover{
  --border-opacity: 1 !important;
  border-color: #FAD05C !important;
  border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
}

.hover\:border-p-01:hover{
  --border-opacity: 1 !important;
  border-color: #303030 !important;
  border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
}

.hover\:border-inverse-01:hover{
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:border-gray-light:hover{
  --border-opacity: 1 !important;
  border-color: #F3F3F3 !important;
  border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
}

.hover\:border-gray-medium:hover{
  --border-opacity: 1 !important;
  border-color: #EEEEEE !important;
  border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
}

.hover\:border-gray-02:hover{
  --border-opacity: 1 !important;
  border-color: #D0D0D0 !important;
  border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
}

.hover\:border-gray-03:hover{
  --border-opacity: 1 !important;
  border-color: #32333e !important;
  border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
}

.hover\:border-gray-04:hover{
  --border-opacity: 1 !important;
  border-color: #272C2C !important;
  border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
}

.hover\:border-gray-05:hover{
  --border-opacity: 1 !important;
  border-color: #575966 !important;
  border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
}

.hover\:border-error:hover{
  --border-opacity: 1 !important;
  border-color: #f35b5b !important;
  border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
}

.focus\:border-transparent:focus{
  border-color: transparent !important;
}

.focus\:border-current:focus{
  border-color: currentColor !important;
}

.focus\:border-black:focus{
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus\:border-white:focus{
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:border-gray-100:focus{
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.focus\:border-gray-200:focus{
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.focus\:border-gray-300:focus{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.focus\:border-gray-400:focus{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.focus\:border-gray-500:focus{
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.focus\:border-gray-600:focus{
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.focus\:border-gray-700:focus{
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.focus\:border-gray-800:focus{
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.focus\:border-gray-900:focus{
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.focus\:border-red-100:focus{
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.focus\:border-red-200:focus{
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.focus\:border-red-300:focus{
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.focus\:border-red-400:focus{
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.focus\:border-red-500:focus{
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.focus\:border-red-600:focus{
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.focus\:border-red-700:focus{
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.focus\:border-red-800:focus{
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.focus\:border-red-900:focus{
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.focus\:border-orange-100:focus{
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.focus\:border-orange-200:focus{
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.focus\:border-orange-300:focus{
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.focus\:border-orange-400:focus{
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.focus\:border-orange-500:focus{
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.focus\:border-orange-600:focus{
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.focus\:border-orange-700:focus{
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.focus\:border-orange-800:focus{
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.focus\:border-orange-900:focus{
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.focus\:border-yellow-100:focus{
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.focus\:border-yellow-200:focus{
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.focus\:border-yellow-300:focus{
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.focus\:border-yellow-400:focus{
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.focus\:border-yellow-500:focus{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.focus\:border-yellow-600:focus{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.focus\:border-yellow-700:focus{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.focus\:border-yellow-800:focus{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.focus\:border-yellow-900:focus{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.focus\:border-green-100:focus{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.focus\:border-green-200:focus{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.focus\:border-green-300:focus{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.focus\:border-green-400:focus{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.focus\:border-green-500:focus{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.focus\:border-green-600:focus{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.focus\:border-green-700:focus{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.focus\:border-green-800:focus{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.focus\:border-green-900:focus{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.focus\:border-teal-100:focus{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.focus\:border-teal-200:focus{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.focus\:border-teal-300:focus{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.focus\:border-teal-400:focus{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.focus\:border-teal-500:focus{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.focus\:border-teal-600:focus{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.focus\:border-teal-700:focus{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.focus\:border-teal-800:focus{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.focus\:border-teal-900:focus{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.focus\:border-blue-100:focus{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.focus\:border-blue-200:focus{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.focus\:border-blue-300:focus{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.focus\:border-blue-400:focus{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.focus\:border-blue-500:focus{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.focus\:border-blue-600:focus{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.focus\:border-blue-700:focus{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.focus\:border-blue-800:focus{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.focus\:border-blue-900:focus{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.focus\:border-indigo-100:focus{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.focus\:border-indigo-200:focus{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.focus\:border-indigo-300:focus{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.focus\:border-indigo-400:focus{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.focus\:border-indigo-500:focus{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.focus\:border-indigo-600:focus{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.focus\:border-indigo-700:focus{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.focus\:border-indigo-800:focus{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.focus\:border-indigo-900:focus{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.focus\:border-purple-100:focus{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.focus\:border-purple-200:focus{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.focus\:border-purple-300:focus{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.focus\:border-purple-400:focus{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.focus\:border-purple-500:focus{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.focus\:border-purple-600:focus{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.focus\:border-purple-700:focus{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.focus\:border-purple-800:focus{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.focus\:border-purple-900:focus{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.focus\:border-pink-100:focus{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.focus\:border-pink-200:focus{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.focus\:border-pink-300:focus{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.focus\:border-pink-400:focus{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.focus\:border-pink-500:focus{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.focus\:border-pink-600:focus{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.focus\:border-pink-700:focus{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.focus\:border-pink-800:focus{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.focus\:border-pink-900:focus{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.focus\:border-brand-01:focus{
  --border-opacity: 1 !important;
  border-color: #0d112c !important;
  border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
}

.focus\:border-brand-02:focus{
  --border-opacity: 1 !important;
  border-color: #1F354A !important;
  border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
}

.focus\:border-brand-03:focus{
  --border-opacity: 1 !important;
  border-color: #44CEC9 !important;
  border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
}

.focus\:border-brand-04:focus{
  --border-opacity: 1 !important;
  border-color: #499E8A !important;
  border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
}

.focus\:border-brand-05:focus{
  --border-opacity: 1 !important;
  border-color: #A41F63 !important;
  border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
}

.focus\:border-brand-06:focus{
  --border-opacity: 1 !important;
  border-color: #7D49BB !important;
  border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
}

.focus\:border-banner:focus{
  --border-opacity: 1 !important;
  border-color: #FAD05C !important;
  border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
}

.focus\:border-p-01:focus{
  --border-opacity: 1 !important;
  border-color: #303030 !important;
  border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
}

.focus\:border-inverse-01:focus{
  --border-opacity: 1 !important;
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:border-gray-light:focus{
  --border-opacity: 1 !important;
  border-color: #F3F3F3 !important;
  border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
}

.focus\:border-gray-medium:focus{
  --border-opacity: 1 !important;
  border-color: #EEEEEE !important;
  border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
}

.focus\:border-gray-02:focus{
  --border-opacity: 1 !important;
  border-color: #D0D0D0 !important;
  border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
}

.focus\:border-gray-03:focus{
  --border-opacity: 1 !important;
  border-color: #32333e !important;
  border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
}

.focus\:border-gray-04:focus{
  --border-opacity: 1 !important;
  border-color: #272C2C !important;
  border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
}

.focus\:border-gray-05:focus{
  --border-opacity: 1 !important;
  border-color: #575966 !important;
  border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
}

.focus\:border-error:focus{
  --border-opacity: 1 !important;
  border-color: #f35b5b !important;
  border-color: rgba(243, 91, 91, 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-80{
  --border-opacity: 0.80 !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-80:hover{
  --border-opacity: 0.80 !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-80:focus{
  --border-opacity: 0.80 !important;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1 !important;
}

.rounded-none{
  border-radius: 0 !important;
}

.rounded-sm{
  border-radius: 0.125rem !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-md{
  border-radius: 0.375rem !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.rounded-xl{
  border-radius: 0.75rem !important;
}

.rounded-2xl{
  border-radius: 1rem !important;
}

.rounded-3xl{
  border-radius: 1.5rem !important;
}

.rounded-full{
  border-radius: 9999px !important;
}

.rounded-1\/2{
  border-radius: 50% !important;
}

.rounded-menu{
  border-radius: 12px !important;
}

.rounded-button{
  border-radius: 50px !important;
}

.rounded-card{
  border-radius: 22px !important;
}

.rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-t-1\/2{
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-r-1\/2{
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-b-1\/2{
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-l-1\/2{
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-t-menu{
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-r-menu{
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-b-menu{
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-l-menu{
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-t-button{
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.rounded-r-button{
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.rounded-b-button{
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-l-button{
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-t-card{
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.rounded-r-card{
  border-top-right-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}

.rounded-b-card{
  border-bottom-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}

.rounded-l-card{
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}

.rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-1\/2{
  border-top-left-radius: 50% !important;
}

.rounded-tr-1\/2{
  border-top-right-radius: 50% !important;
}

.rounded-br-1\/2{
  border-bottom-right-radius: 50% !important;
}

.rounded-bl-1\/2{
  border-bottom-left-radius: 50% !important;
}

.rounded-tl-menu{
  border-top-left-radius: 12px !important;
}

.rounded-tr-menu{
  border-top-right-radius: 12px !important;
}

.rounded-br-menu{
  border-bottom-right-radius: 12px !important;
}

.rounded-bl-menu{
  border-bottom-left-radius: 12px !important;
}

.rounded-tl-button{
  border-top-left-radius: 50px !important;
}

.rounded-tr-button{
  border-top-right-radius: 50px !important;
}

.rounded-br-button{
  border-bottom-right-radius: 50px !important;
}

.rounded-bl-button{
  border-bottom-left-radius: 50px !important;
}

.rounded-tl-card{
  border-top-left-radius: 22px !important;
}

.rounded-tr-card{
  border-top-right-radius: 22px !important;
}

.rounded-br-card{
  border-bottom-right-radius: 22px !important;
}

.rounded-bl-card{
  border-bottom-left-radius: 22px !important;
}

.border-solid{
  border-style: solid !important;
}

.border-dashed{
  border-style: dashed !important;
}

.border-dotted{
  border-style: dotted !important;
}

.border-double{
  border-style: double !important;
}

.border-none{
  border-style: none !important;
}

.border-0{
  border-width: 0 !important;
}

.border-1{
  border-width: 1px !important;
}

.border-2{
  border-width: 2px !important;
}

.border-4{
  border-width: 4px !important;
}

.border-8{
  border-width: 8px !important;
}

.border{
  border-width: 1px !important;
}

.border-t-0{
  border-top-width: 0 !important;
}

.border-r-0{
  border-right-width: 0 !important;
}

.border-b-0{
  border-bottom-width: 0 !important;
}

.border-l-0{
  border-left-width: 0 !important;
}

.border-t-1{
  border-top-width: 1px !important;
}

.border-r-1{
  border-right-width: 1px !important;
}

.border-b-1{
  border-bottom-width: 1px !important;
}

.border-l-1{
  border-left-width: 1px !important;
}

.border-t-2{
  border-top-width: 2px !important;
}

.border-r-2{
  border-right-width: 2px !important;
}

.border-b-2{
  border-bottom-width: 2px !important;
}

.border-l-2{
  border-left-width: 2px !important;
}

.border-t-4{
  border-top-width: 4px !important;
}

.border-r-4{
  border-right-width: 4px !important;
}

.border-b-4{
  border-bottom-width: 4px !important;
}

.border-l-4{
  border-left-width: 4px !important;
}

.border-t-8{
  border-top-width: 8px !important;
}

.border-r-8{
  border-right-width: 8px !important;
}

.border-b-8{
  border-bottom-width: 8px !important;
}

.border-l-8{
  border-left-width: 8px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-l{
  border-left-width: 1px !important;
}

.box-border{
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.box-content{
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.cursor-auto{
  cursor: auto !important;
}

.cursor-default{
  cursor: default !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.cursor-wait{
  cursor: wait !important;
}

.cursor-text{
  cursor: text !important;
}

.cursor-move{
  cursor: move !important;
}

.cursor-not-allowed{
  cursor: not-allowed !important;
}

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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;
}

.group:hover .group-hover\:block{
  display: block !important;
}

.group:hover .group-hover\:inline-block{
  display: inline-block !important;
}

.group:hover .group-hover\:inline{
  display: inline !important;
}

.group:hover .group-hover\:flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.group:hover .group-hover\:inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.group:hover .group-hover\:table{
  display: table !important;
}

.group:hover .group-hover\:table-caption{
  display: table-caption !important;
}

.group:hover .group-hover\:table-cell{
  display: table-cell !important;
}

.group:hover .group-hover\:table-column{
  display: table-column !important;
}

.group:hover .group-hover\:table-column-group{
  display: table-column-group !important;
}

.group:hover .group-hover\:table-footer-group{
  display: table-footer-group !important;
}

.group:hover .group-hover\:table-header-group{
  display: table-header-group !important;
}

.group:hover .group-hover\:table-row-group{
  display: table-row-group !important;
}

.group:hover .group-hover\:table-row{
  display: table-row !important;
}

.group:hover .group-hover\:flow-root{
  display: flow-root !important;
}

.group:hover .group-hover\:grid{
  display: grid !important;
}

.group:hover .group-hover\:inline-grid{
  display: inline-grid !important;
}

.group:hover .group-hover\:contents{
  display: contents !important;
}

.group:hover .group-hover\:hidden{
  display: none !important;
}

.group:focus .group-focus\:block{
  display: block !important;
}

.group:focus .group-focus\:inline-block{
  display: inline-block !important;
}

.group:focus .group-focus\:inline{
  display: inline !important;
}

.group:focus .group-focus\:flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.group:focus .group-focus\:inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.group:focus .group-focus\:table{
  display: table !important;
}

.group:focus .group-focus\:table-caption{
  display: table-caption !important;
}

.group:focus .group-focus\:table-cell{
  display: table-cell !important;
}

.group:focus .group-focus\:table-column{
  display: table-column !important;
}

.group:focus .group-focus\:table-column-group{
  display: table-column-group !important;
}

.group:focus .group-focus\:table-footer-group{
  display: table-footer-group !important;
}

.group:focus .group-focus\:table-header-group{
  display: table-header-group !important;
}

.group:focus .group-focus\:table-row-group{
  display: table-row-group !important;
}

.group:focus .group-focus\:table-row{
  display: table-row !important;
}

.group:focus .group-focus\:flow-root{
  display: flow-root !important;
}

.group:focus .group-focus\:grid{
  display: grid !important;
}

.group:focus .group-focus\:inline-grid{
  display: inline-grid !important;
}

.group:focus .group-focus\:contents{
  display: contents !important;
}

.group:focus .group-focus\:hidden{
  display: none !important;
}

.flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap{
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-wrap-reverse{
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-no-wrap{
  -ms-flex-wrap: nowrap !important;
      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{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.items-baseline{
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.items-stretch{
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.group:hover .group-hover\:items-start{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.group:hover .group-hover\:items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.group:hover .group-hover\:items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.group:hover .group-hover\:items-baseline{
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.group:hover .group-hover\:items-stretch{
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.group:focus .group-focus\:items-start{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.group:focus .group-focus\:items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.group:focus .group-focus\:items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.group:focus .group-focus\:items-baseline{
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.group:focus .group-focus\:items-stretch{
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.content-center{
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.content-start{
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.content-end{
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.content-between{
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.content-around{
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.content-evenly{
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.self-auto{
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.self-start{
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.self-end{
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.self-center{
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.self-stretch{
  -ms-flex-item-align: stretch !important;
      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{
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end{
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around{
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-evenly{
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          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{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.flex-auto{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-initial{
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

.flex-none{
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.flex-grow-0{
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow{
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0{
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink{
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.order-1{
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2{
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3{
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4{
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5{
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-6{
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7{
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8{
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9{
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10{
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11{
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12{
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-first{
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important;
}

.order-last{
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important;
}

.order-none{
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.float-right{
  float: right !important;
}

.float-left{
  float: left !important;
}

.float-none{
  float: none !important;
}

.clearfix:after{
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.clear-left{
  clear: left !important;
}

.clear-right{
  clear: right !important;
}

.clear-both{
  clear: both !important;
}

.clear-none{
  clear: none !important;
}

.font-body{
  font-family: Roboto !important;
}

.font-heading{
  font-family: Lato !important;
}

.font-hairline{
  font-weight: 100 !important;
}

.font-thin{
  font-weight: 200 !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-hairline:hover{
  font-weight: 100 !important;
}

.hover\:font-thin:hover{
  font-weight: 200 !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;
}

.focus\:font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:font-thin:focus{
  font-weight: 200 !important;
}

.focus\:font-light:focus{
  font-weight: 300 !important;
}

.focus\:font-normal:focus{
  font-weight: 400 !important;
}

.focus\:font-medium:focus{
  font-weight: 500 !important;
}

.focus\:font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:font-bold:focus{
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:font-black:focus{
  font-weight: 900 !important;
}

.h-0{
  height: 0 !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-7{
  height: 1.75rem !important;
}

.h-8{
  height: 2rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-12{
  height: 3rem !important;
}

.h-16{
  height: 4rem !important;
}

.h-18{
  height: 4.75rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-22{
  height: 6rem !important;
}

.h-24{
  height: 6rem !important;
}

.h-28{
  height: 7rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-40{
  height: 10rem !important;
}

.h-44{
  height: 11rem !important;
}

.h-48{
  height: 13rem !important;
}

.h-56{
  height: 14rem !important;
}

.h-60{
  height: 15rem !important;
}

.h-64{
  height: 16rem !important;
}

.h-66{
  height: 18rem !important;
}

.h-68{
  height: 21rem !important;
}

.h-70{
  height: 23rem !important;
}

.h-72{
  height: 25rem !important;
}

.h-74{
  height: 27rem !important;
}

.h-75{
  height: 75px !important;
}

.h-78{
  height: 29rem !important;
}

.h-80{
  height: 80px !important;
}

.h-90{
  height: 90px !important;
}

.h-150{
  height: 150px !important;
}

.h-200{
  height: 200px !important;
}

.h-250{
  height: 250px !important;
}

.h-270{
  height: 270px !important;
}

.h-310{
  height: 310px !important;
}

.h-330{
  height: 330px !important;
}

.h-390{
  height: 390px !important;
}

.h-400{
  height: 400px !important;
}

.h-450{
  height: 450px !important;
}

.h-500{
  height: 500px !important;
}

.h-550{
  height: 550px !important;
}

.h-600{
  height: 600px !important;
}

.h-700{
  height: 700px !important;
}

.h-auto{
  height: auto !important;
}

.h-px{
  height: 1px !important;
}

.h-2px{
  height: 2px !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vw !important;
}

.h-fit{
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-1\/12{
  height: 8.333333% !important;
}

.h-2\/12{
  height: 16.666667% !important;
}

.h-3\/12{
  height: 25% !important;
}

.h-4\/12{
  height: 33.333333% !important;
}

.h-5\/12{
  height: 41.666667% !important;
}

.h-6\/12{
  height: 50% !important;
}

.h-7\/12{
  height: 58.333333% !important;
}

.h-8\/12{
  height: 66.666667% !important;
}

.h-9\/12{
  height: 75% !important;
}

.h-10\/12{
  height: 83.333333% !important;
}

.h-11\/12{
  height: 91.666667% !important;
}

.h-logo_header{
  height: 50px !important;
}

.h-logo_header_bsc{
  height: 60px !important;
}

.h-logo_footer{
  height: 70px !important;
}

.h-page_title{
  height: 140px !important;
}

.h-page_title2{
  height: 260px !important;
}

.text-xs{
  font-size: 0.75rem !important;
}

.text-sm{
  font-size: 0.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.375rem !important;
}

.text-3xl{
  font-size: 1.875rem !important;
}

.text-4xl{
  font-size: 2rem !important;
}

.text-5xl{
  font-size: 2.8rem !important;
}

.text-12rem{
  font-size: 12rem !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-7{
  line-height: 1.75rem !important;
}

.leading-8{
  line-height: 2rem !important;
}

.leading-9{
  line-height: 2.25rem !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tight{
  line-height: 1.25 !important;
}

.leading-snug{
  line-height: 1.375 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.625 !important;
}

.leading-loose{
  line-height: 2 !important;
}

.list-inside{
  list-style-position: inside !important;
}

.list-outside{
  list-style-position: outside !important;
}

.list-none{
  list-style-type: none !important;
}

.list-disc{
  list-style-type: disc !important;
}

.list-decimal{
  list-style-type: decimal !important;
}

.m-0{
  margin: 0 !important;
}

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

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

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

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

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

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

.m-7{
  margin: 1.75rem !important;
}

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

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

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

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

.m-18{
  margin: 4.75rem !important;
}

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

.m-22{
  margin: 6rem !important;
}

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

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

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

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

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

.m-48{
  margin: 13rem !important;
}

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

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

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

.m-66{
  margin: 18rem !important;
}

.m-68{
  margin: 21rem !important;
}

.m-70{
  margin: 23rem !important;
}

.m-72{
  margin: 25rem !important;
}

.m-74{
  margin: 27rem !important;
}

.m-75{
  margin: 75px !important;
}

.m-78{
  margin: 29rem !important;
}

.m-80{
  margin: 80px !important;
}

.m-90{
  margin: 90px !important;
}

.m-150{
  margin: 150px !important;
}

.m-200{
  margin: 200px !important;
}

.m-250{
  margin: 250px !important;
}

.m-270{
  margin: 270px !important;
}

.m-310{
  margin: 310px !important;
}

.m-330{
  margin: 330px !important;
}

.m-390{
  margin: 390px !important;
}

.m-400{
  margin: 400px !important;
}

.m-450{
  margin: 450px !important;
}

.m-500{
  margin: 500px !important;
}

.m-550{
  margin: 550px !important;
}

.m-600{
  margin: 600px !important;
}

.m-700{
  margin: 700px !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !important;
}

.m-2px{
  margin: 2px !important;
}

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

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

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

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

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

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

.-m-7{
  margin: -1.75rem !important;
}

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

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

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

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

.-m-18{
  margin: -4.75rem !important;
}

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

.-m-22{
  margin: -6rem !important;
}

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

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

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

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

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

.-m-48{
  margin: -13rem !important;
}

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

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

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

.-m-66{
  margin: -18rem !important;
}

.-m-68{
  margin: -21rem !important;
}

.-m-70{
  margin: -23rem !important;
}

.-m-72{
  margin: -25rem !important;
}

.-m-74{
  margin: -27rem !important;
}

.-m-75{
  margin: -75px !important;
}

.-m-78{
  margin: -29rem !important;
}

.-m-80{
  margin: -80px !important;
}

.-m-90{
  margin: -90px !important;
}

.-m-150{
  margin: -150px !important;
}

.-m-200{
  margin: -200px !important;
}

.-m-250{
  margin: -250px !important;
}

.-m-270{
  margin: -270px !important;
}

.-m-310{
  margin: -310px !important;
}

.-m-330{
  margin: -330px !important;
}

.-m-390{
  margin: -390px !important;
}

.-m-400{
  margin: -400px !important;
}

.-m-450{
  margin: -450px !important;
}

.-m-500{
  margin: -500px !important;
}

.-m-550{
  margin: -550px !important;
}

.-m-600{
  margin: -600px !important;
}

.-m-700{
  margin: -700px !important;
}

.-m-px{
  margin: -1px !important;
}

.-m-2px{
  margin: -2px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-18{
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mx-18{
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}

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

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

.my-22{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-22{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.my-48{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.mx-48{
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

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

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

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

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

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

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

.my-66{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.mx-66{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.my-68{
  margin-top: 21rem !important;
  margin-bottom: 21rem !important;
}

.mx-68{
  margin-left: 21rem !important;
  margin-right: 21rem !important;
}

.my-70{
  margin-top: 23rem !important;
  margin-bottom: 23rem !important;
}

.mx-70{
  margin-left: 23rem !important;
  margin-right: 23rem !important;
}

.my-72{
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.mx-72{
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.my-74{
  margin-top: 27rem !important;
  margin-bottom: 27rem !important;
}

.mx-74{
  margin-left: 27rem !important;
  margin-right: 27rem !important;
}

.my-75{
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mx-75{
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-78{
  margin-top: 29rem !important;
  margin-bottom: 29rem !important;
}

.mx-78{
  margin-left: 29rem !important;
  margin-right: 29rem !important;
}

.my-80{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-80{
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-90{
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mx-90{
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-150{
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mx-150{
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my-200{
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.mx-200{
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.my-250{
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

.mx-250{
  margin-left: 250px !important;
  margin-right: 250px !important;
}

.my-270{
  margin-top: 270px !important;
  margin-bottom: 270px !important;
}

.mx-270{
  margin-left: 270px !important;
  margin-right: 270px !important;
}

.my-310{
  margin-top: 310px !important;
  margin-bottom: 310px !important;
}

.mx-310{
  margin-left: 310px !important;
  margin-right: 310px !important;
}

.my-330{
  margin-top: 330px !important;
  margin-bottom: 330px !important;
}

.mx-330{
  margin-left: 330px !important;
  margin-right: 330px !important;
}

.my-390{
  margin-top: 390px !important;
  margin-bottom: 390px !important;
}

.mx-390{
  margin-left: 390px !important;
  margin-right: 390px !important;
}

.my-400{
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

.mx-400{
  margin-left: 400px !important;
  margin-right: 400px !important;
}

.my-450{
  margin-top: 450px !important;
  margin-bottom: 450px !important;
}

.mx-450{
  margin-left: 450px !important;
  margin-right: 450px !important;
}

.my-500{
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

.mx-500{
  margin-left: 500px !important;
  margin-right: 500px !important;
}

.my-550{
  margin-top: 550px !important;
  margin-bottom: 550px !important;
}

.mx-550{
  margin-left: 550px !important;
  margin-right: 550px !important;
}

.my-600{
  margin-top: 600px !important;
  margin-bottom: 600px !important;
}

.mx-600{
  margin-left: 600px !important;
  margin-right: 600px !important;
}

.my-700{
  margin-top: 700px !important;
  margin-bottom: 700px !important;
}

.mx-700{
  margin-left: 700px !important;
  margin-right: 700px !important;
}

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

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

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

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

.my-2px{
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mx-2px{
  margin-left: 2px !important;
  margin-right: 2px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-18{
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.-mx-18{
  margin-left: -4.75rem !important;
  margin-right: -4.75rem !important;
}

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

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

.-my-22{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-22{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.-my-48{
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.-mx-48{
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

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

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

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

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

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

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

.-my-66{
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.-mx-66{
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

.-my-68{
  margin-top: -21rem !important;
  margin-bottom: -21rem !important;
}

.-mx-68{
  margin-left: -21rem !important;
  margin-right: -21rem !important;
}

.-my-70{
  margin-top: -23rem !important;
  margin-bottom: -23rem !important;
}

.-mx-70{
  margin-left: -23rem !important;
  margin-right: -23rem !important;
}

.-my-72{
  margin-top: -25rem !important;
  margin-bottom: -25rem !important;
}

.-mx-72{
  margin-left: -25rem !important;
  margin-right: -25rem !important;
}

.-my-74{
  margin-top: -27rem !important;
  margin-bottom: -27rem !important;
}

.-mx-74{
  margin-left: -27rem !important;
  margin-right: -27rem !important;
}

.-my-75{
  margin-top: -75px !important;
  margin-bottom: -75px !important;
}

.-mx-75{
  margin-left: -75px !important;
  margin-right: -75px !important;
}

.-my-78{
  margin-top: -29rem !important;
  margin-bottom: -29rem !important;
}

.-mx-78{
  margin-left: -29rem !important;
  margin-right: -29rem !important;
}

.-my-80{
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.-mx-80{
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.-my-90{
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.-mx-90{
  margin-left: -90px !important;
  margin-right: -90px !important;
}

.-my-150{
  margin-top: -150px !important;
  margin-bottom: -150px !important;
}

.-mx-150{
  margin-left: -150px !important;
  margin-right: -150px !important;
}

.-my-200{
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.-mx-200{
  margin-left: -200px !important;
  margin-right: -200px !important;
}

.-my-250{
  margin-top: -250px !important;
  margin-bottom: -250px !important;
}

.-mx-250{
  margin-left: -250px !important;
  margin-right: -250px !important;
}

.-my-270{
  margin-top: -270px !important;
  margin-bottom: -270px !important;
}

.-mx-270{
  margin-left: -270px !important;
  margin-right: -270px !important;
}

.-my-310{
  margin-top: -310px !important;
  margin-bottom: -310px !important;
}

.-mx-310{
  margin-left: -310px !important;
  margin-right: -310px !important;
}

.-my-330{
  margin-top: -330px !important;
  margin-bottom: -330px !important;
}

.-mx-330{
  margin-left: -330px !important;
  margin-right: -330px !important;
}

.-my-390{
  margin-top: -390px !important;
  margin-bottom: -390px !important;
}

.-mx-390{
  margin-left: -390px !important;
  margin-right: -390px !important;
}

.-my-400{
  margin-top: -400px !important;
  margin-bottom: -400px !important;
}

.-mx-400{
  margin-left: -400px !important;
  margin-right: -400px !important;
}

.-my-450{
  margin-top: -450px !important;
  margin-bottom: -450px !important;
}

.-mx-450{
  margin-left: -450px !important;
  margin-right: -450px !important;
}

.-my-500{
  margin-top: -500px !important;
  margin-bottom: -500px !important;
}

.-mx-500{
  margin-left: -500px !important;
  margin-right: -500px !important;
}

.-my-550{
  margin-top: -550px !important;
  margin-bottom: -550px !important;
}

.-mx-550{
  margin-left: -550px !important;
  margin-right: -550px !important;
}

.-my-600{
  margin-top: -600px !important;
  margin-bottom: -600px !important;
}

.-mx-600{
  margin-left: -600px !important;
  margin-right: -600px !important;
}

.-my-700{
  margin-top: -700px !important;
  margin-bottom: -700px !important;
}

.-mx-700{
  margin-left: -700px !important;
  margin-right: -700px !important;
}

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

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

.-my-2px{
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.-mx-2px{
  margin-left: -2px !important;
  margin-right: -2px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-18{
  margin-top: 4.75rem !important;
}

.mr-18{
  margin-right: 4.75rem !important;
}

.mb-18{
  margin-bottom: 4.75rem !important;
}

.ml-18{
  margin-left: 4.75rem !important;
}

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

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

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

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

.mt-22{
  margin-top: 6rem !important;
}

.mr-22{
  margin-right: 6rem !important;
}

.mb-22{
  margin-bottom: 6rem !important;
}

.ml-22{
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-48{
  margin-top: 13rem !important;
}

.mr-48{
  margin-right: 13rem !important;
}

.mb-48{
  margin-bottom: 13rem !important;
}

.ml-48{
  margin-left: 13rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-66{
  margin-top: 18rem !important;
}

.mr-66{
  margin-right: 18rem !important;
}

.mb-66{
  margin-bottom: 18rem !important;
}

.ml-66{
  margin-left: 18rem !important;
}

.mt-68{
  margin-top: 21rem !important;
}

.mr-68{
  margin-right: 21rem !important;
}

.mb-68{
  margin-bottom: 21rem !important;
}

.ml-68{
  margin-left: 21rem !important;
}

.mt-70{
  margin-top: 23rem !important;
}

.mr-70{
  margin-right: 23rem !important;
}

.mb-70{
  margin-bottom: 23rem !important;
}

.ml-70{
  margin-left: 23rem !important;
}

.mt-72{
  margin-top: 25rem !important;
}

.mr-72{
  margin-right: 25rem !important;
}

.mb-72{
  margin-bottom: 25rem !important;
}

.ml-72{
  margin-left: 25rem !important;
}

.mt-74{
  margin-top: 27rem !important;
}

.mr-74{
  margin-right: 27rem !important;
}

.mb-74{
  margin-bottom: 27rem !important;
}

.ml-74{
  margin-left: 27rem !important;
}

.mt-75{
  margin-top: 75px !important;
}

.mr-75{
  margin-right: 75px !important;
}

.mb-75{
  margin-bottom: 75px !important;
}

.ml-75{
  margin-left: 75px !important;
}

.mt-78{
  margin-top: 29rem !important;
}

.mr-78{
  margin-right: 29rem !important;
}

.mb-78{
  margin-bottom: 29rem !important;
}

.ml-78{
  margin-left: 29rem !important;
}

.mt-80{
  margin-top: 80px !important;
}

.mr-80{
  margin-right: 80px !important;
}

.mb-80{
  margin-bottom: 80px !important;
}

.ml-80{
  margin-left: 80px !important;
}

.mt-90{
  margin-top: 90px !important;
}

.mr-90{
  margin-right: 90px !important;
}

.mb-90{
  margin-bottom: 90px !important;
}

.ml-90{
  margin-left: 90px !important;
}

.mt-150{
  margin-top: 150px !important;
}

.mr-150{
  margin-right: 150px !important;
}

.mb-150{
  margin-bottom: 150px !important;
}

.ml-150{
  margin-left: 150px !important;
}

.mt-200{
  margin-top: 200px !important;
}

.mr-200{
  margin-right: 200px !important;
}

.mb-200{
  margin-bottom: 200px !important;
}

.ml-200{
  margin-left: 200px !important;
}

.mt-250{
  margin-top: 250px !important;
}

.mr-250{
  margin-right: 250px !important;
}

.mb-250{
  margin-bottom: 250px !important;
}

.ml-250{
  margin-left: 250px !important;
}

.mt-270{
  margin-top: 270px !important;
}

.mr-270{
  margin-right: 270px !important;
}

.mb-270{
  margin-bottom: 270px !important;
}

.ml-270{
  margin-left: 270px !important;
}

.mt-310{
  margin-top: 310px !important;
}

.mr-310{
  margin-right: 310px !important;
}

.mb-310{
  margin-bottom: 310px !important;
}

.ml-310{
  margin-left: 310px !important;
}

.mt-330{
  margin-top: 330px !important;
}

.mr-330{
  margin-right: 330px !important;
}

.mb-330{
  margin-bottom: 330px !important;
}

.ml-330{
  margin-left: 330px !important;
}

.mt-390{
  margin-top: 390px !important;
}

.mr-390{
  margin-right: 390px !important;
}

.mb-390{
  margin-bottom: 390px !important;
}

.ml-390{
  margin-left: 390px !important;
}

.mt-400{
  margin-top: 400px !important;
}

.mr-400{
  margin-right: 400px !important;
}

.mb-400{
  margin-bottom: 400px !important;
}

.ml-400{
  margin-left: 400px !important;
}

.mt-450{
  margin-top: 450px !important;
}

.mr-450{
  margin-right: 450px !important;
}

.mb-450{
  margin-bottom: 450px !important;
}

.ml-450{
  margin-left: 450px !important;
}

.mt-500{
  margin-top: 500px !important;
}

.mr-500{
  margin-right: 500px !important;
}

.mb-500{
  margin-bottom: 500px !important;
}

.ml-500{
  margin-left: 500px !important;
}

.mt-550{
  margin-top: 550px !important;
}

.mr-550{
  margin-right: 550px !important;
}

.mb-550{
  margin-bottom: 550px !important;
}

.ml-550{
  margin-left: 550px !important;
}

.mt-600{
  margin-top: 600px !important;
}

.mr-600{
  margin-right: 600px !important;
}

.mb-600{
  margin-bottom: 600px !important;
}

.ml-600{
  margin-left: 600px !important;
}

.mt-700{
  margin-top: 700px !important;
}

.mr-700{
  margin-right: 700px !important;
}

.mb-700{
  margin-bottom: 700px !important;
}

.ml-700{
  margin-left: 700px !important;
}

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

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

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

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

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

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

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

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

.mt-2px{
  margin-top: 2px !important;
}

.mr-2px{
  margin-right: 2px !important;
}

.mb-2px{
  margin-bottom: 2px !important;
}

.ml-2px{
  margin-left: 2px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-18{
  margin-top: -4.75rem !important;
}

.-mr-18{
  margin-right: -4.75rem !important;
}

.-mb-18{
  margin-bottom: -4.75rem !important;
}

.-ml-18{
  margin-left: -4.75rem !important;
}

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

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

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

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

.-mt-22{
  margin-top: -6rem !important;
}

.-mr-22{
  margin-right: -6rem !important;
}

.-mb-22{
  margin-bottom: -6rem !important;
}

.-ml-22{
  margin-left: -6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-48{
  margin-top: -13rem !important;
}

.-mr-48{
  margin-right: -13rem !important;
}

.-mb-48{
  margin-bottom: -13rem !important;
}

.-ml-48{
  margin-left: -13rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-66{
  margin-top: -18rem !important;
}

.-mr-66{
  margin-right: -18rem !important;
}

.-mb-66{
  margin-bottom: -18rem !important;
}

.-ml-66{
  margin-left: -18rem !important;
}

.-mt-68{
  margin-top: -21rem !important;
}

.-mr-68{
  margin-right: -21rem !important;
}

.-mb-68{
  margin-bottom: -21rem !important;
}

.-ml-68{
  margin-left: -21rem !important;
}

.-mt-70{
  margin-top: -23rem !important;
}

.-mr-70{
  margin-right: -23rem !important;
}

.-mb-70{
  margin-bottom: -23rem !important;
}

.-ml-70{
  margin-left: -23rem !important;
}

.-mt-72{
  margin-top: -25rem !important;
}

.-mr-72{
  margin-right: -25rem !important;
}

.-mb-72{
  margin-bottom: -25rem !important;
}

.-ml-72{
  margin-left: -25rem !important;
}

.-mt-74{
  margin-top: -27rem !important;
}

.-mr-74{
  margin-right: -27rem !important;
}

.-mb-74{
  margin-bottom: -27rem !important;
}

.-ml-74{
  margin-left: -27rem !important;
}

.-mt-75{
  margin-top: -75px !important;
}

.-mr-75{
  margin-right: -75px !important;
}

.-mb-75{
  margin-bottom: -75px !important;
}

.-ml-75{
  margin-left: -75px !important;
}

.-mt-78{
  margin-top: -29rem !important;
}

.-mr-78{
  margin-right: -29rem !important;
}

.-mb-78{
  margin-bottom: -29rem !important;
}

.-ml-78{
  margin-left: -29rem !important;
}

.-mt-80{
  margin-top: -80px !important;
}

.-mr-80{
  margin-right: -80px !important;
}

.-mb-80{
  margin-bottom: -80px !important;
}

.-ml-80{
  margin-left: -80px !important;
}

.-mt-90{
  margin-top: -90px !important;
}

.-mr-90{
  margin-right: -90px !important;
}

.-mb-90{
  margin-bottom: -90px !important;
}

.-ml-90{
  margin-left: -90px !important;
}

.-mt-150{
  margin-top: -150px !important;
}

.-mr-150{
  margin-right: -150px !important;
}

.-mb-150{
  margin-bottom: -150px !important;
}

.-ml-150{
  margin-left: -150px !important;
}

.-mt-200{
  margin-top: -200px !important;
}

.-mr-200{
  margin-right: -200px !important;
}

.-mb-200{
  margin-bottom: -200px !important;
}

.-ml-200{
  margin-left: -200px !important;
}

.-mt-250{
  margin-top: -250px !important;
}

.-mr-250{
  margin-right: -250px !important;
}

.-mb-250{
  margin-bottom: -250px !important;
}

.-ml-250{
  margin-left: -250px !important;
}

.-mt-270{
  margin-top: -270px !important;
}

.-mr-270{
  margin-right: -270px !important;
}

.-mb-270{
  margin-bottom: -270px !important;
}

.-ml-270{
  margin-left: -270px !important;
}

.-mt-310{
  margin-top: -310px !important;
}

.-mr-310{
  margin-right: -310px !important;
}

.-mb-310{
  margin-bottom: -310px !important;
}

.-ml-310{
  margin-left: -310px !important;
}

.-mt-330{
  margin-top: -330px !important;
}

.-mr-330{
  margin-right: -330px !important;
}

.-mb-330{
  margin-bottom: -330px !important;
}

.-ml-330{
  margin-left: -330px !important;
}

.-mt-390{
  margin-top: -390px !important;
}

.-mr-390{
  margin-right: -390px !important;
}

.-mb-390{
  margin-bottom: -390px !important;
}

.-ml-390{
  margin-left: -390px !important;
}

.-mt-400{
  margin-top: -400px !important;
}

.-mr-400{
  margin-right: -400px !important;
}

.-mb-400{
  margin-bottom: -400px !important;
}

.-ml-400{
  margin-left: -400px !important;
}

.-mt-450{
  margin-top: -450px !important;
}

.-mr-450{
  margin-right: -450px !important;
}

.-mb-450{
  margin-bottom: -450px !important;
}

.-ml-450{
  margin-left: -450px !important;
}

.-mt-500{
  margin-top: -500px !important;
}

.-mr-500{
  margin-right: -500px !important;
}

.-mb-500{
  margin-bottom: -500px !important;
}

.-ml-500{
  margin-left: -500px !important;
}

.-mt-550{
  margin-top: -550px !important;
}

.-mr-550{
  margin-right: -550px !important;
}

.-mb-550{
  margin-bottom: -550px !important;
}

.-ml-550{
  margin-left: -550px !important;
}

.-mt-600{
  margin-top: -600px !important;
}

.-mr-600{
  margin-right: -600px !important;
}

.-mb-600{
  margin-bottom: -600px !important;
}

.-ml-600{
  margin-left: -600px !important;
}

.-mt-700{
  margin-top: -700px !important;
}

.-mr-700{
  margin-right: -700px !important;
}

.-mb-700{
  margin-bottom: -700px !important;
}

.-ml-700{
  margin-left: -700px !important;
}

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

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

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

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

.-mt-2px{
  margin-top: -2px !important;
}

.-mr-2px{
  margin-right: -2px !important;
}

.-mb-2px{
  margin-bottom: -2px !important;
}

.-ml-2px{
  margin-left: -2px !important;
}

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

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

.max-h-logo{
  max-height: 115px !important;
}

.max-w-200{
  max-width: 200px !important;
}

.max-w-570{
  max-width: 570px !important;
}

.max-w-700{
  max-width: 700px !important;
}

.max-w-900{
  max-width: 900px !important;
}

.max-w-1135{
  max-width: 1135px !important;
}

.max-w-1366{
  max-width: 1366px !important;
}

.max-w-1440{
  max-width: 1440px !important;
}

.max-w-1920{
  max-width: 1920px !important;
}

.max-w-none{
  max-width: none !important;
}

.max-w-xs{
  max-width: 20rem !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

.max-w-full{
  max-width: 100% !important;
}

.max-w-screen-sm{
  max-width: 450px !important;
}

.max-w-screen-md{
  max-width: 768px !important;
}

.max-w-screen-lg{
  max-width: 1024px !important;
}

.max-w-screen-xl{
  max-width: 1280px !important;
}

.max-w-screen-xs{
  max-width: 320px !important;
}

.max-w-screen-xxl{
  max-width: 1440px !important;
}

.max-w-main-content-margin{
  max-width: 900px !important;
}

.max-w-inner-margin{
  max-width: 1440px !important;
}

.max-w-outer-margin{
  max-width: 1920px !important;
}

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

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

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

.min-h-100{
  min-height: 100px !important;
}

.min-h-150{
  min-height: 150px !important;
}

.min-h-300{
  min-height: 300px !important;
}

.min-h-310{
  min-height: 310px !important;
}

.min-h-330{
  min-height: 330px !important;
}

.min-h-390{
  min-height: 390px !important;
}

.min-h-420{
  min-height: 420px !important;
}

.min-h-600{
  min-height: 600px !important;
}

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

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

.min-h-page_title{
  min-height: 140px !important;
}

.min-h-page_title2{
  min-height: 260px !important;
}

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

.min-w-200{
  min-width: 200px !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-80{
  opacity: 0.80 !important;
}

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

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover{
  opacity: 0.80 !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

.focus\:opacity-0:focus{
  opacity: 0 !important;
}

.focus\:opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus{
  opacity: 0.80 !important;
}

.focus\:opacity-100:focus{
  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{
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain{
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none{
  -ms-scroll-chaining: none !important;
      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;
}

.p-0{
  padding: 0 !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-5{
  padding: 1.25rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-7{
  padding: 1.75rem !important;
}

.p-8{
  padding: 2rem !important;
}

.p-10{
  padding: 2.5rem !important;
}

.p-12{
  padding: 3rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-18{
  padding: 4.75rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-22{
  padding: 6rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-28{
  padding: 7rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-44{
  padding: 11rem !important;
}

.p-48{
  padding: 13rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-60{
  padding: 15rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-66{
  padding: 18rem !important;
}

.p-68{
  padding: 21rem !important;
}

.p-70{
  padding: 23rem !important;
}

.p-72{
  padding: 25rem !important;
}

.p-74{
  padding: 27rem !important;
}

.p-75{
  padding: 75px !important;
}

.p-78{
  padding: 29rem !important;
}

.p-80{
  padding: 80px !important;
}

.p-90{
  padding: 90px !important;
}

.p-150{
  padding: 150px !important;
}

.p-200{
  padding: 200px !important;
}

.p-250{
  padding: 250px !important;
}

.p-270{
  padding: 270px !important;
}

.p-310{
  padding: 310px !important;
}

.p-330{
  padding: 330px !important;
}

.p-390{
  padding: 390px !important;
}

.p-400{
  padding: 400px !important;
}

.p-450{
  padding: 450px !important;
}

.p-500{
  padding: 500px !important;
}

.p-550{
  padding: 550px !important;
}

.p-600{
  padding: 600px !important;
}

.p-700{
  padding: 700px !important;
}

.p-px{
  padding: 1px !important;
}

.p-2px{
  padding: 2px !important;
}

.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-18{
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.px-18{
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-22{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-22{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.py-48{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.px-48{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-66{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.px-66{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.py-68{
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

.px-68{
  padding-left: 21rem !important;
  padding-right: 21rem !important;
}

.py-70{
  padding-top: 23rem !important;
  padding-bottom: 23rem !important;
}

.px-70{
  padding-left: 23rem !important;
  padding-right: 23rem !important;
}

.py-72{
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.px-72{
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.py-74{
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.px-74{
  padding-left: 27rem !important;
  padding-right: 27rem !important;
}

.py-75{
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.px-75{
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-78{
  padding-top: 29rem !important;
  padding-bottom: 29rem !important;
}

.px-78{
  padding-left: 29rem !important;
  padding-right: 29rem !important;
}

.py-80{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-90{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-90{
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-150{
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.px-150{
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py-200{
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.px-200{
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.py-250{
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.px-250{
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.py-270{
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

.px-270{
  padding-left: 270px !important;
  padding-right: 270px !important;
}

.py-310{
  padding-top: 310px !important;
  padding-bottom: 310px !important;
}

.px-310{
  padding-left: 310px !important;
  padding-right: 310px !important;
}

.py-330{
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

.px-330{
  padding-left: 330px !important;
  padding-right: 330px !important;
}

.py-390{
  padding-top: 390px !important;
  padding-bottom: 390px !important;
}

.px-390{
  padding-left: 390px !important;
  padding-right: 390px !important;
}

.py-400{
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.px-400{
  padding-left: 400px !important;
  padding-right: 400px !important;
}

.py-450{
  padding-top: 450px !important;
  padding-bottom: 450px !important;
}

.px-450{
  padding-left: 450px !important;
  padding-right: 450px !important;
}

.py-500{
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.px-500{
  padding-left: 500px !important;
  padding-right: 500px !important;
}

.py-550{
  padding-top: 550px !important;
  padding-bottom: 550px !important;
}

.px-550{
  padding-left: 550px !important;
  padding-right: 550px !important;
}

.py-600{
  padding-top: 600px !important;
  padding-bottom: 600px !important;
}

.px-600{
  padding-left: 600px !important;
  padding-right: 600px !important;
}

.py-700{
  padding-top: 700px !important;
  padding-bottom: 700px !important;
}

.px-700{
  padding-left: 700px !important;
  padding-right: 700px !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-2px{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.px-2px{
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pt-0{
  padding-top: 0 !important;
}

.pr-0{
  padding-right: 0 !important;
}

.pb-0{
  padding-bottom: 0 !important;
}

.pl-0{
  padding-left: 0 !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pr-1{
  padding-right: 0.25rem !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pr-2{
  padding-right: 0.5rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pb-3{
  padding-bottom: 0.75rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pl-4{
  padding-left: 1rem !important;
}

.pt-5{
  padding-top: 1.25rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pl-5{
  padding-left: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pr-6{
  padding-right: 1.5rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pl-6{
  padding-left: 1.5rem !important;
}

.pt-7{
  padding-top: 1.75rem !important;
}

.pr-7{
  padding-right: 1.75rem !important;
}

.pb-7{
  padding-bottom: 1.75rem !important;
}

.pl-7{
  padding-left: 1.75rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pr-8{
  padding-right: 2rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pr-12{
  padding-right: 3rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pr-16{
  padding-right: 4rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pt-18{
  padding-top: 4.75rem !important;
}

.pr-18{
  padding-right: 4.75rem !important;
}

.pb-18{
  padding-bottom: 4.75rem !important;
}

.pl-18{
  padding-left: 4.75rem !important;
}

.pt-20{
  padding-top: 5rem !important;
}

.pr-20{
  padding-right: 5rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pl-20{
  padding-left: 5rem !important;
}

.pt-22{
  padding-top: 6rem !important;
}

.pr-22{
  padding-right: 6rem !important;
}

.pb-22{
  padding-bottom: 6rem !important;
}

.pl-22{
  padding-left: 6rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pr-24{
  padding-right: 6rem !important;
}

.pb-24{
  padding-bottom: 6rem !important;
}

.pl-24{
  padding-left: 6rem !important;
}

.pt-28{
  padding-top: 7rem !important;
}

.pr-28{
  padding-right: 7rem !important;
}

.pb-28{
  padding-bottom: 7rem !important;
}

.pl-28{
  padding-left: 7rem !important;
}

.pt-32{
  padding-top: 8rem !important;
}

.pr-32{
  padding-right: 8rem !important;
}

.pb-32{
  padding-bottom: 8rem !important;
}

.pl-32{
  padding-left: 8rem !important;
}

.pt-40{
  padding-top: 10rem !important;
}

.pr-40{
  padding-right: 10rem !important;
}

.pb-40{
  padding-bottom: 10rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pt-44{
  padding-top: 11rem !important;
}

.pr-44{
  padding-right: 11rem !important;
}

.pb-44{
  padding-bottom: 11rem !important;
}

.pl-44{
  padding-left: 11rem !important;
}

.pt-48{
  padding-top: 13rem !important;
}

.pr-48{
  padding-right: 13rem !important;
}

.pb-48{
  padding-bottom: 13rem !important;
}

.pl-48{
  padding-left: 13rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pt-60{
  padding-top: 15rem !important;
}

.pr-60{
  padding-right: 15rem !important;
}

.pb-60{
  padding-bottom: 15rem !important;
}

.pl-60{
  padding-left: 15rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pb-64{
  padding-bottom: 16rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

.pt-66{
  padding-top: 18rem !important;
}

.pr-66{
  padding-right: 18rem !important;
}

.pb-66{
  padding-bottom: 18rem !important;
}

.pl-66{
  padding-left: 18rem !important;
}

.pt-68{
  padding-top: 21rem !important;
}

.pr-68{
  padding-right: 21rem !important;
}

.pb-68{
  padding-bottom: 21rem !important;
}

.pl-68{
  padding-left: 21rem !important;
}

.pt-70{
  padding-top: 23rem !important;
}

.pr-70{
  padding-right: 23rem !important;
}

.pb-70{
  padding-bottom: 23rem !important;
}

.pl-70{
  padding-left: 23rem !important;
}

.pt-72{
  padding-top: 25rem !important;
}

.pr-72{
  padding-right: 25rem !important;
}

.pb-72{
  padding-bottom: 25rem !important;
}

.pl-72{
  padding-left: 25rem !important;
}

.pt-74{
  padding-top: 27rem !important;
}

.pr-74{
  padding-right: 27rem !important;
}

.pb-74{
  padding-bottom: 27rem !important;
}

.pl-74{
  padding-left: 27rem !important;
}

.pt-75{
  padding-top: 75px !important;
}

.pr-75{
  padding-right: 75px !important;
}

.pb-75{
  padding-bottom: 75px !important;
}

.pl-75{
  padding-left: 75px !important;
}

.pt-78{
  padding-top: 29rem !important;
}

.pr-78{
  padding-right: 29rem !important;
}

.pb-78{
  padding-bottom: 29rem !important;
}

.pl-78{
  padding-left: 29rem !important;
}

.pt-80{
  padding-top: 80px !important;
}

.pr-80{
  padding-right: 80px !important;
}

.pb-80{
  padding-bottom: 80px !important;
}

.pl-80{
  padding-left: 80px !important;
}

.pt-90{
  padding-top: 90px !important;
}

.pr-90{
  padding-right: 90px !important;
}

.pb-90{
  padding-bottom: 90px !important;
}

.pl-90{
  padding-left: 90px !important;
}

.pt-150{
  padding-top: 150px !important;
}

.pr-150{
  padding-right: 150px !important;
}

.pb-150{
  padding-bottom: 150px !important;
}

.pl-150{
  padding-left: 150px !important;
}

.pt-200{
  padding-top: 200px !important;
}

.pr-200{
  padding-right: 200px !important;
}

.pb-200{
  padding-bottom: 200px !important;
}

.pl-200{
  padding-left: 200px !important;
}

.pt-250{
  padding-top: 250px !important;
}

.pr-250{
  padding-right: 250px !important;
}

.pb-250{
  padding-bottom: 250px !important;
}

.pl-250{
  padding-left: 250px !important;
}

.pt-270{
  padding-top: 270px !important;
}

.pr-270{
  padding-right: 270px !important;
}

.pb-270{
  padding-bottom: 270px !important;
}

.pl-270{
  padding-left: 270px !important;
}

.pt-310{
  padding-top: 310px !important;
}

.pr-310{
  padding-right: 310px !important;
}

.pb-310{
  padding-bottom: 310px !important;
}

.pl-310{
  padding-left: 310px !important;
}

.pt-330{
  padding-top: 330px !important;
}

.pr-330{
  padding-right: 330px !important;
}

.pb-330{
  padding-bottom: 330px !important;
}

.pl-330{
  padding-left: 330px !important;
}

.pt-390{
  padding-top: 390px !important;
}

.pr-390{
  padding-right: 390px !important;
}

.pb-390{
  padding-bottom: 390px !important;
}

.pl-390{
  padding-left: 390px !important;
}

.pt-400{
  padding-top: 400px !important;
}

.pr-400{
  padding-right: 400px !important;
}

.pb-400{
  padding-bottom: 400px !important;
}

.pl-400{
  padding-left: 400px !important;
}

.pt-450{
  padding-top: 450px !important;
}

.pr-450{
  padding-right: 450px !important;
}

.pb-450{
  padding-bottom: 450px !important;
}

.pl-450{
  padding-left: 450px !important;
}

.pt-500{
  padding-top: 500px !important;
}

.pr-500{
  padding-right: 500px !important;
}

.pb-500{
  padding-bottom: 500px !important;
}

.pl-500{
  padding-left: 500px !important;
}

.pt-550{
  padding-top: 550px !important;
}

.pr-550{
  padding-right: 550px !important;
}

.pb-550{
  padding-bottom: 550px !important;
}

.pl-550{
  padding-left: 550px !important;
}

.pt-600{
  padding-top: 600px !important;
}

.pr-600{
  padding-right: 600px !important;
}

.pb-600{
  padding-bottom: 600px !important;
}

.pl-600{
  padding-left: 600px !important;
}

.pt-700{
  padding-top: 700px !important;
}

.pr-700{
  padding-right: 700px !important;
}

.pb-700{
  padding-bottom: 700px !important;
}

.pl-700{
  padding-left: 700px !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pl-px{
  padding-left: 1px !important;
}

.pt-2px{
  padding-top: 2px !important;
}

.pr-2px{
  padding-right: 2px !important;
}

.pb-2px{
  padding-bottom: 2px !important;
}

.pl-2px{
  padding-left: 2px !important;
}

.group:hover .group-hover\:p-0{
  padding: 0 !important;
}

.group:hover .group-hover\:p-1{
  padding: 0.25rem !important;
}

.group:hover .group-hover\:p-2{
  padding: 0.5rem !important;
}

.group:hover .group-hover\:p-3{
  padding: 0.75rem !important;
}

.group:hover .group-hover\:p-4{
  padding: 1rem !important;
}

.group:hover .group-hover\:p-5{
  padding: 1.25rem !important;
}

.group:hover .group-hover\:p-6{
  padding: 1.5rem !important;
}

.group:hover .group-hover\:p-7{
  padding: 1.75rem !important;
}

.group:hover .group-hover\:p-8{
  padding: 2rem !important;
}

.group:hover .group-hover\:p-10{
  padding: 2.5rem !important;
}

.group:hover .group-hover\:p-12{
  padding: 3rem !important;
}

.group:hover .group-hover\:p-16{
  padding: 4rem !important;
}

.group:hover .group-hover\:p-18{
  padding: 4.75rem !important;
}

.group:hover .group-hover\:p-20{
  padding: 5rem !important;
}

.group:hover .group-hover\:p-22{
  padding: 6rem !important;
}

.group:hover .group-hover\:p-24{
  padding: 6rem !important;
}

.group:hover .group-hover\:p-28{
  padding: 7rem !important;
}

.group:hover .group-hover\:p-32{
  padding: 8rem !important;
}

.group:hover .group-hover\:p-40{
  padding: 10rem !important;
}

.group:hover .group-hover\:p-44{
  padding: 11rem !important;
}

.group:hover .group-hover\:p-48{
  padding: 13rem !important;
}

.group:hover .group-hover\:p-56{
  padding: 14rem !important;
}

.group:hover .group-hover\:p-60{
  padding: 15rem !important;
}

.group:hover .group-hover\:p-64{
  padding: 16rem !important;
}

.group:hover .group-hover\:p-66{
  padding: 18rem !important;
}

.group:hover .group-hover\:p-68{
  padding: 21rem !important;
}

.group:hover .group-hover\:p-70{
  padding: 23rem !important;
}

.group:hover .group-hover\:p-72{
  padding: 25rem !important;
}

.group:hover .group-hover\:p-74{
  padding: 27rem !important;
}

.group:hover .group-hover\:p-75{
  padding: 75px !important;
}

.group:hover .group-hover\:p-78{
  padding: 29rem !important;
}

.group:hover .group-hover\:p-80{
  padding: 80px !important;
}

.group:hover .group-hover\:p-90{
  padding: 90px !important;
}

.group:hover .group-hover\:p-150{
  padding: 150px !important;
}

.group:hover .group-hover\:p-200{
  padding: 200px !important;
}

.group:hover .group-hover\:p-250{
  padding: 250px !important;
}

.group:hover .group-hover\:p-270{
  padding: 270px !important;
}

.group:hover .group-hover\:p-310{
  padding: 310px !important;
}

.group:hover .group-hover\:p-330{
  padding: 330px !important;
}

.group:hover .group-hover\:p-390{
  padding: 390px !important;
}

.group:hover .group-hover\:p-400{
  padding: 400px !important;
}

.group:hover .group-hover\:p-450{
  padding: 450px !important;
}

.group:hover .group-hover\:p-500{
  padding: 500px !important;
}

.group:hover .group-hover\:p-550{
  padding: 550px !important;
}

.group:hover .group-hover\:p-600{
  padding: 600px !important;
}

.group:hover .group-hover\:p-700{
  padding: 700px !important;
}

.group:hover .group-hover\:p-px{
  padding: 1px !important;
}

.group:hover .group-hover\:p-2px{
  padding: 2px !important;
}

.group:hover .group-hover\:py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.group:hover .group-hover\:px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.group:hover .group-hover\:py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.group:hover .group-hover\:px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.group:hover .group-hover\:py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.group:hover .group-hover\:px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.group:hover .group-hover\:py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.group:hover .group-hover\:px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.group:hover .group-hover\:py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.group:hover .group-hover\:px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.group:hover .group-hover\:py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.group:hover .group-hover\:px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.group:hover .group-hover\:py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.group:hover .group-hover\:px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.group:hover .group-hover\:py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.group:hover .group-hover\:px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.group:hover .group-hover\:py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.group:hover .group-hover\:px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.group:hover .group-hover\:py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.group:hover .group-hover\:px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.group:hover .group-hover\:py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.group:hover .group-hover\:px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.group:hover .group-hover\:py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.group:hover .group-hover\:px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.group:hover .group-hover\:py-18{
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.group:hover .group-hover\:px-18{
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

.group:hover .group-hover\:py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.group:hover .group-hover\:px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.group:hover .group-hover\:py-22{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.group:hover .group-hover\:px-22{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.group:hover .group-hover\:py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.group:hover .group-hover\:px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.group:hover .group-hover\:py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.group:hover .group-hover\:px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.group:hover .group-hover\:py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.group:hover .group-hover\:px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.group:hover .group-hover\:py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.group:hover .group-hover\:px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.group:hover .group-hover\:py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.group:hover .group-hover\:px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.group:hover .group-hover\:py-48{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.group:hover .group-hover\:px-48{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.group:hover .group-hover\:py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.group:hover .group-hover\:px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.group:hover .group-hover\:py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.group:hover .group-hover\:px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.group:hover .group-hover\:py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.group:hover .group-hover\:px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.group:hover .group-hover\:py-66{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.group:hover .group-hover\:px-66{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.group:hover .group-hover\:py-68{
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

.group:hover .group-hover\:px-68{
  padding-left: 21rem !important;
  padding-right: 21rem !important;
}

.group:hover .group-hover\:py-70{
  padding-top: 23rem !important;
  padding-bottom: 23rem !important;
}

.group:hover .group-hover\:px-70{
  padding-left: 23rem !important;
  padding-right: 23rem !important;
}

.group:hover .group-hover\:py-72{
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.group:hover .group-hover\:px-72{
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.group:hover .group-hover\:py-74{
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.group:hover .group-hover\:px-74{
  padding-left: 27rem !important;
  padding-right: 27rem !important;
}

.group:hover .group-hover\:py-75{
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.group:hover .group-hover\:px-75{
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.group:hover .group-hover\:py-78{
  padding-top: 29rem !important;
  padding-bottom: 29rem !important;
}

.group:hover .group-hover\:px-78{
  padding-left: 29rem !important;
  padding-right: 29rem !important;
}

.group:hover .group-hover\:py-80{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.group:hover .group-hover\:px-80{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.group:hover .group-hover\:py-90{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.group:hover .group-hover\:px-90{
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.group:hover .group-hover\:py-150{
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.group:hover .group-hover\:px-150{
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.group:hover .group-hover\:py-200{
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.group:hover .group-hover\:px-200{
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.group:hover .group-hover\:py-250{
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.group:hover .group-hover\:px-250{
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.group:hover .group-hover\:py-270{
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

.group:hover .group-hover\:px-270{
  padding-left: 270px !important;
  padding-right: 270px !important;
}

.group:hover .group-hover\:py-310{
  padding-top: 310px !important;
  padding-bottom: 310px !important;
}

.group:hover .group-hover\:px-310{
  padding-left: 310px !important;
  padding-right: 310px !important;
}

.group:hover .group-hover\:py-330{
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

.group:hover .group-hover\:px-330{
  padding-left: 330px !important;
  padding-right: 330px !important;
}

.group:hover .group-hover\:py-390{
  padding-top: 390px !important;
  padding-bottom: 390px !important;
}

.group:hover .group-hover\:px-390{
  padding-left: 390px !important;
  padding-right: 390px !important;
}

.group:hover .group-hover\:py-400{
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.group:hover .group-hover\:px-400{
  padding-left: 400px !important;
  padding-right: 400px !important;
}

.group:hover .group-hover\:py-450{
  padding-top: 450px !important;
  padding-bottom: 450px !important;
}

.group:hover .group-hover\:px-450{
  padding-left: 450px !important;
  padding-right: 450px !important;
}

.group:hover .group-hover\:py-500{
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.group:hover .group-hover\:px-500{
  padding-left: 500px !important;
  padding-right: 500px !important;
}

.group:hover .group-hover\:py-550{
  padding-top: 550px !important;
  padding-bottom: 550px !important;
}

.group:hover .group-hover\:px-550{
  padding-left: 550px !important;
  padding-right: 550px !important;
}

.group:hover .group-hover\:py-600{
  padding-top: 600px !important;
  padding-bottom: 600px !important;
}

.group:hover .group-hover\:px-600{
  padding-left: 600px !important;
  padding-right: 600px !important;
}

.group:hover .group-hover\:py-700{
  padding-top: 700px !important;
  padding-bottom: 700px !important;
}

.group:hover .group-hover\:px-700{
  padding-left: 700px !important;
  padding-right: 700px !important;
}

.group:hover .group-hover\:py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.group:hover .group-hover\:px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.group:hover .group-hover\:py-2px{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.group:hover .group-hover\:px-2px{
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.group:hover .group-hover\:pt-0{
  padding-top: 0 !important;
}

.group:hover .group-hover\:pr-0{
  padding-right: 0 !important;
}

.group:hover .group-hover\:pb-0{
  padding-bottom: 0 !important;
}

.group:hover .group-hover\:pl-0{
  padding-left: 0 !important;
}

.group:hover .group-hover\:pt-1{
  padding-top: 0.25rem !important;
}

.group:hover .group-hover\:pr-1{
  padding-right: 0.25rem !important;
}

.group:hover .group-hover\:pb-1{
  padding-bottom: 0.25rem !important;
}

.group:hover .group-hover\:pl-1{
  padding-left: 0.25rem !important;
}

.group:hover .group-hover\:pt-2{
  padding-top: 0.5rem !important;
}

.group:hover .group-hover\:pr-2{
  padding-right: 0.5rem !important;
}

.group:hover .group-hover\:pb-2{
  padding-bottom: 0.5rem !important;
}

.group:hover .group-hover\:pl-2{
  padding-left: 0.5rem !important;
}

.group:hover .group-hover\:pt-3{
  padding-top: 0.75rem !important;
}

.group:hover .group-hover\:pr-3{
  padding-right: 0.75rem !important;
}

.group:hover .group-hover\:pb-3{
  padding-bottom: 0.75rem !important;
}

.group:hover .group-hover\:pl-3{
  padding-left: 0.75rem !important;
}

.group:hover .group-hover\:pt-4{
  padding-top: 1rem !important;
}

.group:hover .group-hover\:pr-4{
  padding-right: 1rem !important;
}

.group:hover .group-hover\:pb-4{
  padding-bottom: 1rem !important;
}

.group:hover .group-hover\:pl-4{
  padding-left: 1rem !important;
}

.group:hover .group-hover\:pt-5{
  padding-top: 1.25rem !important;
}

.group:hover .group-hover\:pr-5{
  padding-right: 1.25rem !important;
}

.group:hover .group-hover\:pb-5{
  padding-bottom: 1.25rem !important;
}

.group:hover .group-hover\:pl-5{
  padding-left: 1.25rem !important;
}

.group:hover .group-hover\:pt-6{
  padding-top: 1.5rem !important;
}

.group:hover .group-hover\:pr-6{
  padding-right: 1.5rem !important;
}

.group:hover .group-hover\:pb-6{
  padding-bottom: 1.5rem !important;
}

.group:hover .group-hover\:pl-6{
  padding-left: 1.5rem !important;
}

.group:hover .group-hover\:pt-7{
  padding-top: 1.75rem !important;
}

.group:hover .group-hover\:pr-7{
  padding-right: 1.75rem !important;
}

.group:hover .group-hover\:pb-7{
  padding-bottom: 1.75rem !important;
}

.group:hover .group-hover\:pl-7{
  padding-left: 1.75rem !important;
}

.group:hover .group-hover\:pt-8{
  padding-top: 2rem !important;
}

.group:hover .group-hover\:pr-8{
  padding-right: 2rem !important;
}

.group:hover .group-hover\:pb-8{
  padding-bottom: 2rem !important;
}

.group:hover .group-hover\:pl-8{
  padding-left: 2rem !important;
}

.group:hover .group-hover\:pt-10{
  padding-top: 2.5rem !important;
}

.group:hover .group-hover\:pr-10{
  padding-right: 2.5rem !important;
}

.group:hover .group-hover\:pb-10{
  padding-bottom: 2.5rem !important;
}

.group:hover .group-hover\:pl-10{
  padding-left: 2.5rem !important;
}

.group:hover .group-hover\:pt-12{
  padding-top: 3rem !important;
}

.group:hover .group-hover\:pr-12{
  padding-right: 3rem !important;
}

.group:hover .group-hover\:pb-12{
  padding-bottom: 3rem !important;
}

.group:hover .group-hover\:pl-12{
  padding-left: 3rem !important;
}

.group:hover .group-hover\:pt-16{
  padding-top: 4rem !important;
}

.group:hover .group-hover\:pr-16{
  padding-right: 4rem !important;
}

.group:hover .group-hover\:pb-16{
  padding-bottom: 4rem !important;
}

.group:hover .group-hover\:pl-16{
  padding-left: 4rem !important;
}

.group:hover .group-hover\:pt-18{
  padding-top: 4.75rem !important;
}

.group:hover .group-hover\:pr-18{
  padding-right: 4.75rem !important;
}

.group:hover .group-hover\:pb-18{
  padding-bottom: 4.75rem !important;
}

.group:hover .group-hover\:pl-18{
  padding-left: 4.75rem !important;
}

.group:hover .group-hover\:pt-20{
  padding-top: 5rem !important;
}

.group:hover .group-hover\:pr-20{
  padding-right: 5rem !important;
}

.group:hover .group-hover\:pb-20{
  padding-bottom: 5rem !important;
}

.group:hover .group-hover\:pl-20{
  padding-left: 5rem !important;
}

.group:hover .group-hover\:pt-22{
  padding-top: 6rem !important;
}

.group:hover .group-hover\:pr-22{
  padding-right: 6rem !important;
}

.group:hover .group-hover\:pb-22{
  padding-bottom: 6rem !important;
}

.group:hover .group-hover\:pl-22{
  padding-left: 6rem !important;
}

.group:hover .group-hover\:pt-24{
  padding-top: 6rem !important;
}

.group:hover .group-hover\:pr-24{
  padding-right: 6rem !important;
}

.group:hover .group-hover\:pb-24{
  padding-bottom: 6rem !important;
}

.group:hover .group-hover\:pl-24{
  padding-left: 6rem !important;
}

.group:hover .group-hover\:pt-28{
  padding-top: 7rem !important;
}

.group:hover .group-hover\:pr-28{
  padding-right: 7rem !important;
}

.group:hover .group-hover\:pb-28{
  padding-bottom: 7rem !important;
}

.group:hover .group-hover\:pl-28{
  padding-left: 7rem !important;
}

.group:hover .group-hover\:pt-32{
  padding-top: 8rem !important;
}

.group:hover .group-hover\:pr-32{
  padding-right: 8rem !important;
}

.group:hover .group-hover\:pb-32{
  padding-bottom: 8rem !important;
}

.group:hover .group-hover\:pl-32{
  padding-left: 8rem !important;
}

.group:hover .group-hover\:pt-40{
  padding-top: 10rem !important;
}

.group:hover .group-hover\:pr-40{
  padding-right: 10rem !important;
}

.group:hover .group-hover\:pb-40{
  padding-bottom: 10rem !important;
}

.group:hover .group-hover\:pl-40{
  padding-left: 10rem !important;
}

.group:hover .group-hover\:pt-44{
  padding-top: 11rem !important;
}

.group:hover .group-hover\:pr-44{
  padding-right: 11rem !important;
}

.group:hover .group-hover\:pb-44{
  padding-bottom: 11rem !important;
}

.group:hover .group-hover\:pl-44{
  padding-left: 11rem !important;
}

.group:hover .group-hover\:pt-48{
  padding-top: 13rem !important;
}

.group:hover .group-hover\:pr-48{
  padding-right: 13rem !important;
}

.group:hover .group-hover\:pb-48{
  padding-bottom: 13rem !important;
}

.group:hover .group-hover\:pl-48{
  padding-left: 13rem !important;
}

.group:hover .group-hover\:pt-56{
  padding-top: 14rem !important;
}

.group:hover .group-hover\:pr-56{
  padding-right: 14rem !important;
}

.group:hover .group-hover\:pb-56{
  padding-bottom: 14rem !important;
}

.group:hover .group-hover\:pl-56{
  padding-left: 14rem !important;
}

.group:hover .group-hover\:pt-60{
  padding-top: 15rem !important;
}

.group:hover .group-hover\:pr-60{
  padding-right: 15rem !important;
}

.group:hover .group-hover\:pb-60{
  padding-bottom: 15rem !important;
}

.group:hover .group-hover\:pl-60{
  padding-left: 15rem !important;
}

.group:hover .group-hover\:pt-64{
  padding-top: 16rem !important;
}

.group:hover .group-hover\:pr-64{
  padding-right: 16rem !important;
}

.group:hover .group-hover\:pb-64{
  padding-bottom: 16rem !important;
}

.group:hover .group-hover\:pl-64{
  padding-left: 16rem !important;
}

.group:hover .group-hover\:pt-66{
  padding-top: 18rem !important;
}

.group:hover .group-hover\:pr-66{
  padding-right: 18rem !important;
}

.group:hover .group-hover\:pb-66{
  padding-bottom: 18rem !important;
}

.group:hover .group-hover\:pl-66{
  padding-left: 18rem !important;
}

.group:hover .group-hover\:pt-68{
  padding-top: 21rem !important;
}

.group:hover .group-hover\:pr-68{
  padding-right: 21rem !important;
}

.group:hover .group-hover\:pb-68{
  padding-bottom: 21rem !important;
}

.group:hover .group-hover\:pl-68{
  padding-left: 21rem !important;
}

.group:hover .group-hover\:pt-70{
  padding-top: 23rem !important;
}

.group:hover .group-hover\:pr-70{
  padding-right: 23rem !important;
}

.group:hover .group-hover\:pb-70{
  padding-bottom: 23rem !important;
}

.group:hover .group-hover\:pl-70{
  padding-left: 23rem !important;
}

.group:hover .group-hover\:pt-72{
  padding-top: 25rem !important;
}

.group:hover .group-hover\:pr-72{
  padding-right: 25rem !important;
}

.group:hover .group-hover\:pb-72{
  padding-bottom: 25rem !important;
}

.group:hover .group-hover\:pl-72{
  padding-left: 25rem !important;
}

.group:hover .group-hover\:pt-74{
  padding-top: 27rem !important;
}

.group:hover .group-hover\:pr-74{
  padding-right: 27rem !important;
}

.group:hover .group-hover\:pb-74{
  padding-bottom: 27rem !important;
}

.group:hover .group-hover\:pl-74{
  padding-left: 27rem !important;
}

.group:hover .group-hover\:pt-75{
  padding-top: 75px !important;
}

.group:hover .group-hover\:pr-75{
  padding-right: 75px !important;
}

.group:hover .group-hover\:pb-75{
  padding-bottom: 75px !important;
}

.group:hover .group-hover\:pl-75{
  padding-left: 75px !important;
}

.group:hover .group-hover\:pt-78{
  padding-top: 29rem !important;
}

.group:hover .group-hover\:pr-78{
  padding-right: 29rem !important;
}

.group:hover .group-hover\:pb-78{
  padding-bottom: 29rem !important;
}

.group:hover .group-hover\:pl-78{
  padding-left: 29rem !important;
}

.group:hover .group-hover\:pt-80{
  padding-top: 80px !important;
}

.group:hover .group-hover\:pr-80{
  padding-right: 80px !important;
}

.group:hover .group-hover\:pb-80{
  padding-bottom: 80px !important;
}

.group:hover .group-hover\:pl-80{
  padding-left: 80px !important;
}

.group:hover .group-hover\:pt-90{
  padding-top: 90px !important;
}

.group:hover .group-hover\:pr-90{
  padding-right: 90px !important;
}

.group:hover .group-hover\:pb-90{
  padding-bottom: 90px !important;
}

.group:hover .group-hover\:pl-90{
  padding-left: 90px !important;
}

.group:hover .group-hover\:pt-150{
  padding-top: 150px !important;
}

.group:hover .group-hover\:pr-150{
  padding-right: 150px !important;
}

.group:hover .group-hover\:pb-150{
  padding-bottom: 150px !important;
}

.group:hover .group-hover\:pl-150{
  padding-left: 150px !important;
}

.group:hover .group-hover\:pt-200{
  padding-top: 200px !important;
}

.group:hover .group-hover\:pr-200{
  padding-right: 200px !important;
}

.group:hover .group-hover\:pb-200{
  padding-bottom: 200px !important;
}

.group:hover .group-hover\:pl-200{
  padding-left: 200px !important;
}

.group:hover .group-hover\:pt-250{
  padding-top: 250px !important;
}

.group:hover .group-hover\:pr-250{
  padding-right: 250px !important;
}

.group:hover .group-hover\:pb-250{
  padding-bottom: 250px !important;
}

.group:hover .group-hover\:pl-250{
  padding-left: 250px !important;
}

.group:hover .group-hover\:pt-270{
  padding-top: 270px !important;
}

.group:hover .group-hover\:pr-270{
  padding-right: 270px !important;
}

.group:hover .group-hover\:pb-270{
  padding-bottom: 270px !important;
}

.group:hover .group-hover\:pl-270{
  padding-left: 270px !important;
}

.group:hover .group-hover\:pt-310{
  padding-top: 310px !important;
}

.group:hover .group-hover\:pr-310{
  padding-right: 310px !important;
}

.group:hover .group-hover\:pb-310{
  padding-bottom: 310px !important;
}

.group:hover .group-hover\:pl-310{
  padding-left: 310px !important;
}

.group:hover .group-hover\:pt-330{
  padding-top: 330px !important;
}

.group:hover .group-hover\:pr-330{
  padding-right: 330px !important;
}

.group:hover .group-hover\:pb-330{
  padding-bottom: 330px !important;
}

.group:hover .group-hover\:pl-330{
  padding-left: 330px !important;
}

.group:hover .group-hover\:pt-390{
  padding-top: 390px !important;
}

.group:hover .group-hover\:pr-390{
  padding-right: 390px !important;
}

.group:hover .group-hover\:pb-390{
  padding-bottom: 390px !important;
}

.group:hover .group-hover\:pl-390{
  padding-left: 390px !important;
}

.group:hover .group-hover\:pt-400{
  padding-top: 400px !important;
}

.group:hover .group-hover\:pr-400{
  padding-right: 400px !important;
}

.group:hover .group-hover\:pb-400{
  padding-bottom: 400px !important;
}

.group:hover .group-hover\:pl-400{
  padding-left: 400px !important;
}

.group:hover .group-hover\:pt-450{
  padding-top: 450px !important;
}

.group:hover .group-hover\:pr-450{
  padding-right: 450px !important;
}

.group:hover .group-hover\:pb-450{
  padding-bottom: 450px !important;
}

.group:hover .group-hover\:pl-450{
  padding-left: 450px !important;
}

.group:hover .group-hover\:pt-500{
  padding-top: 500px !important;
}

.group:hover .group-hover\:pr-500{
  padding-right: 500px !important;
}

.group:hover .group-hover\:pb-500{
  padding-bottom: 500px !important;
}

.group:hover .group-hover\:pl-500{
  padding-left: 500px !important;
}

.group:hover .group-hover\:pt-550{
  padding-top: 550px !important;
}

.group:hover .group-hover\:pr-550{
  padding-right: 550px !important;
}

.group:hover .group-hover\:pb-550{
  padding-bottom: 550px !important;
}

.group:hover .group-hover\:pl-550{
  padding-left: 550px !important;
}

.group:hover .group-hover\:pt-600{
  padding-top: 600px !important;
}

.group:hover .group-hover\:pr-600{
  padding-right: 600px !important;
}

.group:hover .group-hover\:pb-600{
  padding-bottom: 600px !important;
}

.group:hover .group-hover\:pl-600{
  padding-left: 600px !important;
}

.group:hover .group-hover\:pt-700{
  padding-top: 700px !important;
}

.group:hover .group-hover\:pr-700{
  padding-right: 700px !important;
}

.group:hover .group-hover\:pb-700{
  padding-bottom: 700px !important;
}

.group:hover .group-hover\:pl-700{
  padding-left: 700px !important;
}

.group:hover .group-hover\:pt-px{
  padding-top: 1px !important;
}

.group:hover .group-hover\:pr-px{
  padding-right: 1px !important;
}

.group:hover .group-hover\:pb-px{
  padding-bottom: 1px !important;
}

.group:hover .group-hover\:pl-px{
  padding-left: 1px !important;
}

.group:hover .group-hover\:pt-2px{
  padding-top: 2px !important;
}

.group:hover .group-hover\:pr-2px{
  padding-right: 2px !important;
}

.group:hover .group-hover\:pb-2px{
  padding-bottom: 2px !important;
}

.group:hover .group-hover\:pl-2px{
  padding-left: 2px !important;
}

.group:focus .group-focus\:p-0{
  padding: 0 !important;
}

.group:focus .group-focus\:p-1{
  padding: 0.25rem !important;
}

.group:focus .group-focus\:p-2{
  padding: 0.5rem !important;
}

.group:focus .group-focus\:p-3{
  padding: 0.75rem !important;
}

.group:focus .group-focus\:p-4{
  padding: 1rem !important;
}

.group:focus .group-focus\:p-5{
  padding: 1.25rem !important;
}

.group:focus .group-focus\:p-6{
  padding: 1.5rem !important;
}

.group:focus .group-focus\:p-7{
  padding: 1.75rem !important;
}

.group:focus .group-focus\:p-8{
  padding: 2rem !important;
}

.group:focus .group-focus\:p-10{
  padding: 2.5rem !important;
}

.group:focus .group-focus\:p-12{
  padding: 3rem !important;
}

.group:focus .group-focus\:p-16{
  padding: 4rem !important;
}

.group:focus .group-focus\:p-18{
  padding: 4.75rem !important;
}

.group:focus .group-focus\:p-20{
  padding: 5rem !important;
}

.group:focus .group-focus\:p-22{
  padding: 6rem !important;
}

.group:focus .group-focus\:p-24{
  padding: 6rem !important;
}

.group:focus .group-focus\:p-28{
  padding: 7rem !important;
}

.group:focus .group-focus\:p-32{
  padding: 8rem !important;
}

.group:focus .group-focus\:p-40{
  padding: 10rem !important;
}

.group:focus .group-focus\:p-44{
  padding: 11rem !important;
}

.group:focus .group-focus\:p-48{
  padding: 13rem !important;
}

.group:focus .group-focus\:p-56{
  padding: 14rem !important;
}

.group:focus .group-focus\:p-60{
  padding: 15rem !important;
}

.group:focus .group-focus\:p-64{
  padding: 16rem !important;
}

.group:focus .group-focus\:p-66{
  padding: 18rem !important;
}

.group:focus .group-focus\:p-68{
  padding: 21rem !important;
}

.group:focus .group-focus\:p-70{
  padding: 23rem !important;
}

.group:focus .group-focus\:p-72{
  padding: 25rem !important;
}

.group:focus .group-focus\:p-74{
  padding: 27rem !important;
}

.group:focus .group-focus\:p-75{
  padding: 75px !important;
}

.group:focus .group-focus\:p-78{
  padding: 29rem !important;
}

.group:focus .group-focus\:p-80{
  padding: 80px !important;
}

.group:focus .group-focus\:p-90{
  padding: 90px !important;
}

.group:focus .group-focus\:p-150{
  padding: 150px !important;
}

.group:focus .group-focus\:p-200{
  padding: 200px !important;
}

.group:focus .group-focus\:p-250{
  padding: 250px !important;
}

.group:focus .group-focus\:p-270{
  padding: 270px !important;
}

.group:focus .group-focus\:p-310{
  padding: 310px !important;
}

.group:focus .group-focus\:p-330{
  padding: 330px !important;
}

.group:focus .group-focus\:p-390{
  padding: 390px !important;
}

.group:focus .group-focus\:p-400{
  padding: 400px !important;
}

.group:focus .group-focus\:p-450{
  padding: 450px !important;
}

.group:focus .group-focus\:p-500{
  padding: 500px !important;
}

.group:focus .group-focus\:p-550{
  padding: 550px !important;
}

.group:focus .group-focus\:p-600{
  padding: 600px !important;
}

.group:focus .group-focus\:p-700{
  padding: 700px !important;
}

.group:focus .group-focus\:p-px{
  padding: 1px !important;
}

.group:focus .group-focus\:p-2px{
  padding: 2px !important;
}

.group:focus .group-focus\:py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.group:focus .group-focus\:px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.group:focus .group-focus\:py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.group:focus .group-focus\:px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.group:focus .group-focus\:py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.group:focus .group-focus\:px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.group:focus .group-focus\:py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.group:focus .group-focus\:px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.group:focus .group-focus\:py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.group:focus .group-focus\:px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.group:focus .group-focus\:py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.group:focus .group-focus\:px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.group:focus .group-focus\:py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.group:focus .group-focus\:px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.group:focus .group-focus\:py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.group:focus .group-focus\:px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.group:focus .group-focus\:py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.group:focus .group-focus\:px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.group:focus .group-focus\:py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.group:focus .group-focus\:px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.group:focus .group-focus\:py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.group:focus .group-focus\:px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.group:focus .group-focus\:py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.group:focus .group-focus\:px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.group:focus .group-focus\:py-18{
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.group:focus .group-focus\:px-18{
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

.group:focus .group-focus\:py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.group:focus .group-focus\:px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.group:focus .group-focus\:py-22{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.group:focus .group-focus\:px-22{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.group:focus .group-focus\:py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.group:focus .group-focus\:px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.group:focus .group-focus\:py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.group:focus .group-focus\:px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.group:focus .group-focus\:py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.group:focus .group-focus\:px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.group:focus .group-focus\:py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.group:focus .group-focus\:px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.group:focus .group-focus\:py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.group:focus .group-focus\:px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.group:focus .group-focus\:py-48{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.group:focus .group-focus\:px-48{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.group:focus .group-focus\:py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.group:focus .group-focus\:px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.group:focus .group-focus\:py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.group:focus .group-focus\:px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.group:focus .group-focus\:py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.group:focus .group-focus\:px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.group:focus .group-focus\:py-66{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.group:focus .group-focus\:px-66{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.group:focus .group-focus\:py-68{
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

.group:focus .group-focus\:px-68{
  padding-left: 21rem !important;
  padding-right: 21rem !important;
}

.group:focus .group-focus\:py-70{
  padding-top: 23rem !important;
  padding-bottom: 23rem !important;
}

.group:focus .group-focus\:px-70{
  padding-left: 23rem !important;
  padding-right: 23rem !important;
}

.group:focus .group-focus\:py-72{
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.group:focus .group-focus\:px-72{
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.group:focus .group-focus\:py-74{
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.group:focus .group-focus\:px-74{
  padding-left: 27rem !important;
  padding-right: 27rem !important;
}

.group:focus .group-focus\:py-75{
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.group:focus .group-focus\:px-75{
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.group:focus .group-focus\:py-78{
  padding-top: 29rem !important;
  padding-bottom: 29rem !important;
}

.group:focus .group-focus\:px-78{
  padding-left: 29rem !important;
  padding-right: 29rem !important;
}

.group:focus .group-focus\:py-80{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.group:focus .group-focus\:px-80{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.group:focus .group-focus\:py-90{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.group:focus .group-focus\:px-90{
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.group:focus .group-focus\:py-150{
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.group:focus .group-focus\:px-150{
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.group:focus .group-focus\:py-200{
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.group:focus .group-focus\:px-200{
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.group:focus .group-focus\:py-250{
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.group:focus .group-focus\:px-250{
  padding-left: 250px !important;
  padding-right: 250px !important;
}

.group:focus .group-focus\:py-270{
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

.group:focus .group-focus\:px-270{
  padding-left: 270px !important;
  padding-right: 270px !important;
}

.group:focus .group-focus\:py-310{
  padding-top: 310px !important;
  padding-bottom: 310px !important;
}

.group:focus .group-focus\:px-310{
  padding-left: 310px !important;
  padding-right: 310px !important;
}

.group:focus .group-focus\:py-330{
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

.group:focus .group-focus\:px-330{
  padding-left: 330px !important;
  padding-right: 330px !important;
}

.group:focus .group-focus\:py-390{
  padding-top: 390px !important;
  padding-bottom: 390px !important;
}

.group:focus .group-focus\:px-390{
  padding-left: 390px !important;
  padding-right: 390px !important;
}

.group:focus .group-focus\:py-400{
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.group:focus .group-focus\:px-400{
  padding-left: 400px !important;
  padding-right: 400px !important;
}

.group:focus .group-focus\:py-450{
  padding-top: 450px !important;
  padding-bottom: 450px !important;
}

.group:focus .group-focus\:px-450{
  padding-left: 450px !important;
  padding-right: 450px !important;
}

.group:focus .group-focus\:py-500{
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.group:focus .group-focus\:px-500{
  padding-left: 500px !important;
  padding-right: 500px !important;
}

.group:focus .group-focus\:py-550{
  padding-top: 550px !important;
  padding-bottom: 550px !important;
}

.group:focus .group-focus\:px-550{
  padding-left: 550px !important;
  padding-right: 550px !important;
}

.group:focus .group-focus\:py-600{
  padding-top: 600px !important;
  padding-bottom: 600px !important;
}

.group:focus .group-focus\:px-600{
  padding-left: 600px !important;
  padding-right: 600px !important;
}

.group:focus .group-focus\:py-700{
  padding-top: 700px !important;
  padding-bottom: 700px !important;
}

.group:focus .group-focus\:px-700{
  padding-left: 700px !important;
  padding-right: 700px !important;
}

.group:focus .group-focus\:py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.group:focus .group-focus\:px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.group:focus .group-focus\:py-2px{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.group:focus .group-focus\:px-2px{
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.group:focus .group-focus\:pt-0{
  padding-top: 0 !important;
}

.group:focus .group-focus\:pr-0{
  padding-right: 0 !important;
}

.group:focus .group-focus\:pb-0{
  padding-bottom: 0 !important;
}

.group:focus .group-focus\:pl-0{
  padding-left: 0 !important;
}

.group:focus .group-focus\:pt-1{
  padding-top: 0.25rem !important;
}

.group:focus .group-focus\:pr-1{
  padding-right: 0.25rem !important;
}

.group:focus .group-focus\:pb-1{
  padding-bottom: 0.25rem !important;
}

.group:focus .group-focus\:pl-1{
  padding-left: 0.25rem !important;
}

.group:focus .group-focus\:pt-2{
  padding-top: 0.5rem !important;
}

.group:focus .group-focus\:pr-2{
  padding-right: 0.5rem !important;
}

.group:focus .group-focus\:pb-2{
  padding-bottom: 0.5rem !important;
}

.group:focus .group-focus\:pl-2{
  padding-left: 0.5rem !important;
}

.group:focus .group-focus\:pt-3{
  padding-top: 0.75rem !important;
}

.group:focus .group-focus\:pr-3{
  padding-right: 0.75rem !important;
}

.group:focus .group-focus\:pb-3{
  padding-bottom: 0.75rem !important;
}

.group:focus .group-focus\:pl-3{
  padding-left: 0.75rem !important;
}

.group:focus .group-focus\:pt-4{
  padding-top: 1rem !important;
}

.group:focus .group-focus\:pr-4{
  padding-right: 1rem !important;
}

.group:focus .group-focus\:pb-4{
  padding-bottom: 1rem !important;
}

.group:focus .group-focus\:pl-4{
  padding-left: 1rem !important;
}

.group:focus .group-focus\:pt-5{
  padding-top: 1.25rem !important;
}

.group:focus .group-focus\:pr-5{
  padding-right: 1.25rem !important;
}

.group:focus .group-focus\:pb-5{
  padding-bottom: 1.25rem !important;
}

.group:focus .group-focus\:pl-5{
  padding-left: 1.25rem !important;
}

.group:focus .group-focus\:pt-6{
  padding-top: 1.5rem !important;
}

.group:focus .group-focus\:pr-6{
  padding-right: 1.5rem !important;
}

.group:focus .group-focus\:pb-6{
  padding-bottom: 1.5rem !important;
}

.group:focus .group-focus\:pl-6{
  padding-left: 1.5rem !important;
}

.group:focus .group-focus\:pt-7{
  padding-top: 1.75rem !important;
}

.group:focus .group-focus\:pr-7{
  padding-right: 1.75rem !important;
}

.group:focus .group-focus\:pb-7{
  padding-bottom: 1.75rem !important;
}

.group:focus .group-focus\:pl-7{
  padding-left: 1.75rem !important;
}

.group:focus .group-focus\:pt-8{
  padding-top: 2rem !important;
}

.group:focus .group-focus\:pr-8{
  padding-right: 2rem !important;
}

.group:focus .group-focus\:pb-8{
  padding-bottom: 2rem !important;
}

.group:focus .group-focus\:pl-8{
  padding-left: 2rem !important;
}

.group:focus .group-focus\:pt-10{
  padding-top: 2.5rem !important;
}

.group:focus .group-focus\:pr-10{
  padding-right: 2.5rem !important;
}

.group:focus .group-focus\:pb-10{
  padding-bottom: 2.5rem !important;
}

.group:focus .group-focus\:pl-10{
  padding-left: 2.5rem !important;
}

.group:focus .group-focus\:pt-12{
  padding-top: 3rem !important;
}

.group:focus .group-focus\:pr-12{
  padding-right: 3rem !important;
}

.group:focus .group-focus\:pb-12{
  padding-bottom: 3rem !important;
}

.group:focus .group-focus\:pl-12{
  padding-left: 3rem !important;
}

.group:focus .group-focus\:pt-16{
  padding-top: 4rem !important;
}

.group:focus .group-focus\:pr-16{
  padding-right: 4rem !important;
}

.group:focus .group-focus\:pb-16{
  padding-bottom: 4rem !important;
}

.group:focus .group-focus\:pl-16{
  padding-left: 4rem !important;
}

.group:focus .group-focus\:pt-18{
  padding-top: 4.75rem !important;
}

.group:focus .group-focus\:pr-18{
  padding-right: 4.75rem !important;
}

.group:focus .group-focus\:pb-18{
  padding-bottom: 4.75rem !important;
}

.group:focus .group-focus\:pl-18{
  padding-left: 4.75rem !important;
}

.group:focus .group-focus\:pt-20{
  padding-top: 5rem !important;
}

.group:focus .group-focus\:pr-20{
  padding-right: 5rem !important;
}

.group:focus .group-focus\:pb-20{
  padding-bottom: 5rem !important;
}

.group:focus .group-focus\:pl-20{
  padding-left: 5rem !important;
}

.group:focus .group-focus\:pt-22{
  padding-top: 6rem !important;
}

.group:focus .group-focus\:pr-22{
  padding-right: 6rem !important;
}

.group:focus .group-focus\:pb-22{
  padding-bottom: 6rem !important;
}

.group:focus .group-focus\:pl-22{
  padding-left: 6rem !important;
}

.group:focus .group-focus\:pt-24{
  padding-top: 6rem !important;
}

.group:focus .group-focus\:pr-24{
  padding-right: 6rem !important;
}

.group:focus .group-focus\:pb-24{
  padding-bottom: 6rem !important;
}

.group:focus .group-focus\:pl-24{
  padding-left: 6rem !important;
}

.group:focus .group-focus\:pt-28{
  padding-top: 7rem !important;
}

.group:focus .group-focus\:pr-28{
  padding-right: 7rem !important;
}

.group:focus .group-focus\:pb-28{
  padding-bottom: 7rem !important;
}

.group:focus .group-focus\:pl-28{
  padding-left: 7rem !important;
}

.group:focus .group-focus\:pt-32{
  padding-top: 8rem !important;
}

.group:focus .group-focus\:pr-32{
  padding-right: 8rem !important;
}

.group:focus .group-focus\:pb-32{
  padding-bottom: 8rem !important;
}

.group:focus .group-focus\:pl-32{
  padding-left: 8rem !important;
}

.group:focus .group-focus\:pt-40{
  padding-top: 10rem !important;
}

.group:focus .group-focus\:pr-40{
  padding-right: 10rem !important;
}

.group:focus .group-focus\:pb-40{
  padding-bottom: 10rem !important;
}

.group:focus .group-focus\:pl-40{
  padding-left: 10rem !important;
}

.group:focus .group-focus\:pt-44{
  padding-top: 11rem !important;
}

.group:focus .group-focus\:pr-44{
  padding-right: 11rem !important;
}

.group:focus .group-focus\:pb-44{
  padding-bottom: 11rem !important;
}

.group:focus .group-focus\:pl-44{
  padding-left: 11rem !important;
}

.group:focus .group-focus\:pt-48{
  padding-top: 13rem !important;
}

.group:focus .group-focus\:pr-48{
  padding-right: 13rem !important;
}

.group:focus .group-focus\:pb-48{
  padding-bottom: 13rem !important;
}

.group:focus .group-focus\:pl-48{
  padding-left: 13rem !important;
}

.group:focus .group-focus\:pt-56{
  padding-top: 14rem !important;
}

.group:focus .group-focus\:pr-56{
  padding-right: 14rem !important;
}

.group:focus .group-focus\:pb-56{
  padding-bottom: 14rem !important;
}

.group:focus .group-focus\:pl-56{
  padding-left: 14rem !important;
}

.group:focus .group-focus\:pt-60{
  padding-top: 15rem !important;
}

.group:focus .group-focus\:pr-60{
  padding-right: 15rem !important;
}

.group:focus .group-focus\:pb-60{
  padding-bottom: 15rem !important;
}

.group:focus .group-focus\:pl-60{
  padding-left: 15rem !important;
}

.group:focus .group-focus\:pt-64{
  padding-top: 16rem !important;
}

.group:focus .group-focus\:pr-64{
  padding-right: 16rem !important;
}

.group:focus .group-focus\:pb-64{
  padding-bottom: 16rem !important;
}

.group:focus .group-focus\:pl-64{
  padding-left: 16rem !important;
}

.group:focus .group-focus\:pt-66{
  padding-top: 18rem !important;
}

.group:focus .group-focus\:pr-66{
  padding-right: 18rem !important;
}

.group:focus .group-focus\:pb-66{
  padding-bottom: 18rem !important;
}

.group:focus .group-focus\:pl-66{
  padding-left: 18rem !important;
}

.group:focus .group-focus\:pt-68{
  padding-top: 21rem !important;
}

.group:focus .group-focus\:pr-68{
  padding-right: 21rem !important;
}

.group:focus .group-focus\:pb-68{
  padding-bottom: 21rem !important;
}

.group:focus .group-focus\:pl-68{
  padding-left: 21rem !important;
}

.group:focus .group-focus\:pt-70{
  padding-top: 23rem !important;
}

.group:focus .group-focus\:pr-70{
  padding-right: 23rem !important;
}

.group:focus .group-focus\:pb-70{
  padding-bottom: 23rem !important;
}

.group:focus .group-focus\:pl-70{
  padding-left: 23rem !important;
}

.group:focus .group-focus\:pt-72{
  padding-top: 25rem !important;
}

.group:focus .group-focus\:pr-72{
  padding-right: 25rem !important;
}

.group:focus .group-focus\:pb-72{
  padding-bottom: 25rem !important;
}

.group:focus .group-focus\:pl-72{
  padding-left: 25rem !important;
}

.group:focus .group-focus\:pt-74{
  padding-top: 27rem !important;
}

.group:focus .group-focus\:pr-74{
  padding-right: 27rem !important;
}

.group:focus .group-focus\:pb-74{
  padding-bottom: 27rem !important;
}

.group:focus .group-focus\:pl-74{
  padding-left: 27rem !important;
}

.group:focus .group-focus\:pt-75{
  padding-top: 75px !important;
}

.group:focus .group-focus\:pr-75{
  padding-right: 75px !important;
}

.group:focus .group-focus\:pb-75{
  padding-bottom: 75px !important;
}

.group:focus .group-focus\:pl-75{
  padding-left: 75px !important;
}

.group:focus .group-focus\:pt-78{
  padding-top: 29rem !important;
}

.group:focus .group-focus\:pr-78{
  padding-right: 29rem !important;
}

.group:focus .group-focus\:pb-78{
  padding-bottom: 29rem !important;
}

.group:focus .group-focus\:pl-78{
  padding-left: 29rem !important;
}

.group:focus .group-focus\:pt-80{
  padding-top: 80px !important;
}

.group:focus .group-focus\:pr-80{
  padding-right: 80px !important;
}

.group:focus .group-focus\:pb-80{
  padding-bottom: 80px !important;
}

.group:focus .group-focus\:pl-80{
  padding-left: 80px !important;
}

.group:focus .group-focus\:pt-90{
  padding-top: 90px !important;
}

.group:focus .group-focus\:pr-90{
  padding-right: 90px !important;
}

.group:focus .group-focus\:pb-90{
  padding-bottom: 90px !important;
}

.group:focus .group-focus\:pl-90{
  padding-left: 90px !important;
}

.group:focus .group-focus\:pt-150{
  padding-top: 150px !important;
}

.group:focus .group-focus\:pr-150{
  padding-right: 150px !important;
}

.group:focus .group-focus\:pb-150{
  padding-bottom: 150px !important;
}

.group:focus .group-focus\:pl-150{
  padding-left: 150px !important;
}

.group:focus .group-focus\:pt-200{
  padding-top: 200px !important;
}

.group:focus .group-focus\:pr-200{
  padding-right: 200px !important;
}

.group:focus .group-focus\:pb-200{
  padding-bottom: 200px !important;
}

.group:focus .group-focus\:pl-200{
  padding-left: 200px !important;
}

.group:focus .group-focus\:pt-250{
  padding-top: 250px !important;
}

.group:focus .group-focus\:pr-250{
  padding-right: 250px !important;
}

.group:focus .group-focus\:pb-250{
  padding-bottom: 250px !important;
}

.group:focus .group-focus\:pl-250{
  padding-left: 250px !important;
}

.group:focus .group-focus\:pt-270{
  padding-top: 270px !important;
}

.group:focus .group-focus\:pr-270{
  padding-right: 270px !important;
}

.group:focus .group-focus\:pb-270{
  padding-bottom: 270px !important;
}

.group:focus .group-focus\:pl-270{
  padding-left: 270px !important;
}

.group:focus .group-focus\:pt-310{
  padding-top: 310px !important;
}

.group:focus .group-focus\:pr-310{
  padding-right: 310px !important;
}

.group:focus .group-focus\:pb-310{
  padding-bottom: 310px !important;
}

.group:focus .group-focus\:pl-310{
  padding-left: 310px !important;
}

.group:focus .group-focus\:pt-330{
  padding-top: 330px !important;
}

.group:focus .group-focus\:pr-330{
  padding-right: 330px !important;
}

.group:focus .group-focus\:pb-330{
  padding-bottom: 330px !important;
}

.group:focus .group-focus\:pl-330{
  padding-left: 330px !important;
}

.group:focus .group-focus\:pt-390{
  padding-top: 390px !important;
}

.group:focus .group-focus\:pr-390{
  padding-right: 390px !important;
}

.group:focus .group-focus\:pb-390{
  padding-bottom: 390px !important;
}

.group:focus .group-focus\:pl-390{
  padding-left: 390px !important;
}

.group:focus .group-focus\:pt-400{
  padding-top: 400px !important;
}

.group:focus .group-focus\:pr-400{
  padding-right: 400px !important;
}

.group:focus .group-focus\:pb-400{
  padding-bottom: 400px !important;
}

.group:focus .group-focus\:pl-400{
  padding-left: 400px !important;
}

.group:focus .group-focus\:pt-450{
  padding-top: 450px !important;
}

.group:focus .group-focus\:pr-450{
  padding-right: 450px !important;
}

.group:focus .group-focus\:pb-450{
  padding-bottom: 450px !important;
}

.group:focus .group-focus\:pl-450{
  padding-left: 450px !important;
}

.group:focus .group-focus\:pt-500{
  padding-top: 500px !important;
}

.group:focus .group-focus\:pr-500{
  padding-right: 500px !important;
}

.group:focus .group-focus\:pb-500{
  padding-bottom: 500px !important;
}

.group:focus .group-focus\:pl-500{
  padding-left: 500px !important;
}

.group:focus .group-focus\:pt-550{
  padding-top: 550px !important;
}

.group:focus .group-focus\:pr-550{
  padding-right: 550px !important;
}

.group:focus .group-focus\:pb-550{
  padding-bottom: 550px !important;
}

.group:focus .group-focus\:pl-550{
  padding-left: 550px !important;
}

.group:focus .group-focus\:pt-600{
  padding-top: 600px !important;
}

.group:focus .group-focus\:pr-600{
  padding-right: 600px !important;
}

.group:focus .group-focus\:pb-600{
  padding-bottom: 600px !important;
}

.group:focus .group-focus\:pl-600{
  padding-left: 600px !important;
}

.group:focus .group-focus\:pt-700{
  padding-top: 700px !important;
}

.group:focus .group-focus\:pr-700{
  padding-right: 700px !important;
}

.group:focus .group-focus\:pb-700{
  padding-bottom: 700px !important;
}

.group:focus .group-focus\:pl-700{
  padding-left: 700px !important;
}

.group:focus .group-focus\:pt-px{
  padding-top: 1px !important;
}

.group:focus .group-focus\:pr-px{
  padding-right: 1px !important;
}

.group:focus .group-focus\:pb-px{
  padding-bottom: 1px !important;
}

.group:focus .group-focus\:pl-px{
  padding-left: 1px !important;
}

.group:focus .group-focus\:pt-2px{
  padding-top: 2px !important;
}

.group:focus .group-focus\:pr-2px{
  padding-right: 2px !important;
}

.group:focus .group-focus\:pb-2px{
  padding-bottom: 2px !important;
}

.group:focus .group-focus\:pl-2px{
  padding-left: 2px !important;
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::placeholder{
  color: transparent !important;
}

.placeholder-current::-webkit-input-placeholder{
  color: currentColor !important;
}

.placeholder-current::-moz-placeholder{
  color: currentColor !important;
}

.placeholder-current:-ms-input-placeholder{
  color: currentColor !important;
}

.placeholder-current::-ms-input-placeholder{
  color: currentColor !important;
}

.placeholder-current::placeholder{
  color: currentColor !important;
}

.placeholder-black::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-white::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::-ms-input-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-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-red-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-red-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-red-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-red-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-red-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.placeholder-red-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.placeholder-red-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.placeholder-red-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.placeholder-red-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.placeholder-red-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.placeholder-red-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.placeholder-red-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.placeholder-red-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.placeholder-red-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.placeholder-red-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.placeholder-red-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.placeholder-red-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.placeholder-red-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.placeholder-red-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.placeholder-red-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.placeholder-red-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.placeholder-red-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.placeholder-red-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.placeholder-red-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.placeholder-red-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.placeholder-red-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.placeholder-red-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.placeholder-red-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.placeholder-red-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.placeholder-red-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-red-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-red-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-red-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-red-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-red-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.placeholder-red-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.placeholder-red-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.placeholder-red-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.placeholder-red-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::-ms-input-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-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-brand-01::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.placeholder-brand-01::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.placeholder-brand-01:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.placeholder-brand-01::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.placeholder-brand-01::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.placeholder-brand-02::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.placeholder-brand-02::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.placeholder-brand-02:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.placeholder-brand-02::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.placeholder-brand-02::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.placeholder-brand-03::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.placeholder-brand-03::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.placeholder-brand-03:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.placeholder-brand-03::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.placeholder-brand-03::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.placeholder-brand-04::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.placeholder-brand-04::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.placeholder-brand-04:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.placeholder-brand-04::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.placeholder-brand-04::placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.placeholder-brand-05::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.placeholder-brand-05::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.placeholder-brand-05:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.placeholder-brand-05::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.placeholder-brand-05::placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.placeholder-brand-06::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.placeholder-brand-06::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.placeholder-brand-06:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.placeholder-brand-06::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.placeholder-brand-06::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.placeholder-banner::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.placeholder-banner::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.placeholder-banner:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.placeholder-banner::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.placeholder-banner::placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.placeholder-p-01::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-p-01::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-p-01:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-p-01::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-p-01::placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.placeholder-inverse-01::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-inverse-01::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-inverse-01:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-inverse-01::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-inverse-01::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.placeholder-gray-medium::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.placeholder-gray-medium::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.placeholder-gray-medium:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.placeholder-gray-medium::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.placeholder-gray-medium::placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.placeholder-gray-02::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.placeholder-gray-02::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.placeholder-gray-02:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.placeholder-gray-02::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.placeholder-gray-02::placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.placeholder-gray-03::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.placeholder-gray-03::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.placeholder-gray-03:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.placeholder-gray-03::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.placeholder-gray-03::placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.placeholder-gray-04::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-04::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-04:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-04::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-04::placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-05::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-05::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-05:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-05::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-05::placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.placeholder-error::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.placeholder-error::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.placeholder-error:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.placeholder-error::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.placeholder-error::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:placeholder-current:focus::-webkit-input-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus::-ms-input-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-ms-input-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::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, 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:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-01:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-01:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-01:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-01:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-02:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-02:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-02:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-02:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-03:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-03:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-03:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-03:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-04:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-04:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-04:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-04:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-05:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-05:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-05:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-05:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-06:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-06:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-06:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-brand-06:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-banner:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-banner:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-banner:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-banner:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-banner:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-p-01:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-p-01:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-p-01:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-p-01:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-p-01:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-inverse-01:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-inverse-01:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-medium:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-medium:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-02:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-02:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-02:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-02:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-03:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-03:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-03:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-03:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-04:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-04:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-04:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-04:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-05:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-05:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-05:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-05:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-error:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-error:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-error:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-error:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-error:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-webkit-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-webkit-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-webkit-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-webkit-input-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.placeholder-opacity-80::-moz-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.placeholder-opacity-80::-ms-input-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.placeholder-opacity-80::placeholder{
  --placeholder-opacity: 0.80 !important;
}

.placeholder-opacity-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.80 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --placeholder-opacity: 0.80 !important;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-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;
}

.group:hover .group-hover\:static{
  position: static !important;
}

.group:hover .group-hover\:fixed{
  position: fixed !important;
}

.group:hover .group-hover\:absolute{
  position: absolute !important;
}

.group:hover .group-hover\:relative{
  position: relative !important;
}

.group:hover .group-hover\:sticky{
  position: sticky !important;
}

.group:focus .group-focus\:static{
  position: static !important;
}

.group:focus .group-focus\:fixed{
  position: fixed !important;
}

.group:focus .group-focus\:absolute{
  position: absolute !important;
}

.group:focus .group-focus\:relative{
  position: relative !important;
}

.group:focus .group-focus\:sticky{
  position: sticky !important;
}

.inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-1{
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-2{
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.inset-5{
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-1\/5{
  top: 20% !important;
  right: 20% !important;
  bottom: 20% !important;
  left: 20% !important;
}

.inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3{
  top: 33% !important;
  right: 33% !important;
  bottom: 33% !important;
  left: 33% !important;
}

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

.inset-x-0{
  right: 0 !important;
  left: 0 !important;
}

.inset-y-1{
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-x-1{
  right: 1rem !important;
  left: 1rem !important;
}

.inset-y-2{
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-x-2{
  right: 2rem !important;
  left: 2rem !important;
}

.inset-y-5{
  top: 5rem !important;
  bottom: 5rem !important;
}

.inset-x-5{
  right: 5rem !important;
  left: 5rem !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto{
  right: auto !important;
  left: auto !important;
}

.inset-y-1\/5{
  top: 20% !important;
  bottom: 20% !important;
}

.inset-x-1\/5{
  right: 20% !important;
  left: 20% !important;
}

.inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-x-1\/2{
  right: 50% !important;
  left: 50% !important;
}

.inset-y-1\/3{
  top: 33% !important;
  bottom: 33% !important;
}

.inset-x-1\/3{
  right: 33% !important;
  left: 33% !important;
}

.top-0{
  top: 0 !important;
}

.right-0{
  right: 0 !important;
}

.bottom-0{
  bottom: 0 !important;
}

.left-0{
  left: 0 !important;
}

.top-1{
  top: 1rem !important;
}

.right-1{
  right: 1rem !important;
}

.bottom-1{
  bottom: 1rem !important;
}

.left-1{
  left: 1rem !important;
}

.top-2{
  top: 2rem !important;
}

.right-2{
  right: 2rem !important;
}

.bottom-2{
  bottom: 2rem !important;
}

.left-2{
  left: 2rem !important;
}

.top-5{
  top: 5rem !important;
}

.right-5{
  right: 5rem !important;
}

.bottom-5{
  bottom: 5rem !important;
}

.left-5{
  left: 5rem !important;
}

.top-auto{
  top: auto !important;
}

.right-auto{
  right: auto !important;
}

.bottom-auto{
  bottom: auto !important;
}

.left-auto{
  left: auto !important;
}

.top-1\/5{
  top: 20% !important;
}

.right-1\/5{
  right: 20% !important;
}

.bottom-1\/5{
  bottom: 20% !important;
}

.left-1\/5{
  left: 20% !important;
}

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

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

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

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

.top-1\/3{
  top: 33% !important;
}

.right-1\/3{
  right: 33% !important;
}

.bottom-1\/3{
  bottom: 33% !important;
}

.left-1\/3{
  left: 33% !important;
}

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

.shadow-xs{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hover\:shadow-xs:hover{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus\:shadow-xs:focus{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus{
  -webkit-box-shadow: none !important;
          box-shadow: none !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;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.text-transparent{
  color: transparent !important;
}

.text-current{
  color: currentColor !important;
}

.text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white{
  --text-opacity: 1 !important;
  color: #fff !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-100{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.text-red-200{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.text-red-300{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.text-red-400{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.text-red-500{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.text-red-600{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.text-red-700{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.text-red-800{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.text-red-900{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.text-orange-100{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.text-orange-200{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.text-orange-300{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.text-orange-400{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.text-orange-500{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.text-orange-600{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.text-orange-700{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.text-orange-800{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.text-orange-900{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.text-yellow-100{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.text-yellow-200{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.text-yellow-300{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.text-yellow-400{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.text-yellow-500{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.text-yellow-600{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.text-yellow-700{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.text-yellow-800{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.text-yellow-900{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.text-green-100{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.text-green-200{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.text-green-300{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.text-green-400{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.text-green-500{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.text-green-600{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.text-green-700{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.text-green-800{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.text-green-900{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.text-teal-100{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.text-teal-200{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.text-teal-300{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.text-teal-400{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.text-teal-500{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.text-teal-600{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.text-teal-700{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.text-teal-800{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.text-teal-900{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.text-blue-100{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.text-blue-200{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.text-blue-300{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.text-blue-400{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.text-blue-500{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.text-blue-600{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-blue-700{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-blue-800{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.text-blue-900{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, 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-100{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.text-purple-200{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.text-purple-300{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.text-purple-400{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.text-purple-500{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.text-purple-600{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.text-purple-700{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.text-purple-800{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.text-purple-900{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.text-pink-100{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.text-pink-200{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.text-pink-300{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.text-pink-400{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.text-pink-500{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.text-pink-600{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.text-pink-700{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.text-pink-800{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.text-pink-900{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.text-brand-01{
  --text-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--text-opacity)) !important;
}

.text-brand-02{
  --text-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--text-opacity)) !important;
}

.text-brand-03{
  --text-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--text-opacity)) !important;
}

.text-brand-04{
  --text-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--text-opacity)) !important;
}

.text-brand-05{
  --text-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--text-opacity)) !important;
}

.text-brand-06{
  --text-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--text-opacity)) !important;
}

.text-banner{
  --text-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--text-opacity)) !important;
}

.text-p-01{
  --text-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--text-opacity)) !important;
}

.text-inverse-01{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray-light{
  --text-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--text-opacity)) !important;
}

.text-gray-medium{
  --text-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--text-opacity)) !important;
}

.text-gray-02{
  --text-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--text-opacity)) !important;
}

.text-gray-03{
  --text-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--text-opacity)) !important;
}

.text-gray-04{
  --text-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--text-opacity)) !important;
}

.text-gray-05{
  --text-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--text-opacity)) !important;
}

.text-error{
  --text-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--text-opacity)) !important;
}

.hover\:text-transparent:hover{
  color: transparent !important;
}

.hover\:text-current:hover{
  color: currentColor !important;
}

.hover\:text-black:hover{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-white:hover{
  --text-opacity: 1 !important;
  color: #fff !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-100:hover{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.hover\:text-red-200:hover{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.hover\:text-red-300:hover{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.hover\:text-red-400:hover{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.hover\:text-red-500:hover{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.hover\:text-red-600:hover{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.hover\:text-red-700:hover{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.hover\:text-red-800:hover{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.hover\:text-red-900:hover{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.hover\:text-orange-100:hover{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.hover\:text-orange-200:hover{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.hover\:text-orange-300:hover{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.hover\:text-orange-400:hover{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.hover\:text-orange-500:hover{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.hover\:text-orange-600:hover{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.hover\:text-orange-700:hover{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.hover\:text-orange-800:hover{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.hover\:text-orange-900:hover{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.hover\:text-yellow-100:hover{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.hover\:text-yellow-200:hover{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.hover\:text-yellow-300:hover{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.hover\:text-yellow-400:hover{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.hover\:text-yellow-500:hover{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.hover\:text-yellow-600:hover{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.hover\:text-yellow-700:hover{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.hover\:text-yellow-800:hover{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.hover\:text-yellow-900:hover{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.hover\:text-green-100:hover{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.hover\:text-green-200:hover{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.hover\:text-green-300:hover{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.hover\:text-green-400:hover{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.hover\:text-green-500:hover{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.hover\:text-green-600:hover{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.hover\:text-green-700:hover{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.hover\:text-green-800:hover{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.hover\:text-green-900:hover{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.hover\:text-teal-100:hover{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.hover\:text-teal-200:hover{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.hover\:text-teal-300:hover{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.hover\:text-teal-400:hover{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.hover\:text-teal-500:hover{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.hover\:text-teal-600:hover{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.hover\:text-teal-700:hover{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.hover\:text-teal-800:hover{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.hover\:text-teal-900:hover{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.hover\:text-blue-100:hover{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.hover\:text-blue-200:hover{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.hover\:text-blue-300:hover{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.hover\:text-blue-400:hover{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.hover\:text-blue-500:hover{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.hover\:text-blue-600:hover{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.hover\:text-blue-700:hover{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.hover\:text-blue-800:hover{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.hover\:text-blue-900:hover{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, 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-100:hover{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.hover\:text-purple-200:hover{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.hover\:text-purple-300:hover{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.hover\:text-purple-400:hover{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.hover\:text-purple-500:hover{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.hover\:text-purple-600:hover{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.hover\:text-purple-700:hover{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.hover\:text-purple-800:hover{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.hover\:text-purple-900:hover{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.hover\:text-pink-100:hover{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.hover\:text-pink-200:hover{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.hover\:text-pink-300:hover{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.hover\:text-pink-400:hover{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.hover\:text-pink-500:hover{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.hover\:text-pink-600:hover{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.hover\:text-pink-700:hover{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.hover\:text-pink-800:hover{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.hover\:text-pink-900:hover{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.hover\:text-brand-01:hover{
  --text-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--text-opacity)) !important;
}

.hover\:text-brand-02:hover{
  --text-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--text-opacity)) !important;
}

.hover\:text-brand-03:hover{
  --text-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--text-opacity)) !important;
}

.hover\:text-brand-04:hover{
  --text-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--text-opacity)) !important;
}

.hover\:text-brand-05:hover{
  --text-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--text-opacity)) !important;
}

.hover\:text-brand-06:hover{
  --text-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--text-opacity)) !important;
}

.hover\:text-banner:hover{
  --text-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--text-opacity)) !important;
}

.hover\:text-p-01:hover{
  --text-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--text-opacity)) !important;
}

.hover\:text-inverse-01:hover{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-gray-light:hover{
  --text-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--text-opacity)) !important;
}

.hover\:text-gray-medium:hover{
  --text-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--text-opacity)) !important;
}

.hover\:text-gray-02:hover{
  --text-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--text-opacity)) !important;
}

.hover\:text-gray-03:hover{
  --text-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--text-opacity)) !important;
}

.hover\:text-gray-04:hover{
  --text-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--text-opacity)) !important;
}

.hover\:text-gray-05:hover{
  --text-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--text-opacity)) !important;
}

.hover\:text-error:hover{
  --text-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--text-opacity)) !important;
}

.focus\:text-transparent:focus{
  color: transparent !important;
}

.focus\:text-current:focus{
  color: currentColor !important;
}

.focus\:text-black:focus{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-white:focus{
  --text-opacity: 1 !important;
  color: #fff !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-100:focus{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.focus\:text-red-200:focus{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.focus\:text-red-300:focus{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.focus\:text-red-400:focus{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.focus\:text-red-500:focus{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.focus\:text-red-600:focus{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.focus\:text-red-700:focus{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.focus\:text-red-800:focus{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.focus\:text-red-900:focus{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.focus\:text-orange-100:focus{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.focus\:text-orange-200:focus{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.focus\:text-orange-300:focus{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.focus\:text-orange-400:focus{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.focus\:text-orange-500:focus{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.focus\:text-orange-600:focus{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.focus\:text-orange-700:focus{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.focus\:text-orange-800:focus{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.focus\:text-orange-900:focus{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.focus\:text-yellow-100:focus{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.focus\:text-yellow-200:focus{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.focus\:text-yellow-300:focus{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.focus\:text-yellow-400:focus{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.focus\:text-yellow-500:focus{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.focus\:text-yellow-600:focus{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.focus\:text-yellow-700:focus{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.focus\:text-yellow-800:focus{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.focus\:text-yellow-900:focus{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.focus\:text-green-100:focus{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.focus\:text-green-200:focus{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.focus\:text-green-300:focus{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.focus\:text-green-400:focus{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.focus\:text-green-500:focus{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.focus\:text-green-600:focus{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.focus\:text-green-700:focus{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.focus\:text-green-800:focus{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.focus\:text-green-900:focus{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.focus\:text-teal-100:focus{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.focus\:text-teal-200:focus{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.focus\:text-teal-300:focus{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.focus\:text-teal-400:focus{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.focus\:text-teal-500:focus{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.focus\:text-teal-600:focus{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.focus\:text-teal-700:focus{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.focus\:text-teal-800:focus{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.focus\:text-teal-900:focus{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.focus\:text-blue-100:focus{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.focus\:text-blue-200:focus{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.focus\:text-blue-300:focus{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.focus\:text-blue-400:focus{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.focus\:text-blue-500:focus{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.focus\:text-blue-600:focus{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.focus\:text-blue-700:focus{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.focus\:text-blue-800:focus{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.focus\:text-blue-900:focus{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, 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-100:focus{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.focus\:text-purple-200:focus{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.focus\:text-purple-300:focus{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.focus\:text-purple-400:focus{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.focus\:text-purple-500:focus{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.focus\:text-purple-600:focus{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.focus\:text-purple-700:focus{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.focus\:text-purple-800:focus{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.focus\:text-purple-900:focus{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.focus\:text-pink-100:focus{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.focus\:text-pink-200:focus{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.focus\:text-pink-300:focus{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.focus\:text-pink-400:focus{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.focus\:text-pink-500:focus{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.focus\:text-pink-600:focus{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.focus\:text-pink-700:focus{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.focus\:text-pink-800:focus{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.focus\:text-pink-900:focus{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.focus\:text-brand-01:focus{
  --text-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--text-opacity)) !important;
}

.focus\:text-brand-02:focus{
  --text-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--text-opacity)) !important;
}

.focus\:text-brand-03:focus{
  --text-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--text-opacity)) !important;
}

.focus\:text-brand-04:focus{
  --text-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--text-opacity)) !important;
}

.focus\:text-brand-05:focus{
  --text-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--text-opacity)) !important;
}

.focus\:text-brand-06:focus{
  --text-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--text-opacity)) !important;
}

.focus\:text-banner:focus{
  --text-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--text-opacity)) !important;
}

.focus\:text-p-01:focus{
  --text-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--text-opacity)) !important;
}

.focus\:text-inverse-01:focus{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-gray-light:focus{
  --text-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--text-opacity)) !important;
}

.focus\:text-gray-medium:focus{
  --text-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--text-opacity)) !important;
}

.focus\:text-gray-02:focus{
  --text-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--text-opacity)) !important;
}

.focus\:text-gray-03:focus{
  --text-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--text-opacity)) !important;
}

.focus\:text-gray-04:focus{
  --text-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--text-opacity)) !important;
}

.focus\:text-gray-05:focus{
  --text-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--text-opacity)) !important;
}

.focus\:text-error:focus{
  --text-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent{
  color: transparent !important;
}

.group:hover .group-hover\:text-current{
  color: currentColor !important;
}

.group:hover .group-hover\:text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-100{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-200{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-300{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-400{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-500{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-600{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-700{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-800{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-900{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-100{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-200{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-300{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-400{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-500{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-600{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-700{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-800{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-red-900{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-100{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-200{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-300{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-400{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-500{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-600{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-700{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-800{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-orange-900{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-100{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-200{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-300{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-400{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-500{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-600{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-700{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-800{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-900{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-100{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-200{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-300{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-400{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-500{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-600{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-700{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-800{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-green-900{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-100{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-200{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-300{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-400{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-500{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-600{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-700{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-800{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-900{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-100{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-200{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-300{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-400{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-500{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-600{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-700{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-800{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-900{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-100{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-200{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-300{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-400{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-500{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-600{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-700{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-800{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-900{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-100{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-200{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-300{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-400{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-500{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-600{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-700{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-800{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-purple-900{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-100{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-200{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-300{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-400{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-500{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-600{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-700{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-800{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-900{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-01{
  --text-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-02{
  --text-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-03{
  --text-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-04{
  --text-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-05{
  --text-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-06{
  --text-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-banner{
  --text-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-p-01{
  --text-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-inverse-01{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-light{
  --text-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-medium{
  --text-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-02{
  --text-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-03{
  --text-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-04{
  --text-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-05{
  --text-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--text-opacity)) !important;
}

.group:hover .group-hover\:text-error{
  --text-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-transparent{
  color: transparent !important;
}

.group:focus .group-focus\:text-current{
  color: currentColor !important;
}

.group:focus .group-focus\:text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-100{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-200{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-300{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-400{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-500{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-600{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-700{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-800{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-900{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-100{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-200{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-300{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-400{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-500{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-600{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-700{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-800{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-red-900{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-100{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-200{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-300{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-400{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-500{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-600{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-700{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-800{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-orange-900{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-100{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-200{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-300{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-400{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-500{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-600{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-700{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-800{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-yellow-900{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-100{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-200{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-300{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-400{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-500{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-600{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-700{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-800{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-green-900{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-100{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-200{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-300{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-400{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-500{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-600{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-700{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-800{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-teal-900{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-100{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-200{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-300{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-400{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-500{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-600{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-700{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-800{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-blue-900{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-100{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-200{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-300{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-400{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-500{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-600{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-700{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-800{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-indigo-900{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-100{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-200{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-300{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-400{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-500{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-600{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-700{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-800{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-purple-900{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-100{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-200{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-300{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-400{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-500{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-600{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-700{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-800{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-pink-900{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-brand-01{
  --text-opacity: 1 !important;
  color: #0d112c !important;
  color: rgba(13, 17, 44, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-brand-02{
  --text-opacity: 1 !important;
  color: #1F354A !important;
  color: rgba(31, 53, 74, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-brand-03{
  --text-opacity: 1 !important;
  color: #44CEC9 !important;
  color: rgba(68, 206, 201, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-brand-04{
  --text-opacity: 1 !important;
  color: #499E8A !important;
  color: rgba(73, 158, 138, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-brand-05{
  --text-opacity: 1 !important;
  color: #A41F63 !important;
  color: rgba(164, 31, 99, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-brand-06{
  --text-opacity: 1 !important;
  color: #7D49BB !important;
  color: rgba(125, 73, 187, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-banner{
  --text-opacity: 1 !important;
  color: #FAD05C !important;
  color: rgba(250, 208, 92, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-p-01{
  --text-opacity: 1 !important;
  color: #303030 !important;
  color: rgba(48, 48, 48, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-inverse-01{
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-light{
  --text-opacity: 1 !important;
  color: #F3F3F3 !important;
  color: rgba(243, 243, 243, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-medium{
  --text-opacity: 1 !important;
  color: #EEEEEE !important;
  color: rgba(238, 238, 238, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-02{
  --text-opacity: 1 !important;
  color: #D0D0D0 !important;
  color: rgba(208, 208, 208, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-03{
  --text-opacity: 1 !important;
  color: #32333e !important;
  color: rgba(50, 51, 62, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-04{
  --text-opacity: 1 !important;
  color: #272C2C !important;
  color: rgba(39, 44, 44, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-gray-05{
  --text-opacity: 1 !important;
  color: #575966 !important;
  color: rgba(87, 89, 102, var(--text-opacity)) !important;
}

.group:focus .group-focus\:text-error{
  --text-opacity: 1 !important;
  color: #f35b5b !important;
  color: rgba(243, 91, 91, 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-80{
  --text-opacity: 0.80 !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-80:hover{
  --text-opacity: 0.80 !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-80:focus{
  --text-opacity: 0.80 !important;
}

.focus\:text-opacity-100:focus{
  --text-opacity: 1 !important;
}

.italic{
  font-style: italic !important;
}

.not-italic{
  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;
}

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

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

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.tracking-h1{
  letter-spacing: 0.19rem !important;
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-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;
      -ms-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-0{
  width: 0 !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-7{
  width: 1.75rem !important;
}

.w-8{
  width: 2rem !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-16{
  width: 4rem !important;
}

.w-18{
  width: 4.75rem !important;
}

.w-20{
  width: 5rem !important;
}

.w-22{
  width: 6rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-28{
  width: 7rem !important;
}

.w-32{
  width: 8rem !important;
}

.w-40{
  width: 10rem !important;
}

.w-44{
  width: 11rem !important;
}

.w-48{
  width: 13rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-60{
  width: 15rem !important;
}

.w-64{
  width: 16rem !important;
}

.w-66{
  width: 18rem !important;
}

.w-68{
  width: 21rem !important;
}

.w-70{
  width: 23rem !important;
}

.w-72{
  width: 25rem !important;
}

.w-74{
  width: 27rem !important;
}

.w-75{
  width: 75px !important;
}

.w-78{
  width: 29rem !important;
}

.w-80{
  width: 80px !important;
}

.w-90{
  width: 90px !important;
}

.w-150{
  width: 150px !important;
}

.w-200{
  width: 200px !important;
}

.w-250{
  width: 250px !important;
}

.w-270{
  width: 270px !important;
}

.w-310{
  width: 310px !important;
}

.w-330{
  width: 330px !important;
}

.w-390{
  width: 390px !important;
}

.w-400{
  width: 400px !important;
}

.w-450{
  width: 450px !important;
}

.w-500{
  width: 500px !important;
}

.w-550{
  width: 550px !important;
}

.w-570{
  width: 570px !important;
}

.w-600{
  width: 600px !important;
}

.w-700{
  width: 700px !important;
}

.w-900{
  width: 900px !important;
}

.w-1135{
  width: 1135px !important;
}

.w-1366{
  width: 1366px !important;
}

.w-1440{
  width: 1440px !important;
}

.w-1920{
  width: 1920px !important;
}

.w-auto{
  width: auto !important;
}

.w-px{
  width: 1px !important;
}

.w-2px{
  width: 2px !important;
}

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

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

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

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

.w-2\/4{
  width: 50% !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.666667% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-9\/12{
  width: 75% !important;
}

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

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

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.w-max{
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-main-content-margin{
  width: 900px !important;
}

.w-inner-margin{
  width: 84% !important;
}

.w-outer-margin{
  width: 1920px !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-7{
  grid-gap: 1.75rem !important;
  gap: 1.75rem !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-18{
  grid-gap: 4.75rem !important;
  gap: 4.75rem !important;
}

.gap-20{
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-22{
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-24{
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-28{
  grid-gap: 7rem !important;
  gap: 7rem !important;
}

.gap-32{
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-40{
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-44{
  grid-gap: 11rem !important;
  gap: 11rem !important;
}

.gap-48{
  grid-gap: 13rem !important;
  gap: 13rem !important;
}

.gap-56{
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-60{
  grid-gap: 15rem !important;
  gap: 15rem !important;
}

.gap-64{
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-66{
  grid-gap: 18rem !important;
  gap: 18rem !important;
}

.gap-68{
  grid-gap: 21rem !important;
  gap: 21rem !important;
}

.gap-70{
  grid-gap: 23rem !important;
  gap: 23rem !important;
}

.gap-72{
  grid-gap: 25rem !important;
  gap: 25rem !important;
}

.gap-74{
  grid-gap: 27rem !important;
  gap: 27rem !important;
}

.gap-75{
  grid-gap: 75px !important;
  gap: 75px !important;
}

.gap-78{
  grid-gap: 29rem !important;
  gap: 29rem !important;
}

.gap-80{
  grid-gap: 80px !important;
  gap: 80px !important;
}

.gap-90{
  grid-gap: 90px !important;
  gap: 90px !important;
}

.gap-150{
  grid-gap: 150px !important;
  gap: 150px !important;
}

.gap-200{
  grid-gap: 200px !important;
  gap: 200px !important;
}

.gap-250{
  grid-gap: 250px !important;
  gap: 250px !important;
}

.gap-270{
  grid-gap: 270px !important;
  gap: 270px !important;
}

.gap-310{
  grid-gap: 310px !important;
  gap: 310px !important;
}

.gap-330{
  grid-gap: 330px !important;
  gap: 330px !important;
}

.gap-390{
  grid-gap: 390px !important;
  gap: 390px !important;
}

.gap-400{
  grid-gap: 400px !important;
  gap: 400px !important;
}

.gap-450{
  grid-gap: 450px !important;
  gap: 450px !important;
}

.gap-500{
  grid-gap: 500px !important;
  gap: 500px !important;
}

.gap-550{
  grid-gap: 550px !important;
  gap: 550px !important;
}

.gap-600{
  grid-gap: 600px !important;
  gap: 600px !important;
}

.gap-700{
  grid-gap: 700px !important;
  gap: 700px !important;
}

.gap-px{
  grid-gap: 1px !important;
  gap: 1px !important;
}

.gap-2px{
  grid-gap: 2px !important;
  gap: 2px !important;
}

.col-gap-0{
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.col-gap-1{
  grid-column-gap: 0.25rem !important;
  -webkit-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;
  -webkit-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;
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.col-gap-4{
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.col-gap-5{
  grid-column-gap: 1.25rem !important;
  -webkit-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;
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.col-gap-7{
  grid-column-gap: 1.75rem !important;
  -webkit-column-gap: 1.75rem !important;
     -moz-column-gap: 1.75rem !important;
          column-gap: 1.75rem !important;
}

.col-gap-8{
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.col-gap-10{
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.col-gap-12{
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.col-gap-16{
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.col-gap-18{
  grid-column-gap: 4.75rem !important;
  -webkit-column-gap: 4.75rem !important;
     -moz-column-gap: 4.75rem !important;
          column-gap: 4.75rem !important;
}

.col-gap-20{
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.col-gap-22{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.col-gap-24{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.col-gap-28{
  grid-column-gap: 7rem !important;
  -webkit-column-gap: 7rem !important;
     -moz-column-gap: 7rem !important;
          column-gap: 7rem !important;
}

.col-gap-32{
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.col-gap-40{
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.col-gap-44{
  grid-column-gap: 11rem !important;
  -webkit-column-gap: 11rem !important;
     -moz-column-gap: 11rem !important;
          column-gap: 11rem !important;
}

.col-gap-48{
  grid-column-gap: 13rem !important;
  -webkit-column-gap: 13rem !important;
     -moz-column-gap: 13rem !important;
          column-gap: 13rem !important;
}

.col-gap-56{
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.col-gap-60{
  grid-column-gap: 15rem !important;
  -webkit-column-gap: 15rem !important;
     -moz-column-gap: 15rem !important;
          column-gap: 15rem !important;
}

.col-gap-64{
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.col-gap-66{
  grid-column-gap: 18rem !important;
  -webkit-column-gap: 18rem !important;
     -moz-column-gap: 18rem !important;
          column-gap: 18rem !important;
}

.col-gap-68{
  grid-column-gap: 21rem !important;
  -webkit-column-gap: 21rem !important;
     -moz-column-gap: 21rem !important;
          column-gap: 21rem !important;
}

.col-gap-70{
  grid-column-gap: 23rem !important;
  -webkit-column-gap: 23rem !important;
     -moz-column-gap: 23rem !important;
          column-gap: 23rem !important;
}

.col-gap-72{
  grid-column-gap: 25rem !important;
  -webkit-column-gap: 25rem !important;
     -moz-column-gap: 25rem !important;
          column-gap: 25rem !important;
}

.col-gap-74{
  grid-column-gap: 27rem !important;
  -webkit-column-gap: 27rem !important;
     -moz-column-gap: 27rem !important;
          column-gap: 27rem !important;
}

.col-gap-75{
  grid-column-gap: 75px !important;
  -webkit-column-gap: 75px !important;
     -moz-column-gap: 75px !important;
          column-gap: 75px !important;
}

.col-gap-78{
  grid-column-gap: 29rem !important;
  -webkit-column-gap: 29rem !important;
     -moz-column-gap: 29rem !important;
          column-gap: 29rem !important;
}

.col-gap-80{
  grid-column-gap: 80px !important;
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
}

.col-gap-90{
  grid-column-gap: 90px !important;
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !important;
}

.col-gap-150{
  grid-column-gap: 150px !important;
  -webkit-column-gap: 150px !important;
     -moz-column-gap: 150px !important;
          column-gap: 150px !important;
}

.col-gap-200{
  grid-column-gap: 200px !important;
  -webkit-column-gap: 200px !important;
     -moz-column-gap: 200px !important;
          column-gap: 200px !important;
}

.col-gap-250{
  grid-column-gap: 250px !important;
  -webkit-column-gap: 250px !important;
     -moz-column-gap: 250px !important;
          column-gap: 250px !important;
}

.col-gap-270{
  grid-column-gap: 270px !important;
  -webkit-column-gap: 270px !important;
     -moz-column-gap: 270px !important;
          column-gap: 270px !important;
}

.col-gap-310{
  grid-column-gap: 310px !important;
  -webkit-column-gap: 310px !important;
     -moz-column-gap: 310px !important;
          column-gap: 310px !important;
}

.col-gap-330{
  grid-column-gap: 330px !important;
  -webkit-column-gap: 330px !important;
     -moz-column-gap: 330px !important;
          column-gap: 330px !important;
}

.col-gap-390{
  grid-column-gap: 390px !important;
  -webkit-column-gap: 390px !important;
     -moz-column-gap: 390px !important;
          column-gap: 390px !important;
}

.col-gap-400{
  grid-column-gap: 400px !important;
  -webkit-column-gap: 400px !important;
     -moz-column-gap: 400px !important;
          column-gap: 400px !important;
}

.col-gap-450{
  grid-column-gap: 450px !important;
  -webkit-column-gap: 450px !important;
     -moz-column-gap: 450px !important;
          column-gap: 450px !important;
}

.col-gap-500{
  grid-column-gap: 500px !important;
  -webkit-column-gap: 500px !important;
     -moz-column-gap: 500px !important;
          column-gap: 500px !important;
}

.col-gap-550{
  grid-column-gap: 550px !important;
  -webkit-column-gap: 550px !important;
     -moz-column-gap: 550px !important;
          column-gap: 550px !important;
}

.col-gap-600{
  grid-column-gap: 600px !important;
  -webkit-column-gap: 600px !important;
     -moz-column-gap: 600px !important;
          column-gap: 600px !important;
}

.col-gap-700{
  grid-column-gap: 700px !important;
  -webkit-column-gap: 700px !important;
     -moz-column-gap: 700px !important;
          column-gap: 700px !important;
}

.col-gap-px{
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.col-gap-2px{
  grid-column-gap: 2px !important;
  -webkit-column-gap: 2px !important;
     -moz-column-gap: 2px !important;
          column-gap: 2px !important;
}

.gap-x-0{
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.gap-x-1{
  grid-column-gap: 0.25rem !important;
  -webkit-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;
  -webkit-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;
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.gap-x-4{
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.gap-x-5{
  grid-column-gap: 1.25rem !important;
  -webkit-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;
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.gap-x-7{
  grid-column-gap: 1.75rem !important;
  -webkit-column-gap: 1.75rem !important;
     -moz-column-gap: 1.75rem !important;
          column-gap: 1.75rem !important;
}

.gap-x-8{
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.gap-x-10{
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.gap-x-12{
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.gap-x-16{
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.gap-x-18{
  grid-column-gap: 4.75rem !important;
  -webkit-column-gap: 4.75rem !important;
     -moz-column-gap: 4.75rem !important;
          column-gap: 4.75rem !important;
}

.gap-x-20{
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.gap-x-22{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.gap-x-24{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.gap-x-28{
  grid-column-gap: 7rem !important;
  -webkit-column-gap: 7rem !important;
     -moz-column-gap: 7rem !important;
          column-gap: 7rem !important;
}

.gap-x-32{
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.gap-x-40{
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.gap-x-44{
  grid-column-gap: 11rem !important;
  -webkit-column-gap: 11rem !important;
     -moz-column-gap: 11rem !important;
          column-gap: 11rem !important;
}

.gap-x-48{
  grid-column-gap: 13rem !important;
  -webkit-column-gap: 13rem !important;
     -moz-column-gap: 13rem !important;
          column-gap: 13rem !important;
}

.gap-x-56{
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.gap-x-60{
  grid-column-gap: 15rem !important;
  -webkit-column-gap: 15rem !important;
     -moz-column-gap: 15rem !important;
          column-gap: 15rem !important;
}

.gap-x-64{
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.gap-x-66{
  grid-column-gap: 18rem !important;
  -webkit-column-gap: 18rem !important;
     -moz-column-gap: 18rem !important;
          column-gap: 18rem !important;
}

.gap-x-68{
  grid-column-gap: 21rem !important;
  -webkit-column-gap: 21rem !important;
     -moz-column-gap: 21rem !important;
          column-gap: 21rem !important;
}

.gap-x-70{
  grid-column-gap: 23rem !important;
  -webkit-column-gap: 23rem !important;
     -moz-column-gap: 23rem !important;
          column-gap: 23rem !important;
}

.gap-x-72{
  grid-column-gap: 25rem !important;
  -webkit-column-gap: 25rem !important;
     -moz-column-gap: 25rem !important;
          column-gap: 25rem !important;
}

.gap-x-74{
  grid-column-gap: 27rem !important;
  -webkit-column-gap: 27rem !important;
     -moz-column-gap: 27rem !important;
          column-gap: 27rem !important;
}

.gap-x-75{
  grid-column-gap: 75px !important;
  -webkit-column-gap: 75px !important;
     -moz-column-gap: 75px !important;
          column-gap: 75px !important;
}

.gap-x-78{
  grid-column-gap: 29rem !important;
  -webkit-column-gap: 29rem !important;
     -moz-column-gap: 29rem !important;
          column-gap: 29rem !important;
}

.gap-x-80{
  grid-column-gap: 80px !important;
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
}

.gap-x-90{
  grid-column-gap: 90px !important;
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !important;
}

.gap-x-150{
  grid-column-gap: 150px !important;
  -webkit-column-gap: 150px !important;
     -moz-column-gap: 150px !important;
          column-gap: 150px !important;
}

.gap-x-200{
  grid-column-gap: 200px !important;
  -webkit-column-gap: 200px !important;
     -moz-column-gap: 200px !important;
          column-gap: 200px !important;
}

.gap-x-250{
  grid-column-gap: 250px !important;
  -webkit-column-gap: 250px !important;
     -moz-column-gap: 250px !important;
          column-gap: 250px !important;
}

.gap-x-270{
  grid-column-gap: 270px !important;
  -webkit-column-gap: 270px !important;
     -moz-column-gap: 270px !important;
          column-gap: 270px !important;
}

.gap-x-310{
  grid-column-gap: 310px !important;
  -webkit-column-gap: 310px !important;
     -moz-column-gap: 310px !important;
          column-gap: 310px !important;
}

.gap-x-330{
  grid-column-gap: 330px !important;
  -webkit-column-gap: 330px !important;
     -moz-column-gap: 330px !important;
          column-gap: 330px !important;
}

.gap-x-390{
  grid-column-gap: 390px !important;
  -webkit-column-gap: 390px !important;
     -moz-column-gap: 390px !important;
          column-gap: 390px !important;
}

.gap-x-400{
  grid-column-gap: 400px !important;
  -webkit-column-gap: 400px !important;
     -moz-column-gap: 400px !important;
          column-gap: 400px !important;
}

.gap-x-450{
  grid-column-gap: 450px !important;
  -webkit-column-gap: 450px !important;
     -moz-column-gap: 450px !important;
          column-gap: 450px !important;
}

.gap-x-500{
  grid-column-gap: 500px !important;
  -webkit-column-gap: 500px !important;
     -moz-column-gap: 500px !important;
          column-gap: 500px !important;
}

.gap-x-550{
  grid-column-gap: 550px !important;
  -webkit-column-gap: 550px !important;
     -moz-column-gap: 550px !important;
          column-gap: 550px !important;
}

.gap-x-600{
  grid-column-gap: 600px !important;
  -webkit-column-gap: 600px !important;
     -moz-column-gap: 600px !important;
          column-gap: 600px !important;
}

.gap-x-700{
  grid-column-gap: 700px !important;
  -webkit-column-gap: 700px !important;
     -moz-column-gap: 700px !important;
          column-gap: 700px !important;
}

.gap-x-px{
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.gap-x-2px{
  grid-column-gap: 2px !important;
  -webkit-column-gap: 2px !important;
     -moz-column-gap: 2px !important;
          column-gap: 2px !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-7{
  grid-row-gap: 1.75rem !important;
  row-gap: 1.75rem !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-18{
  grid-row-gap: 4.75rem !important;
  row-gap: 4.75rem !important;
}

.row-gap-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-22{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-28{
  grid-row-gap: 7rem !important;
  row-gap: 7rem !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-44{
  grid-row-gap: 11rem !important;
  row-gap: 11rem !important;
}

.row-gap-48{
  grid-row-gap: 13rem !important;
  row-gap: 13rem !important;
}

.row-gap-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-60{
  grid-row-gap: 15rem !important;
  row-gap: 15rem !important;
}

.row-gap-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-66{
  grid-row-gap: 18rem !important;
  row-gap: 18rem !important;
}

.row-gap-68{
  grid-row-gap: 21rem !important;
  row-gap: 21rem !important;
}

.row-gap-70{
  grid-row-gap: 23rem !important;
  row-gap: 23rem !important;
}

.row-gap-72{
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important;
}

.row-gap-74{
  grid-row-gap: 27rem !important;
  row-gap: 27rem !important;
}

.row-gap-75{
  grid-row-gap: 75px !important;
  row-gap: 75px !important;
}

.row-gap-78{
  grid-row-gap: 29rem !important;
  row-gap: 29rem !important;
}

.row-gap-80{
  grid-row-gap: 80px !important;
  row-gap: 80px !important;
}

.row-gap-90{
  grid-row-gap: 90px !important;
  row-gap: 90px !important;
}

.row-gap-150{
  grid-row-gap: 150px !important;
  row-gap: 150px !important;
}

.row-gap-200{
  grid-row-gap: 200px !important;
  row-gap: 200px !important;
}

.row-gap-250{
  grid-row-gap: 250px !important;
  row-gap: 250px !important;
}

.row-gap-270{
  grid-row-gap: 270px !important;
  row-gap: 270px !important;
}

.row-gap-310{
  grid-row-gap: 310px !important;
  row-gap: 310px !important;
}

.row-gap-330{
  grid-row-gap: 330px !important;
  row-gap: 330px !important;
}

.row-gap-390{
  grid-row-gap: 390px !important;
  row-gap: 390px !important;
}

.row-gap-400{
  grid-row-gap: 400px !important;
  row-gap: 400px !important;
}

.row-gap-450{
  grid-row-gap: 450px !important;
  row-gap: 450px !important;
}

.row-gap-500{
  grid-row-gap: 500px !important;
  row-gap: 500px !important;
}

.row-gap-550{
  grid-row-gap: 550px !important;
  row-gap: 550px !important;
}

.row-gap-600{
  grid-row-gap: 600px !important;
  row-gap: 600px !important;
}

.row-gap-700{
  grid-row-gap: 700px !important;
  row-gap: 700px !important;
}

.row-gap-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.row-gap-2px{
  grid-row-gap: 2px !important;
  row-gap: 2px !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-7{
  grid-row-gap: 1.75rem !important;
  row-gap: 1.75rem !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-18{
  grid-row-gap: 4.75rem !important;
  row-gap: 4.75rem !important;
}

.gap-y-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-22{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-28{
  grid-row-gap: 7rem !important;
  row-gap: 7rem !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-44{
  grid-row-gap: 11rem !important;
  row-gap: 11rem !important;
}

.gap-y-48{
  grid-row-gap: 13rem !important;
  row-gap: 13rem !important;
}

.gap-y-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.gap-y-60{
  grid-row-gap: 15rem !important;
  row-gap: 15rem !important;
}

.gap-y-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.gap-y-66{
  grid-row-gap: 18rem !important;
  row-gap: 18rem !important;
}

.gap-y-68{
  grid-row-gap: 21rem !important;
  row-gap: 21rem !important;
}

.gap-y-70{
  grid-row-gap: 23rem !important;
  row-gap: 23rem !important;
}

.gap-y-72{
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important;
}

.gap-y-74{
  grid-row-gap: 27rem !important;
  row-gap: 27rem !important;
}

.gap-y-75{
  grid-row-gap: 75px !important;
  row-gap: 75px !important;
}

.gap-y-78{
  grid-row-gap: 29rem !important;
  row-gap: 29rem !important;
}

.gap-y-80{
  grid-row-gap: 80px !important;
  row-gap: 80px !important;
}

.gap-y-90{
  grid-row-gap: 90px !important;
  row-gap: 90px !important;
}

.gap-y-150{
  grid-row-gap: 150px !important;
  row-gap: 150px !important;
}

.gap-y-200{
  grid-row-gap: 200px !important;
  row-gap: 200px !important;
}

.gap-y-250{
  grid-row-gap: 250px !important;
  row-gap: 250px !important;
}

.gap-y-270{
  grid-row-gap: 270px !important;
  row-gap: 270px !important;
}

.gap-y-310{
  grid-row-gap: 310px !important;
  row-gap: 310px !important;
}

.gap-y-330{
  grid-row-gap: 330px !important;
  row-gap: 330px !important;
}

.gap-y-390{
  grid-row-gap: 390px !important;
  row-gap: 390px !important;
}

.gap-y-400{
  grid-row-gap: 400px !important;
  row-gap: 400px !important;
}

.gap-y-450{
  grid-row-gap: 450px !important;
  row-gap: 450px !important;
}

.gap-y-500{
  grid-row-gap: 500px !important;
  row-gap: 500px !important;
}

.gap-y-550{
  grid-row-gap: 550px !important;
  row-gap: 550px !important;
}

.gap-y-600{
  grid-row-gap: 600px !important;
  row-gap: 600px !important;
}

.gap-y-700{
  grid-row-gap: 700px !important;
  row-gap: 700px !important;
}

.gap-y-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.gap-y-2px{
  grid-row-gap: 2px !important;
  row-gap: 2px !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: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content !important;
  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: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content !important;
  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;
  -webkit-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;
          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;
}

.transform-none{
  -webkit-transform: none !important;
          transform: none !important;
}

.origin-center{
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.origin-top{
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.origin-top-right{
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important;
}

.origin-right{
  -webkit-transform-origin: right !important;
          transform-origin: right !important;
}

.origin-bottom-right{
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.origin-bottom{
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.origin-bottom-left{
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.origin-left{
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.origin-top-left{
  -webkit-transform-origin: top left !important;
          transform-origin: top left !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-7{
  --transform-translate-x: 1.75rem !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-18{
  --transform-translate-x: 4.75rem !important;
}

.translate-x-20{
  --transform-translate-x: 5rem !important;
}

.translate-x-22{
  --transform-translate-x: 6rem !important;
}

.translate-x-24{
  --transform-translate-x: 6rem !important;
}

.translate-x-28{
  --transform-translate-x: 7rem !important;
}

.translate-x-32{
  --transform-translate-x: 8rem !important;
}

.translate-x-40{
  --transform-translate-x: 10rem !important;
}

.translate-x-44{
  --transform-translate-x: 11rem !important;
}

.translate-x-48{
  --transform-translate-x: 13rem !important;
}

.translate-x-56{
  --transform-translate-x: 14rem !important;
}

.translate-x-60{
  --transform-translate-x: 15rem !important;
}

.translate-x-64{
  --transform-translate-x: 16rem !important;
}

.translate-x-66{
  --transform-translate-x: 18rem !important;
}

.translate-x-68{
  --transform-translate-x: 21rem !important;
}

.translate-x-70{
  --transform-translate-x: 23rem !important;
}

.translate-x-72{
  --transform-translate-x: 25rem !important;
}

.translate-x-74{
  --transform-translate-x: 27rem !important;
}

.translate-x-75{
  --transform-translate-x: 75px !important;
}

.translate-x-78{
  --transform-translate-x: 29rem !important;
}

.translate-x-80{
  --transform-translate-x: 80px !important;
}

.translate-x-90{
  --transform-translate-x: 90px !important;
}

.translate-x-150{
  --transform-translate-x: 150px !important;
}

.translate-x-200{
  --transform-translate-x: 200px !important;
}

.translate-x-250{
  --transform-translate-x: 250px !important;
}

.translate-x-270{
  --transform-translate-x: 270px !important;
}

.translate-x-310{
  --transform-translate-x: 310px !important;
}

.translate-x-330{
  --transform-translate-x: 330px !important;
}

.translate-x-390{
  --transform-translate-x: 390px !important;
}

.translate-x-400{
  --transform-translate-x: 400px !important;
}

.translate-x-450{
  --transform-translate-x: 450px !important;
}

.translate-x-500{
  --transform-translate-x: 500px !important;
}

.translate-x-550{
  --transform-translate-x: 550px !important;
}

.translate-x-600{
  --transform-translate-x: 600px !important;
}

.translate-x-700{
  --transform-translate-x: 700px !important;
}

.translate-x-px{
  --transform-translate-x: 1px !important;
}

.translate-x-2px{
  --transform-translate-x: 2px !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-7{
  --transform-translate-x: -1.75rem !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-18{
  --transform-translate-x: -4.75rem !important;
}

.-translate-x-20{
  --transform-translate-x: -5rem !important;
}

.-translate-x-22{
  --transform-translate-x: -6rem !important;
}

.-translate-x-24{
  --transform-translate-x: -6rem !important;
}

.-translate-x-28{
  --transform-translate-x: -7rem !important;
}

.-translate-x-32{
  --transform-translate-x: -8rem !important;
}

.-translate-x-40{
  --transform-translate-x: -10rem !important;
}

.-translate-x-44{
  --transform-translate-x: -11rem !important;
}

.-translate-x-48{
  --transform-translate-x: -13rem !important;
}

.-translate-x-56{
  --transform-translate-x: -14rem !important;
}

.-translate-x-60{
  --transform-translate-x: -15rem !important;
}

.-translate-x-64{
  --transform-translate-x: -16rem !important;
}

.-translate-x-66{
  --transform-translate-x: -18rem !important;
}

.-translate-x-68{
  --transform-translate-x: -21rem !important;
}

.-translate-x-70{
  --transform-translate-x: -23rem !important;
}

.-translate-x-72{
  --transform-translate-x: -25rem !important;
}

.-translate-x-74{
  --transform-translate-x: -27rem !important;
}

.-translate-x-75{
  --transform-translate-x: -75px !important;
}

.-translate-x-78{
  --transform-translate-x: -29rem !important;
}

.-translate-x-80{
  --transform-translate-x: -80px !important;
}

.-translate-x-90{
  --transform-translate-x: -90px !important;
}

.-translate-x-150{
  --transform-translate-x: -150px !important;
}

.-translate-x-200{
  --transform-translate-x: -200px !important;
}

.-translate-x-250{
  --transform-translate-x: -250px !important;
}

.-translate-x-270{
  --transform-translate-x: -270px !important;
}

.-translate-x-310{
  --transform-translate-x: -310px !important;
}

.-translate-x-330{
  --transform-translate-x: -330px !important;
}

.-translate-x-390{
  --transform-translate-x: -390px !important;
}

.-translate-x-400{
  --transform-translate-x: -400px !important;
}

.-translate-x-450{
  --transform-translate-x: -450px !important;
}

.-translate-x-500{
  --transform-translate-x: -500px !important;
}

.-translate-x-550{
  --transform-translate-x: -550px !important;
}

.-translate-x-600{
  --transform-translate-x: -600px !important;
}

.-translate-x-700{
  --transform-translate-x: -700px !important;
}

.-translate-x-px{
  --transform-translate-x: -1px !important;
}

.-translate-x-2px{
  --transform-translate-x: -2px !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-7{
  --transform-translate-y: 1.75rem !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-18{
  --transform-translate-y: 4.75rem !important;
}

.translate-y-20{
  --transform-translate-y: 5rem !important;
}

.translate-y-22{
  --transform-translate-y: 6rem !important;
}

.translate-y-24{
  --transform-translate-y: 6rem !important;
}

.translate-y-28{
  --transform-translate-y: 7rem !important;
}

.translate-y-32{
  --transform-translate-y: 8rem !important;
}

.translate-y-40{
  --transform-translate-y: 10rem !important;
}

.translate-y-44{
  --transform-translate-y: 11rem !important;
}

.translate-y-48{
  --transform-translate-y: 13rem !important;
}

.translate-y-56{
  --transform-translate-y: 14rem !important;
}

.translate-y-60{
  --transform-translate-y: 15rem !important;
}

.translate-y-64{
  --transform-translate-y: 16rem !important;
}

.translate-y-66{
  --transform-translate-y: 18rem !important;
}

.translate-y-68{
  --transform-translate-y: 21rem !important;
}

.translate-y-70{
  --transform-translate-y: 23rem !important;
}

.translate-y-72{
  --transform-translate-y: 25rem !important;
}

.translate-y-74{
  --transform-translate-y: 27rem !important;
}

.translate-y-75{
  --transform-translate-y: 75px !important;
}

.translate-y-78{
  --transform-translate-y: 29rem !important;
}

.translate-y-80{
  --transform-translate-y: 80px !important;
}

.translate-y-90{
  --transform-translate-y: 90px !important;
}

.translate-y-150{
  --transform-translate-y: 150px !important;
}

.translate-y-200{
  --transform-translate-y: 200px !important;
}

.translate-y-250{
  --transform-translate-y: 250px !important;
}

.translate-y-270{
  --transform-translate-y: 270px !important;
}

.translate-y-310{
  --transform-translate-y: 310px !important;
}

.translate-y-330{
  --transform-translate-y: 330px !important;
}

.translate-y-390{
  --transform-translate-y: 390px !important;
}

.translate-y-400{
  --transform-translate-y: 400px !important;
}

.translate-y-450{
  --transform-translate-y: 450px !important;
}

.translate-y-500{
  --transform-translate-y: 500px !important;
}

.translate-y-550{
  --transform-translate-y: 550px !important;
}

.translate-y-600{
  --transform-translate-y: 600px !important;
}

.translate-y-700{
  --transform-translate-y: 700px !important;
}

.translate-y-px{
  --transform-translate-y: 1px !important;
}

.translate-y-2px{
  --transform-translate-y: 2px !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-7{
  --transform-translate-y: -1.75rem !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-18{
  --transform-translate-y: -4.75rem !important;
}

.-translate-y-20{
  --transform-translate-y: -5rem !important;
}

.-translate-y-22{
  --transform-translate-y: -6rem !important;
}

.-translate-y-24{
  --transform-translate-y: -6rem !important;
}

.-translate-y-28{
  --transform-translate-y: -7rem !important;
}

.-translate-y-32{
  --transform-translate-y: -8rem !important;
}

.-translate-y-40{
  --transform-translate-y: -10rem !important;
}

.-translate-y-44{
  --transform-translate-y: -11rem !important;
}

.-translate-y-48{
  --transform-translate-y: -13rem !important;
}

.-translate-y-56{
  --transform-translate-y: -14rem !important;
}

.-translate-y-60{
  --transform-translate-y: -15rem !important;
}

.-translate-y-64{
  --transform-translate-y: -16rem !important;
}

.-translate-y-66{
  --transform-translate-y: -18rem !important;
}

.-translate-y-68{
  --transform-translate-y: -21rem !important;
}

.-translate-y-70{
  --transform-translate-y: -23rem !important;
}

.-translate-y-72{
  --transform-translate-y: -25rem !important;
}

.-translate-y-74{
  --transform-translate-y: -27rem !important;
}

.-translate-y-75{
  --transform-translate-y: -75px !important;
}

.-translate-y-78{
  --transform-translate-y: -29rem !important;
}

.-translate-y-80{
  --transform-translate-y: -80px !important;
}

.-translate-y-90{
  --transform-translate-y: -90px !important;
}

.-translate-y-150{
  --transform-translate-y: -150px !important;
}

.-translate-y-200{
  --transform-translate-y: -200px !important;
}

.-translate-y-250{
  --transform-translate-y: -250px !important;
}

.-translate-y-270{
  --transform-translate-y: -270px !important;
}

.-translate-y-310{
  --transform-translate-y: -310px !important;
}

.-translate-y-330{
  --transform-translate-y: -330px !important;
}

.-translate-y-390{
  --transform-translate-y: -390px !important;
}

.-translate-y-400{
  --transform-translate-y: -400px !important;
}

.-translate-y-450{
  --transform-translate-y: -450px !important;
}

.-translate-y-500{
  --transform-translate-y: -500px !important;
}

.-translate-y-550{
  --transform-translate-y: -550px !important;
}

.-translate-y-600{
  --transform-translate-y: -600px !important;
}

.-translate-y-700{
  --transform-translate-y: -700px !important;
}

.-translate-y-px{
  --transform-translate-y: -1px !important;
}

.-translate-y-2px{
  --transform-translate-y: -2px !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-7:hover{
  --transform-translate-x: 1.75rem !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-18:hover{
  --transform-translate-x: 4.75rem !important;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-22:hover{
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-24:hover{
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-28:hover{
  --transform-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-44:hover{
  --transform-translate-x: 11rem !important;
}

.hover\:translate-x-48:hover{
  --transform-translate-x: 13rem !important;
}

.hover\:translate-x-56:hover{
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-60:hover{
  --transform-translate-x: 15rem !important;
}

.hover\:translate-x-64:hover{
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-66:hover{
  --transform-translate-x: 18rem !important;
}

.hover\:translate-x-68:hover{
  --transform-translate-x: 21rem !important;
}

.hover\:translate-x-70:hover{
  --transform-translate-x: 23rem !important;
}

.hover\:translate-x-72:hover{
  --transform-translate-x: 25rem !important;
}

.hover\:translate-x-74:hover{
  --transform-translate-x: 27rem !important;
}

.hover\:translate-x-75:hover{
  --transform-translate-x: 75px !important;
}

.hover\:translate-x-78:hover{
  --transform-translate-x: 29rem !important;
}

.hover\:translate-x-80:hover{
  --transform-translate-x: 80px !important;
}

.hover\:translate-x-90:hover{
  --transform-translate-x: 90px !important;
}

.hover\:translate-x-150:hover{
  --transform-translate-x: 150px !important;
}

.hover\:translate-x-200:hover{
  --transform-translate-x: 200px !important;
}

.hover\:translate-x-250:hover{
  --transform-translate-x: 250px !important;
}

.hover\:translate-x-270:hover{
  --transform-translate-x: 270px !important;
}

.hover\:translate-x-310:hover{
  --transform-translate-x: 310px !important;
}

.hover\:translate-x-330:hover{
  --transform-translate-x: 330px !important;
}

.hover\:translate-x-390:hover{
  --transform-translate-x: 390px !important;
}

.hover\:translate-x-400:hover{
  --transform-translate-x: 400px !important;
}

.hover\:translate-x-450:hover{
  --transform-translate-x: 450px !important;
}

.hover\:translate-x-500:hover{
  --transform-translate-x: 500px !important;
}

.hover\:translate-x-550:hover{
  --transform-translate-x: 550px !important;
}

.hover\:translate-x-600:hover{
  --transform-translate-x: 600px !important;
}

.hover\:translate-x-700:hover{
  --transform-translate-x: 700px !important;
}

.hover\:translate-x-px:hover{
  --transform-translate-x: 1px !important;
}

.hover\:translate-x-2px:hover{
  --transform-translate-x: 2px !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-7:hover{
  --transform-translate-x: -1.75rem !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-18:hover{
  --transform-translate-x: -4.75rem !important;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-22:hover{
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-24:hover{
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-28:hover{
  --transform-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-44:hover{
  --transform-translate-x: -11rem !important;
}

.hover\:-translate-x-48:hover{
  --transform-translate-x: -13rem !important;
}

.hover\:-translate-x-56:hover{
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-60:hover{
  --transform-translate-x: -15rem !important;
}

.hover\:-translate-x-64:hover{
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-66:hover{
  --transform-translate-x: -18rem !important;
}

.hover\:-translate-x-68:hover{
  --transform-translate-x: -21rem !important;
}

.hover\:-translate-x-70:hover{
  --transform-translate-x: -23rem !important;
}

.hover\:-translate-x-72:hover{
  --transform-translate-x: -25rem !important;
}

.hover\:-translate-x-74:hover{
  --transform-translate-x: -27rem !important;
}

.hover\:-translate-x-75:hover{
  --transform-translate-x: -75px !important;
}

.hover\:-translate-x-78:hover{
  --transform-translate-x: -29rem !important;
}

.hover\:-translate-x-80:hover{
  --transform-translate-x: -80px !important;
}

.hover\:-translate-x-90:hover{
  --transform-translate-x: -90px !important;
}

.hover\:-translate-x-150:hover{
  --transform-translate-x: -150px !important;
}

.hover\:-translate-x-200:hover{
  --transform-translate-x: -200px !important;
}

.hover\:-translate-x-250:hover{
  --transform-translate-x: -250px !important;
}

.hover\:-translate-x-270:hover{
  --transform-translate-x: -270px !important;
}

.hover\:-translate-x-310:hover{
  --transform-translate-x: -310px !important;
}

.hover\:-translate-x-330:hover{
  --transform-translate-x: -330px !important;
}

.hover\:-translate-x-390:hover{
  --transform-translate-x: -390px !important;
}

.hover\:-translate-x-400:hover{
  --transform-translate-x: -400px !important;
}

.hover\:-translate-x-450:hover{
  --transform-translate-x: -450px !important;
}

.hover\:-translate-x-500:hover{
  --transform-translate-x: -500px !important;
}

.hover\:-translate-x-550:hover{
  --transform-translate-x: -550px !important;
}

.hover\:-translate-x-600:hover{
  --transform-translate-x: -600px !important;
}

.hover\:-translate-x-700:hover{
  --transform-translate-x: -700px !important;
}

.hover\:-translate-x-px:hover{
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-2px:hover{
  --transform-translate-x: -2px !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-7:hover{
  --transform-translate-y: 1.75rem !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-18:hover{
  --transform-translate-y: 4.75rem !important;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-22:hover{
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-24:hover{
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-28:hover{
  --transform-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-44:hover{
  --transform-translate-y: 11rem !important;
}

.hover\:translate-y-48:hover{
  --transform-translate-y: 13rem !important;
}

.hover\:translate-y-56:hover{
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-60:hover{
  --transform-translate-y: 15rem !important;
}

.hover\:translate-y-64:hover{
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-66:hover{
  --transform-translate-y: 18rem !important;
}

.hover\:translate-y-68:hover{
  --transform-translate-y: 21rem !important;
}

.hover\:translate-y-70:hover{
  --transform-translate-y: 23rem !important;
}

.hover\:translate-y-72:hover{
  --transform-translate-y: 25rem !important;
}

.hover\:translate-y-74:hover{
  --transform-translate-y: 27rem !important;
}

.hover\:translate-y-75:hover{
  --transform-translate-y: 75px !important;
}

.hover\:translate-y-78:hover{
  --transform-translate-y: 29rem !important;
}

.hover\:translate-y-80:hover{
  --transform-translate-y: 80px !important;
}

.hover\:translate-y-90:hover{
  --transform-translate-y: 90px !important;
}

.hover\:translate-y-150:hover{
  --transform-translate-y: 150px !important;
}

.hover\:translate-y-200:hover{
  --transform-translate-y: 200px !important;
}

.hover\:translate-y-250:hover{
  --transform-translate-y: 250px !important;
}

.hover\:translate-y-270:hover{
  --transform-translate-y: 270px !important;
}

.hover\:translate-y-310:hover{
  --transform-translate-y: 310px !important;
}

.hover\:translate-y-330:hover{
  --transform-translate-y: 330px !important;
}

.hover\:translate-y-390:hover{
  --transform-translate-y: 390px !important;
}

.hover\:translate-y-400:hover{
  --transform-translate-y: 400px !important;
}

.hover\:translate-y-450:hover{
  --transform-translate-y: 450px !important;
}

.hover\:translate-y-500:hover{
  --transform-translate-y: 500px !important;
}

.hover\:translate-y-550:hover{
  --transform-translate-y: 550px !important;
}

.hover\:translate-y-600:hover{
  --transform-translate-y: 600px !important;
}

.hover\:translate-y-700:hover{
  --transform-translate-y: 700px !important;
}

.hover\:translate-y-px:hover{
  --transform-translate-y: 1px !important;
}

.hover\:translate-y-2px:hover{
  --transform-translate-y: 2px !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-7:hover{
  --transform-translate-y: -1.75rem !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-18:hover{
  --transform-translate-y: -4.75rem !important;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-22:hover{
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-24:hover{
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-28:hover{
  --transform-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-44:hover{
  --transform-translate-y: -11rem !important;
}

.hover\:-translate-y-48:hover{
  --transform-translate-y: -13rem !important;
}

.hover\:-translate-y-56:hover{
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-60:hover{
  --transform-translate-y: -15rem !important;
}

.hover\:-translate-y-64:hover{
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-66:hover{
  --transform-translate-y: -18rem !important;
}

.hover\:-translate-y-68:hover{
  --transform-translate-y: -21rem !important;
}

.hover\:-translate-y-70:hover{
  --transform-translate-y: -23rem !important;
}

.hover\:-translate-y-72:hover{
  --transform-translate-y: -25rem !important;
}

.hover\:-translate-y-74:hover{
  --transform-translate-y: -27rem !important;
}

.hover\:-translate-y-75:hover{
  --transform-translate-y: -75px !important;
}

.hover\:-translate-y-78:hover{
  --transform-translate-y: -29rem !important;
}

.hover\:-translate-y-80:hover{
  --transform-translate-y: -80px !important;
}

.hover\:-translate-y-90:hover{
  --transform-translate-y: -90px !important;
}

.hover\:-translate-y-150:hover{
  --transform-translate-y: -150px !important;
}

.hover\:-translate-y-200:hover{
  --transform-translate-y: -200px !important;
}

.hover\:-translate-y-250:hover{
  --transform-translate-y: -250px !important;
}

.hover\:-translate-y-270:hover{
  --transform-translate-y: -270px !important;
}

.hover\:-translate-y-310:hover{
  --transform-translate-y: -310px !important;
}

.hover\:-translate-y-330:hover{
  --transform-translate-y: -330px !important;
}

.hover\:-translate-y-390:hover{
  --transform-translate-y: -390px !important;
}

.hover\:-translate-y-400:hover{
  --transform-translate-y: -400px !important;
}

.hover\:-translate-y-450:hover{
  --transform-translate-y: -450px !important;
}

.hover\:-translate-y-500:hover{
  --transform-translate-y: -500px !important;
}

.hover\:-translate-y-550:hover{
  --transform-translate-y: -550px !important;
}

.hover\:-translate-y-600:hover{
  --transform-translate-y: -600px !important;
}

.hover\:-translate-y-700:hover{
  --transform-translate-y: -700px !important;
}

.hover\:-translate-y-px:hover{
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-2px:hover{
  --transform-translate-y: -2px !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-7:focus{
  --transform-translate-x: 1.75rem !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-18:focus{
  --transform-translate-x: 4.75rem !important;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-22:focus{
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-24:focus{
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-28:focus{
  --transform-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-44:focus{
  --transform-translate-x: 11rem !important;
}

.focus\:translate-x-48:focus{
  --transform-translate-x: 13rem !important;
}

.focus\:translate-x-56:focus{
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-60:focus{
  --transform-translate-x: 15rem !important;
}

.focus\:translate-x-64:focus{
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-66:focus{
  --transform-translate-x: 18rem !important;
}

.focus\:translate-x-68:focus{
  --transform-translate-x: 21rem !important;
}

.focus\:translate-x-70:focus{
  --transform-translate-x: 23rem !important;
}

.focus\:translate-x-72:focus{
  --transform-translate-x: 25rem !important;
}

.focus\:translate-x-74:focus{
  --transform-translate-x: 27rem !important;
}

.focus\:translate-x-75:focus{
  --transform-translate-x: 75px !important;
}

.focus\:translate-x-78:focus{
  --transform-translate-x: 29rem !important;
}

.focus\:translate-x-80:focus{
  --transform-translate-x: 80px !important;
}

.focus\:translate-x-90:focus{
  --transform-translate-x: 90px !important;
}

.focus\:translate-x-150:focus{
  --transform-translate-x: 150px !important;
}

.focus\:translate-x-200:focus{
  --transform-translate-x: 200px !important;
}

.focus\:translate-x-250:focus{
  --transform-translate-x: 250px !important;
}

.focus\:translate-x-270:focus{
  --transform-translate-x: 270px !important;
}

.focus\:translate-x-310:focus{
  --transform-translate-x: 310px !important;
}

.focus\:translate-x-330:focus{
  --transform-translate-x: 330px !important;
}

.focus\:translate-x-390:focus{
  --transform-translate-x: 390px !important;
}

.focus\:translate-x-400:focus{
  --transform-translate-x: 400px !important;
}

.focus\:translate-x-450:focus{
  --transform-translate-x: 450px !important;
}

.focus\:translate-x-500:focus{
  --transform-translate-x: 500px !important;
}

.focus\:translate-x-550:focus{
  --transform-translate-x: 550px !important;
}

.focus\:translate-x-600:focus{
  --transform-translate-x: 600px !important;
}

.focus\:translate-x-700:focus{
  --transform-translate-x: 700px !important;
}

.focus\:translate-x-px:focus{
  --transform-translate-x: 1px !important;
}

.focus\:translate-x-2px:focus{
  --transform-translate-x: 2px !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-7:focus{
  --transform-translate-x: -1.75rem !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-18:focus{
  --transform-translate-x: -4.75rem !important;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-22:focus{
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-24:focus{
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-28:focus{
  --transform-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-44:focus{
  --transform-translate-x: -11rem !important;
}

.focus\:-translate-x-48:focus{
  --transform-translate-x: -13rem !important;
}

.focus\:-translate-x-56:focus{
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-60:focus{
  --transform-translate-x: -15rem !important;
}

.focus\:-translate-x-64:focus{
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-66:focus{
  --transform-translate-x: -18rem !important;
}

.focus\:-translate-x-68:focus{
  --transform-translate-x: -21rem !important;
}

.focus\:-translate-x-70:focus{
  --transform-translate-x: -23rem !important;
}

.focus\:-translate-x-72:focus{
  --transform-translate-x: -25rem !important;
}

.focus\:-translate-x-74:focus{
  --transform-translate-x: -27rem !important;
}

.focus\:-translate-x-75:focus{
  --transform-translate-x: -75px !important;
}

.focus\:-translate-x-78:focus{
  --transform-translate-x: -29rem !important;
}

.focus\:-translate-x-80:focus{
  --transform-translate-x: -80px !important;
}

.focus\:-translate-x-90:focus{
  --transform-translate-x: -90px !important;
}

.focus\:-translate-x-150:focus{
  --transform-translate-x: -150px !important;
}

.focus\:-translate-x-200:focus{
  --transform-translate-x: -200px !important;
}

.focus\:-translate-x-250:focus{
  --transform-translate-x: -250px !important;
}

.focus\:-translate-x-270:focus{
  --transform-translate-x: -270px !important;
}

.focus\:-translate-x-310:focus{
  --transform-translate-x: -310px !important;
}

.focus\:-translate-x-330:focus{
  --transform-translate-x: -330px !important;
}

.focus\:-translate-x-390:focus{
  --transform-translate-x: -390px !important;
}

.focus\:-translate-x-400:focus{
  --transform-translate-x: -400px !important;
}

.focus\:-translate-x-450:focus{
  --transform-translate-x: -450px !important;
}

.focus\:-translate-x-500:focus{
  --transform-translate-x: -500px !important;
}

.focus\:-translate-x-550:focus{
  --transform-translate-x: -550px !important;
}

.focus\:-translate-x-600:focus{
  --transform-translate-x: -600px !important;
}

.focus\:-translate-x-700:focus{
  --transform-translate-x: -700px !important;
}

.focus\:-translate-x-px:focus{
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-2px:focus{
  --transform-translate-x: -2px !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-7:focus{
  --transform-translate-y: 1.75rem !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-18:focus{
  --transform-translate-y: 4.75rem !important;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-22:focus{
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-24:focus{
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-28:focus{
  --transform-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-44:focus{
  --transform-translate-y: 11rem !important;
}

.focus\:translate-y-48:focus{
  --transform-translate-y: 13rem !important;
}

.focus\:translate-y-56:focus{
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-60:focus{
  --transform-translate-y: 15rem !important;
}

.focus\:translate-y-64:focus{
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-66:focus{
  --transform-translate-y: 18rem !important;
}

.focus\:translate-y-68:focus{
  --transform-translate-y: 21rem !important;
}

.focus\:translate-y-70:focus{
  --transform-translate-y: 23rem !important;
}

.focus\:translate-y-72:focus{
  --transform-translate-y: 25rem !important;
}

.focus\:translate-y-74:focus{
  --transform-translate-y: 27rem !important;
}

.focus\:translate-y-75:focus{
  --transform-translate-y: 75px !important;
}

.focus\:translate-y-78:focus{
  --transform-translate-y: 29rem !important;
}

.focus\:translate-y-80:focus{
  --transform-translate-y: 80px !important;
}

.focus\:translate-y-90:focus{
  --transform-translate-y: 90px !important;
}

.focus\:translate-y-150:focus{
  --transform-translate-y: 150px !important;
}

.focus\:translate-y-200:focus{
  --transform-translate-y: 200px !important;
}

.focus\:translate-y-250:focus{
  --transform-translate-y: 250px !important;
}

.focus\:translate-y-270:focus{
  --transform-translate-y: 270px !important;
}

.focus\:translate-y-310:focus{
  --transform-translate-y: 310px !important;
}

.focus\:translate-y-330:focus{
  --transform-translate-y: 330px !important;
}

.focus\:translate-y-390:focus{
  --transform-translate-y: 390px !important;
}

.focus\:translate-y-400:focus{
  --transform-translate-y: 400px !important;
}

.focus\:translate-y-450:focus{
  --transform-translate-y: 450px !important;
}

.focus\:translate-y-500:focus{
  --transform-translate-y: 500px !important;
}

.focus\:translate-y-550:focus{
  --transform-translate-y: 550px !important;
}

.focus\:translate-y-600:focus{
  --transform-translate-y: 600px !important;
}

.focus\:translate-y-700:focus{
  --transform-translate-y: 700px !important;
}

.focus\:translate-y-px:focus{
  --transform-translate-y: 1px !important;
}

.focus\:translate-y-2px:focus{
  --transform-translate-y: 2px !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-7:focus{
  --transform-translate-y: -1.75rem !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-18:focus{
  --transform-translate-y: -4.75rem !important;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-22:focus{
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-24:focus{
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-28:focus{
  --transform-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-44:focus{
  --transform-translate-y: -11rem !important;
}

.focus\:-translate-y-48:focus{
  --transform-translate-y: -13rem !important;
}

.focus\:-translate-y-56:focus{
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-60:focus{
  --transform-translate-y: -15rem !important;
}

.focus\:-translate-y-64:focus{
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-66:focus{
  --transform-translate-y: -18rem !important;
}

.focus\:-translate-y-68:focus{
  --transform-translate-y: -21rem !important;
}

.focus\:-translate-y-70:focus{
  --transform-translate-y: -23rem !important;
}

.focus\:-translate-y-72:focus{
  --transform-translate-y: -25rem !important;
}

.focus\:-translate-y-74:focus{
  --transform-translate-y: -27rem !important;
}

.focus\:-translate-y-75:focus{
  --transform-translate-y: -75px !important;
}

.focus\:-translate-y-78:focus{
  --transform-translate-y: -29rem !important;
}

.focus\:-translate-y-80:focus{
  --transform-translate-y: -80px !important;
}

.focus\:-translate-y-90:focus{
  --transform-translate-y: -90px !important;
}

.focus\:-translate-y-150:focus{
  --transform-translate-y: -150px !important;
}

.focus\:-translate-y-200:focus{
  --transform-translate-y: -200px !important;
}

.focus\:-translate-y-250:focus{
  --transform-translate-y: -250px !important;
}

.focus\:-translate-y-270:focus{
  --transform-translate-y: -270px !important;
}

.focus\:-translate-y-310:focus{
  --transform-translate-y: -310px !important;
}

.focus\:-translate-y-330:focus{
  --transform-translate-y: -330px !important;
}

.focus\:-translate-y-390:focus{
  --transform-translate-y: -390px !important;
}

.focus\:-translate-y-400:focus{
  --transform-translate-y: -400px !important;
}

.focus\:-translate-y-450:focus{
  --transform-translate-y: -450px !important;
}

.focus\:-translate-y-500:focus{
  --transform-translate-y: -500px !important;
}

.focus\:-translate-y-550:focus{
  --transform-translate-y: -550px !important;
}

.focus\:-translate-y-600:focus{
  --transform-translate-y: -600px !important;
}

.focus\:-translate-y-700:focus{
  --transform-translate-y: -700px !important;
}

.focus\:-translate-y-px:focus{
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-2px:focus{
  --transform-translate-y: -2px !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;
}

.transition-none{
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
}

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity{
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.transition-shadow{
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.ease-linear{
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75{
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100{
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150{
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500{
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700{
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000{
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.delay-75{
  -webkit-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.delay-100{
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay-150{
  -webkit-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.delay-200{
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay-300{
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay-500{
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay-700{
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay-1000{
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

.embed-responsive{
  position: relative !important;
  display: block !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.embed-responsive .embed-responsive-item,.embed-responsive>iframe,.embed-responsive>embed,.embed-responsive>object,.embed-responsive>video{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
}

.aspect-ratio-none{
  padding-bottom: 0 !important;
}

.aspect-ratio-square{
  padding-bottom: 100% !important;
}

.aspect-ratio-16\/9{
  padding-bottom: 56.25% !important;
}

.aspect-ratio-4\/3{
  padding-bottom: 75% !important;
}

.aspect-ratio-21\/9{
  padding-bottom: 42.857142857142854% !important;
}

/*
	- Width of each of the 3 types of containers
	- Top and bottom page/section padding	
	- Navigation menu
	- Buttons, inputs and selects
	- Card shape
	- Homepage
	- Banner displayed at the top of the page to inform the user of a temporal issue
	- Link
	*/

/* Maximum width of the 3 types of container that can be used in each section of a page:

		Relation between them: Outer margin is the widest margin, main content margin is the narrowest container and inner margin has a width in between the outer margin and the main content margin. 
	
		Usage: Outer margin is used for sections that are full-screen such as the header and the footer; main content margin is used for the main content section if it does not have elements that need a lot of space such as articles (texts with inline multimedia elements) 
		and the inner margin is used for the rest of sections
	
	*/

/*Margin of the page title and the sections which display only a grid of cards/logos */

.inner-margin{
  margin-left: 1rem;
  margin-right: 1rem;
  width: 1135px;
}

.inner-margin-2cols .col-left, .inner-margin-2cols .col-right{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width:450px){
  .inner-margin{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .inner-margin-2cols .col-left, .inner-margin-2cols .col-right{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width:768px){
  .inner-margin{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .inner-margin-2cols .col-left, .inner-margin-2cols .col-right{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width:1024px){
  .inner-margin{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .inner-margin-2cols .col-left{
    padding-left: 4rem;
    padding-right: 3rem;
  }

  .inner-margin-2cols .col-right{
    padding-right: 4rem;
    padding-left: 3rem;
  }
}

@media (min-width:1280px){
  .inner-margin-2cols .col-left{
    padding-left: 6rem;
    padding-right: 4rem;
  }

  .inner-margin-2cols .col-right{
    padding-right: 6rem;
    padding-left: 4rem;
  }
}

@media (min-width:1440px){
  .inner-margin-2cols .col-left{
    padding-left: 13rem;
    padding-right: 6rem;
  }

  .inner-margin-2cols .col-right{
    padding-right: 13rem;
    padding-left: 6rem;
  }
}

/*Margin of the main content section */

.main-content-margin{
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 900px;
}

@media (min-width:450px){
  .main-content-margin{
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (min-width:768px){
  .main-content-margin{
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (min-width:1024px){
  .main-content-margin{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }
}

/*Margin of the main content section */

.outer-margin{
  margin:0 36px;
  width: 100%;
}

@media (min-width:768px){
  .outer-margin{
    margin:0 60px;
  }
}

@media (min-width:1024px){
  .outer-margin{
    margin:0 84px;
    max-width: 1920px;
  }
}

/** Top and bottom paddings that are used in the main content section of a page or in the different subsections of it.**/

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

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

@media (min-width:1024px) {
  .top-padding {
    padding-top: 4rem;
  }

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

/**Navigation menu **/

#navmenu .menu-btn-selected {
  --text-opacity: 1;
  color: #44CEC9;
  color: rgba(68, 206, 201, var(--text-opacity));
}

#navmenu .menu-btn {
  --text-opacity: 1;
  color: #0d112c;
  color: rgba(13, 17, 44, var(--text-opacity));
}

.sidenav-btn-container{
  list-style-type: none;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 1rem;
  font-size: 1.25rem;
}

.sidenav-btn-container.with-border{
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #272C2C;
  border-color: rgba(39, 44, 44, var(--border-opacity));
}

.sidenav-btn-container.with-submenu div{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidenav-submenu li{
  list-style-type: none;
  font-size: 0.875rem;
  padding-top: 1rem;
}

/**Buttons, inputs and selects*/

button, .button {
  border-radius: 50px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-cta {
  --bg-opacity: 1;
  background-color: #499E8A;
  background-color: rgba(73, 158, 138, var(--bg-opacity));
  border-width: 1px;
  border-style: none;
}

.button-secondary {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity))
}

.button-cta:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.button-secondary:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #32333e;
  color: rgba(50, 51, 62, var(--text-opacity));
}

input{
  --bg-opacity: 1;
  background-color: #F3F3F3;
  background-color: rgba(243, 243, 243, var(--bg-opacity));
  border-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#share-button-container{
  position: relative;
}

#share-button-container .menu-dropdown{
  border-width: 2px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  position: absolute;
  width: 100%;
}

#share-button-container .menu-entry{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding-left: 1rem;
  height: 2.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#share-button-container .menu-entry button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#share-button-container .menu-entry.with-border {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #272C2C;
  border-color: rgba(39, 44, 44, var(--border-opacity));
}

/**Card shape**/

.card {
  border-radius: 22px;
}

.card-with-desc .card-start{
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-with-desc .card-end{
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/**Info panel**/

#info-panel-menu .filter-menu-desktop-btn{
  border-radius: 0;
}

#info-panel-menu .filter-menu-desktop-btn.-selected{
  --bg-opacity: 1;
  background-color: #499E8A;
  background-color: rgba(73, 158, 138, var(--bg-opacity));
  text-transform: none;
}

#info-panel-menu .filter-menu-desktop-btn.-selected h3{
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-transform: none;
}

#info-panel-menu .filter-menu-desktop-btn:not(.-selected) h3{
  --text-opacity: 1;
  color: #499E8A;
  color: rgba(73, 158, 138, var(--text-opacity));
  text-transform: none;
}

/**Homepage -> Display the header over the first section of the page because the first sections has 100vh height**/

.portaltype-home.userrole-anonymous header{
  position: absolute;
}

/** Add bottom padding to the main content's container of the view available for the non-authenticated user**/

#main-container-content{
  padding-bottom: 2rem;
}

/** Banner displayed at the top of the page to inform the user of a temporal issue**/

.top-banner{
  --bg-opacity: 1;
  background-color: #499E8A;
  background-color: rgba(73, 158, 138, var(--bg-opacity));
  --text-opacity: 1;
  color: #1F354A;
  color: rgba(31, 53, 74, var(--text-opacity));
  min-height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**Links -> Different text colors depending on the bg color of the container where they appear**/

.dark-section a{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.bg-inverse-01 a {
  --text-opacity: 1;
  color: #0d112c;
  color: rgba(13, 17, 44, var(--text-opacity));
}

figcaption *{
  line-height: 1;
}

/*Research team page section of Team page -> Section with 2 cols with different bg colors*/

#research-team .col-left{
  --bg-opacity: 1;
  background-color: #F3F3F3;
  background-color: rgba(243, 243, 243, var(--bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#research-team .col-right{
  --bg-opacity: 1;
  background-color: #EEEEEE;
  background-color: rgba(238, 238, 238, var(--bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.iframe{
  max-width:100%;
}

@media (min-width: 450px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .sm\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 450px){
    .sm\:container{
      max-width: 450px;
    }
  }

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

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

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

  @media (min-width: 1440px){
    .sm\:container{
      max-width: 1440px;
    }
  }

  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(250px * var(--space-x-reverse)) !important;
    margin-left: calc(250px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(270px * var(--space-x-reverse)) !important;
    margin-left: calc(270px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(310px * var(--space-x-reverse)) !important;
    margin-left: calc(310px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(330px * var(--space-x-reverse)) !important;
    margin-left: calc(330px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(390px * var(--space-x-reverse)) !important;
    margin-left: calc(390px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(400px * var(--space-x-reverse)) !important;
    margin-left: calc(400px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(450px * var(--space-x-reverse)) !important;
    margin-left: calc(450px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(500px * var(--space-x-reverse)) !important;
    margin-left: calc(500px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(550px * var(--space-x-reverse)) !important;
    margin-left: calc(550px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(600px * var(--space-x-reverse)) !important;
    margin-left: calc(600px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(700px * var(--space-x-reverse)) !important;
    margin-left: calc(700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-250px * var(--space-x-reverse)) !important;
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-270px * var(--space-x-reverse)) !important;
    margin-left: calc(-270px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-310px * var(--space-x-reverse)) !important;
    margin-left: calc(-310px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-330px * var(--space-x-reverse)) !important;
    margin-left: calc(-330px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-390px * var(--space-x-reverse)) !important;
    margin-left: calc(-390px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-400px * var(--space-x-reverse)) !important;
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-450px * var(--space-x-reverse)) !important;
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-500px * var(--space-x-reverse)) !important;
    margin-left: calc(-500px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-550px * var(--space-x-reverse)) !important;
    margin-left: calc(-550px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-600px * var(--space-x-reverse)) !important;
    margin-left: calc(-600px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-700px * var(--space-x-reverse)) !important;
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .sm\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * 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;
    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;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-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;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .sm\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .sm\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .sm\:divide-brand-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
  }

  .sm\:divide-brand-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
  }

  .sm\:divide-brand-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
  }

  .sm\:divide-brand-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
  }

  .sm\:divide-brand-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
  }

  .sm\:divide-brand-06 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
  }

  .sm\:divide-banner > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
  }

  .sm\:divide-p-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
  }

  .sm\:divide-inverse-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-medium > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
  }

  .sm\:divide-error > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
  }

  .sm\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .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-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.80 !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;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

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

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

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

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

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

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

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

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

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

  .sm\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .sm\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .sm\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .sm\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .sm\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .sm\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .sm\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .sm\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .sm\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

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

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

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

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

  .sm\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-brand-01:hover{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-brand-02:hover{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-brand-03:hover{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-brand-04:hover{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-brand-05:hover{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-brand-06:hover{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-banner:hover{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-p-01:hover{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-inverse-01:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-medium:hover{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-02:hover{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-03:hover{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-04:hover{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-05:hover{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-error:hover{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .sm\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

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

  .sm\:focus\:bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-brand-01:focus{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-brand-02:focus{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-brand-03:focus{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-brand-04:focus{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-brand-05:focus{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-brand-06:focus{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-banner:focus{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-p-01:focus{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-inverse-01:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-medium:focus{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-02:focus{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-03:focus{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-04:focus{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-05:focus{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-error:focus{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

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

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

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

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

  .group:hover .sm\:group-hover\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

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

  .group:hover .sm\:group-hover\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .sm\:group-focus\:bg-current{
    background-color: currentColor !important;
  }

  .group:focus .sm\:group-focus\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-white{
    --gradient-from-color: #fff !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-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:from-brand-01{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .sm\:from-brand-02{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .sm\:from-brand-03{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .sm\:from-brand-04{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .sm\:from-brand-05{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .sm\:from-brand-06{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .sm\:from-banner{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .sm\:from-p-01{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .sm\:from-inverse-01{
    --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-light{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:from-gray-medium{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:from-gray-02{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .sm\:from-gray-03{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .sm\:from-gray-04{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .sm\:from-gray-05{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .sm\:from-error{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white{
    --gradient-via-color: #fff !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-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:via-brand-01{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .sm\:via-brand-02{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .sm\:via-brand-03{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .sm\:via-brand-04{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .sm\:via-brand-05{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .sm\:via-brand-06{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .sm\:via-banner{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .sm\:via-p-01{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .sm\:via-inverse-01{
    --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-light{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:via-gray-medium{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:via-gray-02{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .sm\:via-gray-03{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .sm\:via-gray-04{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .sm\:via-gray-05{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .sm\:via-error{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .sm\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .sm\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .sm\:to-black{
    --gradient-to-color: #000 !important;
  }

  .sm\:to-white{
    --gradient-to-color: #fff !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-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .sm\:to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .sm\:to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .sm\:to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .sm\:to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .sm\:to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .sm\:to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .sm\:to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .sm\:to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .sm\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .sm\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .sm\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .sm\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .sm\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:to-blue-900{
    --gradient-to-color: #2a4365 !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-100{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .sm\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .sm\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .sm\:to-brand-01{
    --gradient-to-color: #0d112c !important;
  }

  .sm\:to-brand-02{
    --gradient-to-color: #1F354A !important;
  }

  .sm\:to-brand-03{
    --gradient-to-color: #44CEC9 !important;
  }

  .sm\:to-brand-04{
    --gradient-to-color: #499E8A !important;
  }

  .sm\:to-brand-05{
    --gradient-to-color: #A41F63 !important;
  }

  .sm\:to-brand-06{
    --gradient-to-color: #7D49BB !important;
  }

  .sm\:to-banner{
    --gradient-to-color: #FAD05C !important;
  }

  .sm\:to-p-01{
    --gradient-to-color: #303030 !important;
  }

  .sm\:to-inverse-01{
    --gradient-to-color: #ffffff !important;
  }

  .sm\:to-gray-light{
    --gradient-to-color: #F3F3F3 !important;
  }

  .sm\:to-gray-medium{
    --gradient-to-color: #EEEEEE !important;
  }

  .sm\:to-gray-02{
    --gradient-to-color: #D0D0D0 !important;
  }

  .sm\:to-gray-03{
    --gradient-to-color: #32333e !important;
  }

  .sm\:to-gray-04{
    --gradient-to-color: #272C2C !important;
  }

  .sm\:to-gray-05{
    --gradient-to-color: #575966 !important;
  }

  .sm\:to-error{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --gradient-from-color: #fff !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-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:from-brand-01:hover{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .sm\:hover\:from-brand-02:hover{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .sm\:hover\:from-brand-03:hover{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .sm\:hover\:from-brand-04:hover{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .sm\:hover\:from-brand-05:hover{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .sm\:hover\:from-brand-06:hover{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .sm\:hover\:from-banner:hover{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .sm\:hover\:from-p-01:hover{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .sm\:hover\:from-inverse-01: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-light:hover{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:hover\:from-gray-medium:hover{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:from-gray-02:hover{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .sm\:hover\:from-gray-03:hover{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .sm\:hover\:from-gray-04:hover{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .sm\:hover\:from-gray-05:hover{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .sm\:hover\:from-error:hover{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:hover{
    --gradient-via-color: #fff !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-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:via-brand-01:hover{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .sm\:hover\:via-brand-02:hover{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .sm\:hover\:via-brand-03:hover{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .sm\:hover\:via-brand-04:hover{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .sm\:hover\:via-brand-05:hover{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .sm\:hover\:via-brand-06:hover{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .sm\:hover\:via-banner:hover{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .sm\:hover\:via-p-01:hover{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .sm\:hover\:via-inverse-01: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-light:hover{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:hover\:via-gray-medium:hover{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:hover\:via-gray-02:hover{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .sm\:hover\:via-gray-03:hover{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .sm\:hover\:via-gray-04:hover{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .sm\:hover\:via-gray-05:hover{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .sm\:hover\:via-error:hover{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .sm\:hover\:to-white:hover{
    --gradient-to-color: #fff !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-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .sm\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .sm\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .sm\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .sm\:hover\:to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .sm\:hover\:to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .sm\:hover\:to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .sm\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .sm\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .sm\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .sm\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .sm\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .sm\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .sm\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !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-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .sm\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .sm\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .sm\:hover\:to-brand-01:hover{
    --gradient-to-color: #0d112c !important;
  }

  .sm\:hover\:to-brand-02:hover{
    --gradient-to-color: #1F354A !important;
  }

  .sm\:hover\:to-brand-03:hover{
    --gradient-to-color: #44CEC9 !important;
  }

  .sm\:hover\:to-brand-04:hover{
    --gradient-to-color: #499E8A !important;
  }

  .sm\:hover\:to-brand-05:hover{
    --gradient-to-color: #A41F63 !important;
  }

  .sm\:hover\:to-brand-06:hover{
    --gradient-to-color: #7D49BB !important;
  }

  .sm\:hover\:to-banner:hover{
    --gradient-to-color: #FAD05C !important;
  }

  .sm\:hover\:to-p-01:hover{
    --gradient-to-color: #303030 !important;
  }

  .sm\:hover\:to-inverse-01:hover{
    --gradient-to-color: #ffffff !important;
  }

  .sm\:hover\:to-gray-light:hover{
    --gradient-to-color: #F3F3F3 !important;
  }

  .sm\:hover\:to-gray-medium:hover{
    --gradient-to-color: #EEEEEE !important;
  }

  .sm\:hover\:to-gray-02:hover{
    --gradient-to-color: #D0D0D0 !important;
  }

  .sm\:hover\:to-gray-03:hover{
    --gradient-to-color: #32333e !important;
  }

  .sm\:hover\:to-gray-04:hover{
    --gradient-to-color: #272C2C !important;
  }

  .sm\:hover\:to-gray-05:hover{
    --gradient-to-color: #575966 !important;
  }

  .sm\:hover\:to-error:hover{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --gradient-from-color: #fff !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-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:from-brand-01:focus{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .sm\:focus\:from-brand-02:focus{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .sm\:focus\:from-brand-03:focus{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .sm\:focus\:from-brand-04:focus{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .sm\:focus\:from-brand-05:focus{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .sm\:focus\:from-brand-06:focus{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .sm\:focus\:from-banner:focus{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .sm\:focus\:from-p-01:focus{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .sm\:focus\:from-inverse-01: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-light:focus{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:focus\:from-gray-medium:focus{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:from-gray-02:focus{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .sm\:focus\:from-gray-03:focus{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .sm\:focus\:from-gray-04:focus{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .sm\:focus\:from-gray-05:focus{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .sm\:focus\:from-error:focus{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:focus{
    --gradient-via-color: #fff !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-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:via-brand-01:focus{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .sm\:focus\:via-brand-02:focus{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .sm\:focus\:via-brand-03:focus{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .sm\:focus\:via-brand-04:focus{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .sm\:focus\:via-brand-05:focus{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .sm\:focus\:via-brand-06:focus{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .sm\:focus\:via-banner:focus{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .sm\:focus\:via-p-01:focus{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .sm\:focus\:via-inverse-01: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-light:focus{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:focus\:via-gray-medium:focus{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .sm\:focus\:via-gray-02:focus{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .sm\:focus\:via-gray-03:focus{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .sm\:focus\:via-gray-04:focus{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .sm\:focus\:via-gray-05:focus{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .sm\:focus\:via-error:focus{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .sm\:focus\:to-white:focus{
    --gradient-to-color: #fff !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-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .sm\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .sm\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .sm\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .sm\:focus\:to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .sm\:focus\:to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .sm\:focus\:to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .sm\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .sm\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .sm\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .sm\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .sm\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .sm\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .sm\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !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-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .sm\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .sm\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .sm\:focus\:to-brand-01:focus{
    --gradient-to-color: #0d112c !important;
  }

  .sm\:focus\:to-brand-02:focus{
    --gradient-to-color: #1F354A !important;
  }

  .sm\:focus\:to-brand-03:focus{
    --gradient-to-color: #44CEC9 !important;
  }

  .sm\:focus\:to-brand-04:focus{
    --gradient-to-color: #499E8A !important;
  }

  .sm\:focus\:to-brand-05:focus{
    --gradient-to-color: #A41F63 !important;
  }

  .sm\:focus\:to-brand-06:focus{
    --gradient-to-color: #7D49BB !important;
  }

  .sm\:focus\:to-banner:focus{
    --gradient-to-color: #FAD05C !important;
  }

  .sm\:focus\:to-p-01:focus{
    --gradient-to-color: #303030 !important;
  }

  .sm\:focus\:to-inverse-01:focus{
    --gradient-to-color: #ffffff !important;
  }

  .sm\:focus\:to-gray-light:focus{
    --gradient-to-color: #F3F3F3 !important;
  }

  .sm\:focus\:to-gray-medium:focus{
    --gradient-to-color: #EEEEEE !important;
  }

  .sm\:focus\:to-gray-02:focus{
    --gradient-to-color: #D0D0D0 !important;
  }

  .sm\:focus\:to-gray-03:focus{
    --gradient-to-color: #32333e !important;
  }

  .sm\:focus\:to-gray-04:focus{
    --gradient-to-color: #272C2C !important;
  }

  .sm\:focus\:to-gray-05:focus{
    --gradient-to-color: #575966 !important;
  }

  .sm\:focus\:to-error:focus{
    --gradient-to-color: #f35b5b !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-80{
    --bg-opacity: 0.80 !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-80:hover{
    --bg-opacity: 0.80 !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-80:focus{
    --bg-opacity: 0.80 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .sm\:bg-bottom{
    background-position: bottom !important;
  }

  .sm\:bg-center{
    background-position: center !important;
  }

  .sm\:bg-left{
    background-position: left !important;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .sm\:bg-left-top{
    background-position: left top !important;
  }

  .sm\:bg-right{
    background-position: right !important;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .sm\:bg-right-top{
    background-position: right top !important;
  }

  .sm\:bg-top{
    background-position: top !important;
  }

  .sm\:bg-repeat{
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:bg-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !important;
  }

  .sm\:border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:border-separate{
    border-collapse: separate !important;
  }

  .sm\:border-transparent{
    border-color: transparent !important;
  }

  .sm\:border-current{
    border-color: currentColor !important;
  }

  .sm\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm\:border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm\:border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm\:border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm\:border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm\:border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:border-brand-01{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .sm\:border-brand-02{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .sm\:border-brand-03{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .sm\:border-brand-04{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .sm\:border-brand-05{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .sm\:border-brand-06{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .sm\:border-banner{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .sm\:border-p-01{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:border-inverse-01{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .sm\:border-gray-medium{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .sm\:border-gray-02{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .sm\:border-gray-03{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .sm\:border-gray-04{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:border-gray-05{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .sm\:border-error{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .sm\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-brand-01:hover{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-brand-02:hover{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-brand-03:hover{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-brand-04:hover{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-brand-05:hover{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-brand-06:hover{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-banner:hover{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-p-01:hover{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-inverse-01:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-medium:hover{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-02:hover{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-03:hover{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-04:hover{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-05:hover{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-error:hover{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .sm\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-brand-01:focus{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-brand-02:focus{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-brand-03:focus{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-brand-04:focus{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-brand-05:focus{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-brand-06:focus{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-banner:focus{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-p-01:focus{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-inverse-01:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-medium:focus{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-02:focus{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-03:focus{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-04:focus{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-05:focus{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-error:focus{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, 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-80{
    --border-opacity: 0.80 !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-80:hover{
    --border-opacity: 0.80 !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-80:focus{
    --border-opacity: 0.80 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .sm\:rounded-none{
    border-radius: 0 !important;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:rounded{
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .sm\:rounded-full{
    border-radius: 9999px !important;
  }

  .sm\:rounded-1\/2{
    border-radius: 50% !important;
  }

  .sm\:rounded-menu{
    border-radius: 12px !important;
  }

  .sm\:rounded-button{
    border-radius: 50px !important;
  }

  .sm\:rounded-card{
    border-radius: 22px !important;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-t-1\/2{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-r-1\/2{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-b-1\/2{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-l-1\/2{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-t-menu{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .sm\:rounded-r-menu{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .sm\:rounded-b-menu{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:rounded-l-menu{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .sm\:rounded-t-button{
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .sm\:rounded-r-button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .sm\:rounded-b-button{
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-l-button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-t-card{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .sm\:rounded-r-card{
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .sm\:rounded-b-card{
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .sm\:rounded-l-card{
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-1\/2{
    border-top-left-radius: 50% !important;
  }

  .sm\:rounded-tr-1\/2{
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-br-1\/2{
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-bl-1\/2{
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-tl-menu{
    border-top-left-radius: 12px !important;
  }

  .sm\:rounded-tr-menu{
    border-top-right-radius: 12px !important;
  }

  .sm\:rounded-br-menu{
    border-bottom-right-radius: 12px !important;
  }

  .sm\:rounded-bl-menu{
    border-bottom-left-radius: 12px !important;
  }

  .sm\:rounded-tl-button{
    border-top-left-radius: 50px !important;
  }

  .sm\:rounded-tr-button{
    border-top-right-radius: 50px !important;
  }

  .sm\:rounded-br-button{
    border-bottom-right-radius: 50px !important;
  }

  .sm\:rounded-bl-button{
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-tl-card{
    border-top-left-radius: 22px !important;
  }

  .sm\:rounded-tr-card{
    border-top-right-radius: 22px !important;
  }

  .sm\:rounded-br-card{
    border-bottom-right-radius: 22px !important;
  }

  .sm\:rounded-bl-card{
    border-bottom-left-radius: 22px !important;
  }

  .sm\:border-solid{
    border-style: solid !important;
  }

  .sm\:border-dashed{
    border-style: dashed !important;
  }

  .sm\:border-dotted{
    border-style: dotted !important;
  }

  .sm\:border-double{
    border-style: double !important;
  }

  .sm\:border-none{
    border-style: none !important;
  }

  .sm\:border-0{
    border-width: 0 !important;
  }

  .sm\:border-1{
    border-width: 1px !important;
  }

  .sm\:border-2{
    border-width: 2px !important;
  }

  .sm\:border-4{
    border-width: 4px !important;
  }

  .sm\:border-8{
    border-width: 8px !important;
  }

  .sm\:border{
    border-width: 1px !important;
  }

  .sm\:border-t-0{
    border-top-width: 0 !important;
  }

  .sm\:border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:border-t-1{
    border-top-width: 1px !important;
  }

  .sm\:border-r-1{
    border-right-width: 1px !important;
  }

  .sm\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-1{
    border-left-width: 1px !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:border-t{
    border-top-width: 1px !important;
  }

  .sm\:border-r{
    border-right-width: 1px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l{
    border-left-width: 1px !important;
  }

  .sm\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .sm\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .sm\:cursor-auto{
    cursor: auto !important;
  }

  .sm\:cursor-default{
    cursor: default !important;
  }

  .sm\:cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:cursor-wait{
    cursor: wait !important;
  }

  .sm\:cursor-text{
    cursor: text !important;
  }

  .sm\:cursor-move{
    cursor: move !important;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

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

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sm\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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;
  }

  .group:hover .sm\:group-hover\:block{
    display: block !important;
  }

  .group:hover .sm\:group-hover\:inline-block{
    display: inline-block !important;
  }

  .group:hover .sm\:group-hover\:inline{
    display: inline !important;
  }

  .group:hover .sm\:group-hover\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:hover .sm\:group-hover\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:hover .sm\:group-hover\:table{
    display: table !important;
  }

  .group:hover .sm\:group-hover\:table-caption{
    display: table-caption !important;
  }

  .group:hover .sm\:group-hover\:table-cell{
    display: table-cell !important;
  }

  .group:hover .sm\:group-hover\:table-column{
    display: table-column !important;
  }

  .group:hover .sm\:group-hover\:table-column-group{
    display: table-column-group !important;
  }

  .group:hover .sm\:group-hover\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:hover .sm\:group-hover\:table-header-group{
    display: table-header-group !important;
  }

  .group:hover .sm\:group-hover\:table-row-group{
    display: table-row-group !important;
  }

  .group:hover .sm\:group-hover\:table-row{
    display: table-row !important;
  }

  .group:hover .sm\:group-hover\:flow-root{
    display: flow-root !important;
  }

  .group:hover .sm\:group-hover\:grid{
    display: grid !important;
  }

  .group:hover .sm\:group-hover\:inline-grid{
    display: inline-grid !important;
  }

  .group:hover .sm\:group-hover\:contents{
    display: contents !important;
  }

  .group:hover .sm\:group-hover\:hidden{
    display: none !important;
  }

  .group:focus .sm\:group-focus\:block{
    display: block !important;
  }

  .group:focus .sm\:group-focus\:inline-block{
    display: inline-block !important;
  }

  .group:focus .sm\:group-focus\:inline{
    display: inline !important;
  }

  .group:focus .sm\:group-focus\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:focus .sm\:group-focus\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:focus .sm\:group-focus\:table{
    display: table !important;
  }

  .group:focus .sm\:group-focus\:table-caption{
    display: table-caption !important;
  }

  .group:focus .sm\:group-focus\:table-cell{
    display: table-cell !important;
  }

  .group:focus .sm\:group-focus\:table-column{
    display: table-column !important;
  }

  .group:focus .sm\:group-focus\:table-column-group{
    display: table-column-group !important;
  }

  .group:focus .sm\:group-focus\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:focus .sm\:group-focus\:table-header-group{
    display: table-header-group !important;
  }

  .group:focus .sm\:group-focus\:table-row-group{
    display: table-row-group !important;
  }

  .group:focus .sm\:group-focus\:table-row{
    display: table-row !important;
  }

  .group:focus .sm\:group-focus\:flow-root{
    display: flow-root !important;
  }

  .group:focus .sm\:group-focus\:grid{
    display: grid !important;
  }

  .group:focus .sm\:group-focus\:inline-grid{
    display: inline-grid !important;
  }

  .group:focus .sm\:group-focus\:contents{
    display: contents !important;
  }

  .group:focus .sm\:group-focus\:hidden{
    display: none !important;
  }

  .sm\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        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{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:hover .sm\:group-hover\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:hover .sm\:group-hover\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:hover .sm\:group-hover\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:hover .sm\:group-hover\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:hover .sm\:group-hover\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:focus .sm\:group-focus\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:focus .sm\:group-focus\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:focus .sm\:group-focus\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:focus .sm\:group-focus\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:focus .sm\:group-focus\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .sm\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .sm\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .sm\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .sm\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .sm\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .sm\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .sm\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .sm\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .sm\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .sm\:self-stretch{
    -ms-flex-item-align: stretch !important;
        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{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            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{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .sm\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .sm\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .sm\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .sm\:float-right{
    float: right !important;
  }

  .sm\:float-left{
    float: left !important;
  }

  .sm\:float-none{
    float: none !important;
  }

  .sm\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:clear-left{
    clear: left !important;
  }

  .sm\:clear-right{
    clear: right !important;
  }

  .sm\:clear-both{
    clear: both !important;
  }

  .sm\:clear-none{
    clear: none !important;
  }

  .sm\:font-body{
    font-family: Roboto !important;
  }

  .sm\:font-heading{
    font-family: Lato !important;
  }

  .sm\:font-hairline{
    font-weight: 100 !important;
  }

  .sm\:font-thin{
    font-weight: 200 !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-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200 !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\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:h-0{
    height: 0 !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-7{
    height: 1.75rem !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-18{
    height: 4.75rem !important;
  }

  .sm\:h-20{
    height: 5rem !important;
  }

  .sm\:h-22{
    height: 6rem !important;
  }

  .sm\:h-24{
    height: 6rem !important;
  }

  .sm\:h-28{
    height: 7rem !important;
  }

  .sm\:h-32{
    height: 8rem !important;
  }

  .sm\:h-40{
    height: 10rem !important;
  }

  .sm\:h-44{
    height: 11rem !important;
  }

  .sm\:h-48{
    height: 13rem !important;
  }

  .sm\:h-56{
    height: 14rem !important;
  }

  .sm\:h-60{
    height: 15rem !important;
  }

  .sm\:h-64{
    height: 16rem !important;
  }

  .sm\:h-66{
    height: 18rem !important;
  }

  .sm\:h-68{
    height: 21rem !important;
  }

  .sm\:h-70{
    height: 23rem !important;
  }

  .sm\:h-72{
    height: 25rem !important;
  }

  .sm\:h-74{
    height: 27rem !important;
  }

  .sm\:h-75{
    height: 75px !important;
  }

  .sm\:h-78{
    height: 29rem !important;
  }

  .sm\:h-80{
    height: 80px !important;
  }

  .sm\:h-90{
    height: 90px !important;
  }

  .sm\:h-150{
    height: 150px !important;
  }

  .sm\:h-200{
    height: 200px !important;
  }

  .sm\:h-250{
    height: 250px !important;
  }

  .sm\:h-270{
    height: 270px !important;
  }

  .sm\:h-310{
    height: 310px !important;
  }

  .sm\:h-330{
    height: 330px !important;
  }

  .sm\:h-390{
    height: 390px !important;
  }

  .sm\:h-400{
    height: 400px !important;
  }

  .sm\:h-450{
    height: 450px !important;
  }

  .sm\:h-500{
    height: 500px !important;
  }

  .sm\:h-550{
    height: 550px !important;
  }

  .sm\:h-600{
    height: 600px !important;
  }

  .sm\:h-700{
    height: 700px !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-px{
    height: 1px !important;
  }

  .sm\:h-2px{
    height: 2px !important;
  }

  .sm\:h-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vw !important;
  }

  .sm\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:h-1\/12{
    height: 8.333333% !important;
  }

  .sm\:h-2\/12{
    height: 16.666667% !important;
  }

  .sm\:h-3\/12{
    height: 25% !important;
  }

  .sm\:h-4\/12{
    height: 33.333333% !important;
  }

  .sm\:h-5\/12{
    height: 41.666667% !important;
  }

  .sm\:h-6\/12{
    height: 50% !important;
  }

  .sm\:h-7\/12{
    height: 58.333333% !important;
  }

  .sm\:h-8\/12{
    height: 66.666667% !important;
  }

  .sm\:h-9\/12{
    height: 75% !important;
  }

  .sm\:h-10\/12{
    height: 83.333333% !important;
  }

  .sm\:h-11\/12{
    height: 91.666667% !important;
  }

  .sm\:h-logo_header{
    height: 50px !important;
  }

  .sm\:h-logo_header_bsc{
    height: 60px !important;
  }

  .sm\:h-logo_footer{
    height: 70px !important;
  }

  .sm\:h-page_title{
    height: 140px !important;
  }

  .sm\:h-page_title2{
    height: 260px !important;
  }

  .sm\:text-xs{
    font-size: 0.75rem !important;
  }

  .sm\:text-sm{
    font-size: 0.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.375rem !important;
  }

  .sm\:text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl{
    font-size: 2rem !important;
  }

  .sm\:text-5xl{
    font-size: 2.8rem !important;
  }

  .sm\:text-12rem{
    font-size: 12rem !important;
  }

  .sm\:leading-3{
    line-height: .75rem !important;
  }

  .sm\:leading-4{
    line-height: 1rem !important;
  }

  .sm\:leading-5{
    line-height: 1.25rem !important;
  }

  .sm\:leading-6{
    line-height: 1.5rem !important;
  }

  .sm\:leading-7{
    line-height: 1.75rem !important;
  }

  .sm\:leading-8{
    line-height: 2rem !important;
  }

  .sm\:leading-9{
    line-height: 2.25rem !important;
  }

  .sm\:leading-10{
    line-height: 2.5rem !important;
  }

  .sm\:leading-none{
    line-height: 1 !important;
  }

  .sm\:leading-tight{
    line-height: 1.25 !important;
  }

  .sm\:leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:leading-loose{
    line-height: 2 !important;
  }

  .sm\:list-inside{
    list-style-position: inside !important;
  }

  .sm\:list-outside{
    list-style-position: outside !important;
  }

  .sm\:list-none{
    list-style-type: none !important;
  }

  .sm\:list-disc{
    list-style-type: disc !important;
  }

  .sm\:list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:m-0{
    margin: 0 !important;
  }

  .sm\:m-1{
    margin: 0.25rem !important;
  }

  .sm\:m-2{
    margin: 0.5rem !important;
  }

  .sm\:m-3{
    margin: 0.75rem !important;
  }

  .sm\:m-4{
    margin: 1rem !important;
  }

  .sm\:m-5{
    margin: 1.25rem !important;
  }

  .sm\:m-6{
    margin: 1.5rem !important;
  }

  .sm\:m-7{
    margin: 1.75rem !important;
  }

  .sm\:m-8{
    margin: 2rem !important;
  }

  .sm\:m-10{
    margin: 2.5rem !important;
  }

  .sm\:m-12{
    margin: 3rem !important;
  }

  .sm\:m-16{
    margin: 4rem !important;
  }

  .sm\:m-18{
    margin: 4.75rem !important;
  }

  .sm\:m-20{
    margin: 5rem !important;
  }

  .sm\:m-22{
    margin: 6rem !important;
  }

  .sm\:m-24{
    margin: 6rem !important;
  }

  .sm\:m-28{
    margin: 7rem !important;
  }

  .sm\:m-32{
    margin: 8rem !important;
  }

  .sm\:m-40{
    margin: 10rem !important;
  }

  .sm\:m-44{
    margin: 11rem !important;
  }

  .sm\:m-48{
    margin: 13rem !important;
  }

  .sm\:m-56{
    margin: 14rem !important;
  }

  .sm\:m-60{
    margin: 15rem !important;
  }

  .sm\:m-64{
    margin: 16rem !important;
  }

  .sm\:m-66{
    margin: 18rem !important;
  }

  .sm\:m-68{
    margin: 21rem !important;
  }

  .sm\:m-70{
    margin: 23rem !important;
  }

  .sm\:m-72{
    margin: 25rem !important;
  }

  .sm\:m-74{
    margin: 27rem !important;
  }

  .sm\:m-75{
    margin: 75px !important;
  }

  .sm\:m-78{
    margin: 29rem !important;
  }

  .sm\:m-80{
    margin: 80px !important;
  }

  .sm\:m-90{
    margin: 90px !important;
  }

  .sm\:m-150{
    margin: 150px !important;
  }

  .sm\:m-200{
    margin: 200px !important;
  }

  .sm\:m-250{
    margin: 250px !important;
  }

  .sm\:m-270{
    margin: 270px !important;
  }

  .sm\:m-310{
    margin: 310px !important;
  }

  .sm\:m-330{
    margin: 330px !important;
  }

  .sm\:m-390{
    margin: 390px !important;
  }

  .sm\:m-400{
    margin: 400px !important;
  }

  .sm\:m-450{
    margin: 450px !important;
  }

  .sm\:m-500{
    margin: 500px !important;
  }

  .sm\:m-550{
    margin: 550px !important;
  }

  .sm\:m-600{
    margin: 600px !important;
  }

  .sm\:m-700{
    margin: 700px !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:m-px{
    margin: 1px !important;
  }

  .sm\:m-2px{
    margin: 2px !important;
  }

  .sm\:-m-1{
    margin: -0.25rem !important;
  }

  .sm\:-m-2{
    margin: -0.5rem !important;
  }

  .sm\:-m-3{
    margin: -0.75rem !important;
  }

  .sm\:-m-4{
    margin: -1rem !important;
  }

  .sm\:-m-5{
    margin: -1.25rem !important;
  }

  .sm\:-m-6{
    margin: -1.5rem !important;
  }

  .sm\:-m-7{
    margin: -1.75rem !important;
  }

  .sm\:-m-8{
    margin: -2rem !important;
  }

  .sm\:-m-10{
    margin: -2.5rem !important;
  }

  .sm\:-m-12{
    margin: -3rem !important;
  }

  .sm\:-m-16{
    margin: -4rem !important;
  }

  .sm\:-m-18{
    margin: -4.75rem !important;
  }

  .sm\:-m-20{
    margin: -5rem !important;
  }

  .sm\:-m-22{
    margin: -6rem !important;
  }

  .sm\:-m-24{
    margin: -6rem !important;
  }

  .sm\:-m-28{
    margin: -7rem !important;
  }

  .sm\:-m-32{
    margin: -8rem !important;
  }

  .sm\:-m-40{
    margin: -10rem !important;
  }

  .sm\:-m-44{
    margin: -11rem !important;
  }

  .sm\:-m-48{
    margin: -13rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-60{
    margin: -15rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-66{
    margin: -18rem !important;
  }

  .sm\:-m-68{
    margin: -21rem !important;
  }

  .sm\:-m-70{
    margin: -23rem !important;
  }

  .sm\:-m-72{
    margin: -25rem !important;
  }

  .sm\:-m-74{
    margin: -27rem !important;
  }

  .sm\:-m-75{
    margin: -75px !important;
  }

  .sm\:-m-78{
    margin: -29rem !important;
  }

  .sm\:-m-80{
    margin: -80px !important;
  }

  .sm\:-m-90{
    margin: -90px !important;
  }

  .sm\:-m-150{
    margin: -150px !important;
  }

  .sm\:-m-200{
    margin: -200px !important;
  }

  .sm\:-m-250{
    margin: -250px !important;
  }

  .sm\:-m-270{
    margin: -270px !important;
  }

  .sm\:-m-310{
    margin: -310px !important;
  }

  .sm\:-m-330{
    margin: -330px !important;
  }

  .sm\:-m-390{
    margin: -390px !important;
  }

  .sm\:-m-400{
    margin: -400px !important;
  }

  .sm\:-m-450{
    margin: -450px !important;
  }

  .sm\:-m-500{
    margin: -500px !important;
  }

  .sm\:-m-550{
    margin: -550px !important;
  }

  .sm\:-m-600{
    margin: -600px !important;
  }

  .sm\:-m-700{
    margin: -700px !important;
  }

  .sm\:-m-px{
    margin: -1px !important;
  }

  .sm\:-m-2px{
    margin: -2px !important;
  }

  .sm\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-18{
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .sm\:mx-18{
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }

  .sm\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-22{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-22{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:my-48{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:mx-48{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-66{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .sm\:mx-66{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:my-68{
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }

  .sm\:mx-68{
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }

  .sm\:my-70{
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }

  .sm\:mx-70{
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }

  .sm\:my-72{
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .sm\:mx-72{
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .sm\:my-74{
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .sm\:mx-74{
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }

  .sm\:my-75{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .sm\:mx-75{
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .sm\:my-78{
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }

  .sm\:mx-78{
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }

  .sm\:my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:mx-80{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:my-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .sm\:mx-90{
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .sm\:my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .sm\:mx-150{
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .sm\:my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .sm\:mx-200{
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .sm\:my-250{
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .sm\:mx-250{
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .sm\:my-270{
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }

  .sm\:mx-270{
    margin-left: 270px !important;
    margin-right: 270px !important;
  }

  .sm\:my-310{
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }

  .sm\:mx-310{
    margin-left: 310px !important;
    margin-right: 310px !important;
  }

  .sm\:my-330{
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .sm\:mx-330{
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .sm\:my-390{
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }

  .sm\:mx-390{
    margin-left: 390px !important;
    margin-right: 390px !important;
  }

  .sm\:my-400{
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }

  .sm\:mx-400{
    margin-left: 400px !important;
    margin-right: 400px !important;
  }

  .sm\:my-450{
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }

  .sm\:mx-450{
    margin-left: 450px !important;
    margin-right: 450px !important;
  }

  .sm\:my-500{
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }

  .sm\:mx-500{
    margin-left: 500px !important;
    margin-right: 500px !important;
  }

  .sm\:my-550{
    margin-top: 550px !important;
    margin-bottom: 550px !important;
  }

  .sm\:mx-550{
    margin-left: 550px !important;
    margin-right: 550px !important;
  }

  .sm\:my-600{
    margin-top: 600px !important;
    margin-bottom: 600px !important;
  }

  .sm\:mx-600{
    margin-left: 600px !important;
    margin-right: 600px !important;
  }

  .sm\:my-700{
    margin-top: 700px !important;
    margin-bottom: 700px !important;
  }

  .sm\:mx-700{
    margin-left: 700px !important;
    margin-right: 700px !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .sm\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .sm\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .sm\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-18{
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .sm\:-mx-18{
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }

  .sm\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-22{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-22{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:-my-48{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:-mx-48{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-66{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .sm\:-mx-66{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .sm\:-my-68{
    margin-top: -21rem !important;
    margin-bottom: -21rem !important;
  }

  .sm\:-mx-68{
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }

  .sm\:-my-70{
    margin-top: -23rem !important;
    margin-bottom: -23rem !important;
  }

  .sm\:-mx-70{
    margin-left: -23rem !important;
    margin-right: -23rem !important;
  }

  .sm\:-my-72{
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .sm\:-mx-72{
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .sm\:-my-74{
    margin-top: -27rem !important;
    margin-bottom: -27rem !important;
  }

  .sm\:-mx-74{
    margin-left: -27rem !important;
    margin-right: -27rem !important;
  }

  .sm\:-my-75{
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .sm\:-mx-75{
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .sm\:-my-78{
    margin-top: -29rem !important;
    margin-bottom: -29rem !important;
  }

  .sm\:-mx-78{
    margin-left: -29rem !important;
    margin-right: -29rem !important;
  }

  .sm\:-my-80{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .sm\:-mx-80{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .sm\:-my-90{
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .sm\:-mx-90{
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .sm\:-my-150{
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .sm\:-mx-150{
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .sm\:-my-200{
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .sm\:-mx-200{
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .sm\:-my-250{
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .sm\:-mx-250{
    margin-left: -250px !important;
    margin-right: -250px !important;
  }

  .sm\:-my-270{
    margin-top: -270px !important;
    margin-bottom: -270px !important;
  }

  .sm\:-mx-270{
    margin-left: -270px !important;
    margin-right: -270px !important;
  }

  .sm\:-my-310{
    margin-top: -310px !important;
    margin-bottom: -310px !important;
  }

  .sm\:-mx-310{
    margin-left: -310px !important;
    margin-right: -310px !important;
  }

  .sm\:-my-330{
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .sm\:-mx-330{
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .sm\:-my-390{
    margin-top: -390px !important;
    margin-bottom: -390px !important;
  }

  .sm\:-mx-390{
    margin-left: -390px !important;
    margin-right: -390px !important;
  }

  .sm\:-my-400{
    margin-top: -400px !important;
    margin-bottom: -400px !important;
  }

  .sm\:-mx-400{
    margin-left: -400px !important;
    margin-right: -400px !important;
  }

  .sm\:-my-450{
    margin-top: -450px !important;
    margin-bottom: -450px !important;
  }

  .sm\:-mx-450{
    margin-left: -450px !important;
    margin-right: -450px !important;
  }

  .sm\:-my-500{
    margin-top: -500px !important;
    margin-bottom: -500px !important;
  }

  .sm\:-mx-500{
    margin-left: -500px !important;
    margin-right: -500px !important;
  }

  .sm\:-my-550{
    margin-top: -550px !important;
    margin-bottom: -550px !important;
  }

  .sm\:-mx-550{
    margin-left: -550px !important;
    margin-right: -550px !important;
  }

  .sm\:-my-600{
    margin-top: -600px !important;
    margin-bottom: -600px !important;
  }

  .sm\:-mx-600{
    margin-left: -600px !important;
    margin-right: -600px !important;
  }

  .sm\:-my-700{
    margin-top: -700px !important;
    margin-bottom: -700px !important;
  }

  .sm\:-mx-700{
    margin-left: -700px !important;
    margin-right: -700px !important;
  }

  .sm\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .sm\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .sm\:mt-0{
    margin-top: 0 !important;
  }

  .sm\:mr-0{
    margin-right: 0 !important;
  }

  .sm\:mb-0{
    margin-bottom: 0 !important;
  }

  .sm\:ml-0{
    margin-left: 0 !important;
  }

  .sm\:mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:mt-4{
    margin-top: 1rem !important;
  }

  .sm\:mr-4{
    margin-right: 1rem !important;
  }

  .sm\:mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:ml-4{
    margin-left: 1rem !important;
  }

  .sm\:mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:mt-7{
    margin-top: 1.75rem !important;
  }

  .sm\:mr-7{
    margin-right: 1.75rem !important;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .sm\:ml-7{
    margin-left: 1.75rem !important;
  }

  .sm\:mt-8{
    margin-top: 2rem !important;
  }

  .sm\:mr-8{
    margin-right: 2rem !important;
  }

  .sm\:mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:mt-12{
    margin-top: 3rem !important;
  }

  .sm\:mr-12{
    margin-right: 3rem !important;
  }

  .sm\:mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:ml-12{
    margin-left: 3rem !important;
  }

  .sm\:mt-16{
    margin-top: 4rem !important;
  }

  .sm\:mr-16{
    margin-right: 4rem !important;
  }

  .sm\:mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:ml-16{
    margin-left: 4rem !important;
  }

  .sm\:mt-18{
    margin-top: 4.75rem !important;
  }

  .sm\:mr-18{
    margin-right: 4.75rem !important;
  }

  .sm\:mb-18{
    margin-bottom: 4.75rem !important;
  }

  .sm\:ml-18{
    margin-left: 4.75rem !important;
  }

  .sm\:mt-20{
    margin-top: 5rem !important;
  }

  .sm\:mr-20{
    margin-right: 5rem !important;
  }

  .sm\:mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:ml-20{
    margin-left: 5rem !important;
  }

  .sm\:mt-22{
    margin-top: 6rem !important;
  }

  .sm\:mr-22{
    margin-right: 6rem !important;
  }

  .sm\:mb-22{
    margin-bottom: 6rem !important;
  }

  .sm\:ml-22{
    margin-left: 6rem !important;
  }

  .sm\:mt-24{
    margin-top: 6rem !important;
  }

  .sm\:mr-24{
    margin-right: 6rem !important;
  }

  .sm\:mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:ml-24{
    margin-left: 6rem !important;
  }

  .sm\:mt-28{
    margin-top: 7rem !important;
  }

  .sm\:mr-28{
    margin-right: 7rem !important;
  }

  .sm\:mb-28{
    margin-bottom: 7rem !important;
  }

  .sm\:ml-28{
    margin-left: 7rem !important;
  }

  .sm\:mt-32{
    margin-top: 8rem !important;
  }

  .sm\:mr-32{
    margin-right: 8rem !important;
  }

  .sm\:mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:ml-32{
    margin-left: 8rem !important;
  }

  .sm\:mt-40{
    margin-top: 10rem !important;
  }

  .sm\:mr-40{
    margin-right: 10rem !important;
  }

  .sm\:mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:ml-40{
    margin-left: 10rem !important;
  }

  .sm\:mt-44{
    margin-top: 11rem !important;
  }

  .sm\:mr-44{
    margin-right: 11rem !important;
  }

  .sm\:mb-44{
    margin-bottom: 11rem !important;
  }

  .sm\:ml-44{
    margin-left: 11rem !important;
  }

  .sm\:mt-48{
    margin-top: 13rem !important;
  }

  .sm\:mr-48{
    margin-right: 13rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 13rem !important;
  }

  .sm\:ml-48{
    margin-left: 13rem !important;
  }

  .sm\:mt-56{
    margin-top: 14rem !important;
  }

  .sm\:mr-56{
    margin-right: 14rem !important;
  }

  .sm\:mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:ml-56{
    margin-left: 14rem !important;
  }

  .sm\:mt-60{
    margin-top: 15rem !important;
  }

  .sm\:mr-60{
    margin-right: 15rem !important;
  }

  .sm\:mb-60{
    margin-bottom: 15rem !important;
  }

  .sm\:ml-60{
    margin-left: 15rem !important;
  }

  .sm\:mt-64{
    margin-top: 16rem !important;
  }

  .sm\:mr-64{
    margin-right: 16rem !important;
  }

  .sm\:mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:ml-64{
    margin-left: 16rem !important;
  }

  .sm\:mt-66{
    margin-top: 18rem !important;
  }

  .sm\:mr-66{
    margin-right: 18rem !important;
  }

  .sm\:mb-66{
    margin-bottom: 18rem !important;
  }

  .sm\:ml-66{
    margin-left: 18rem !important;
  }

  .sm\:mt-68{
    margin-top: 21rem !important;
  }

  .sm\:mr-68{
    margin-right: 21rem !important;
  }

  .sm\:mb-68{
    margin-bottom: 21rem !important;
  }

  .sm\:ml-68{
    margin-left: 21rem !important;
  }

  .sm\:mt-70{
    margin-top: 23rem !important;
  }

  .sm\:mr-70{
    margin-right: 23rem !important;
  }

  .sm\:mb-70{
    margin-bottom: 23rem !important;
  }

  .sm\:ml-70{
    margin-left: 23rem !important;
  }

  .sm\:mt-72{
    margin-top: 25rem !important;
  }

  .sm\:mr-72{
    margin-right: 25rem !important;
  }

  .sm\:mb-72{
    margin-bottom: 25rem !important;
  }

  .sm\:ml-72{
    margin-left: 25rem !important;
  }

  .sm\:mt-74{
    margin-top: 27rem !important;
  }

  .sm\:mr-74{
    margin-right: 27rem !important;
  }

  .sm\:mb-74{
    margin-bottom: 27rem !important;
  }

  .sm\:ml-74{
    margin-left: 27rem !important;
  }

  .sm\:mt-75{
    margin-top: 75px !important;
  }

  .sm\:mr-75{
    margin-right: 75px !important;
  }

  .sm\:mb-75{
    margin-bottom: 75px !important;
  }

  .sm\:ml-75{
    margin-left: 75px !important;
  }

  .sm\:mt-78{
    margin-top: 29rem !important;
  }

  .sm\:mr-78{
    margin-right: 29rem !important;
  }

  .sm\:mb-78{
    margin-bottom: 29rem !important;
  }

  .sm\:ml-78{
    margin-left: 29rem !important;
  }

  .sm\:mt-80{
    margin-top: 80px !important;
  }

  .sm\:mr-80{
    margin-right: 80px !important;
  }

  .sm\:mb-80{
    margin-bottom: 80px !important;
  }

  .sm\:ml-80{
    margin-left: 80px !important;
  }

  .sm\:mt-90{
    margin-top: 90px !important;
  }

  .sm\:mr-90{
    margin-right: 90px !important;
  }

  .sm\:mb-90{
    margin-bottom: 90px !important;
  }

  .sm\:ml-90{
    margin-left: 90px !important;
  }

  .sm\:mt-150{
    margin-top: 150px !important;
  }

  .sm\:mr-150{
    margin-right: 150px !important;
  }

  .sm\:mb-150{
    margin-bottom: 150px !important;
  }

  .sm\:ml-150{
    margin-left: 150px !important;
  }

  .sm\:mt-200{
    margin-top: 200px !important;
  }

  .sm\:mr-200{
    margin-right: 200px !important;
  }

  .sm\:mb-200{
    margin-bottom: 200px !important;
  }

  .sm\:ml-200{
    margin-left: 200px !important;
  }

  .sm\:mt-250{
    margin-top: 250px !important;
  }

  .sm\:mr-250{
    margin-right: 250px !important;
  }

  .sm\:mb-250{
    margin-bottom: 250px !important;
  }

  .sm\:ml-250{
    margin-left: 250px !important;
  }

  .sm\:mt-270{
    margin-top: 270px !important;
  }

  .sm\:mr-270{
    margin-right: 270px !important;
  }

  .sm\:mb-270{
    margin-bottom: 270px !important;
  }

  .sm\:ml-270{
    margin-left: 270px !important;
  }

  .sm\:mt-310{
    margin-top: 310px !important;
  }

  .sm\:mr-310{
    margin-right: 310px !important;
  }

  .sm\:mb-310{
    margin-bottom: 310px !important;
  }

  .sm\:ml-310{
    margin-left: 310px !important;
  }

  .sm\:mt-330{
    margin-top: 330px !important;
  }

  .sm\:mr-330{
    margin-right: 330px !important;
  }

  .sm\:mb-330{
    margin-bottom: 330px !important;
  }

  .sm\:ml-330{
    margin-left: 330px !important;
  }

  .sm\:mt-390{
    margin-top: 390px !important;
  }

  .sm\:mr-390{
    margin-right: 390px !important;
  }

  .sm\:mb-390{
    margin-bottom: 390px !important;
  }

  .sm\:ml-390{
    margin-left: 390px !important;
  }

  .sm\:mt-400{
    margin-top: 400px !important;
  }

  .sm\:mr-400{
    margin-right: 400px !important;
  }

  .sm\:mb-400{
    margin-bottom: 400px !important;
  }

  .sm\:ml-400{
    margin-left: 400px !important;
  }

  .sm\:mt-450{
    margin-top: 450px !important;
  }

  .sm\:mr-450{
    margin-right: 450px !important;
  }

  .sm\:mb-450{
    margin-bottom: 450px !important;
  }

  .sm\:ml-450{
    margin-left: 450px !important;
  }

  .sm\:mt-500{
    margin-top: 500px !important;
  }

  .sm\:mr-500{
    margin-right: 500px !important;
  }

  .sm\:mb-500{
    margin-bottom: 500px !important;
  }

  .sm\:ml-500{
    margin-left: 500px !important;
  }

  .sm\:mt-550{
    margin-top: 550px !important;
  }

  .sm\:mr-550{
    margin-right: 550px !important;
  }

  .sm\:mb-550{
    margin-bottom: 550px !important;
  }

  .sm\:ml-550{
    margin-left: 550px !important;
  }

  .sm\:mt-600{
    margin-top: 600px !important;
  }

  .sm\:mr-600{
    margin-right: 600px !important;
  }

  .sm\:mb-600{
    margin-bottom: 600px !important;
  }

  .sm\:ml-600{
    margin-left: 600px !important;
  }

  .sm\:mt-700{
    margin-top: 700px !important;
  }

  .sm\:mr-700{
    margin-right: 700px !important;
  }

  .sm\:mb-700{
    margin-bottom: 700px !important;
  }

  .sm\:ml-700{
    margin-left: 700px !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

  .sm\:mr-auto{
    margin-right: auto !important;
  }

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:mt-px{
    margin-top: 1px !important;
  }

  .sm\:mr-px{
    margin-right: 1px !important;
  }

  .sm\:mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:ml-px{
    margin-left: 1px !important;
  }

  .sm\:mt-2px{
    margin-top: 2px !important;
  }

  .sm\:mr-2px{
    margin-right: 2px !important;
  }

  .sm\:mb-2px{
    margin-bottom: 2px !important;
  }

  .sm\:ml-2px{
    margin-left: 2px !important;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4{
    margin-top: -1rem !important;
  }

  .sm\:-mr-4{
    margin-right: -1rem !important;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4{
    margin-left: -1rem !important;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .sm\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .sm\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .sm\:-mt-8{
    margin-top: -2rem !important;
  }

  .sm\:-mr-8{
    margin-right: -2rem !important;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8{
    margin-left: -2rem !important;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-12{
    margin-top: -3rem !important;
  }

  .sm\:-mr-12{
    margin-right: -3rem !important;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:-ml-12{
    margin-left: -3rem !important;
  }

  .sm\:-mt-16{
    margin-top: -4rem !important;
  }

  .sm\:-mr-16{
    margin-right: -4rem !important;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:-ml-16{
    margin-left: -4rem !important;
  }

  .sm\:-mt-18{
    margin-top: -4.75rem !important;
  }

  .sm\:-mr-18{
    margin-right: -4.75rem !important;
  }

  .sm\:-mb-18{
    margin-bottom: -4.75rem !important;
  }

  .sm\:-ml-18{
    margin-left: -4.75rem !important;
  }

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

  .sm\:-mr-20{
    margin-right: -5rem !important;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-20{
    margin-left: -5rem !important;
  }

  .sm\:-mt-22{
    margin-top: -6rem !important;
  }

  .sm\:-mr-22{
    margin-right: -6rem !important;
  }

  .sm\:-mb-22{
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-22{
    margin-left: -6rem !important;
  }

  .sm\:-mt-24{
    margin-top: -6rem !important;
  }

  .sm\:-mr-24{
    margin-right: -6rem !important;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-24{
    margin-left: -6rem !important;
  }

  .sm\:-mt-28{
    margin-top: -7rem !important;
  }

  .sm\:-mr-28{
    margin-right: -7rem !important;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .sm\:-ml-28{
    margin-left: -7rem !important;
  }

  .sm\:-mt-32{
    margin-top: -8rem !important;
  }

  .sm\:-mr-32{
    margin-right: -8rem !important;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:-ml-32{
    margin-left: -8rem !important;
  }

  .sm\:-mt-40{
    margin-top: -10rem !important;
  }

  .sm\:-mr-40{
    margin-right: -10rem !important;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:-ml-40{
    margin-left: -10rem !important;
  }

  .sm\:-mt-44{
    margin-top: -11rem !important;
  }

  .sm\:-mr-44{
    margin-right: -11rem !important;
  }

  .sm\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .sm\:-ml-44{
    margin-left: -11rem !important;
  }

  .sm\:-mt-48{
    margin-top: -13rem !important;
  }

  .sm\:-mr-48{
    margin-right: -13rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -13rem !important;
  }

  .sm\:-ml-48{
    margin-left: -13rem !important;
  }

  .sm\:-mt-56{
    margin-top: -14rem !important;
  }

  .sm\:-mr-56{
    margin-right: -14rem !important;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:-ml-56{
    margin-left: -14rem !important;
  }

  .sm\:-mt-60{
    margin-top: -15rem !important;
  }

  .sm\:-mr-60{
    margin-right: -15rem !important;
  }

  .sm\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .sm\:-ml-60{
    margin-left: -15rem !important;
  }

  .sm\:-mt-64{
    margin-top: -16rem !important;
  }

  .sm\:-mr-64{
    margin-right: -16rem !important;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:-ml-64{
    margin-left: -16rem !important;
  }

  .sm\:-mt-66{
    margin-top: -18rem !important;
  }

  .sm\:-mr-66{
    margin-right: -18rem !important;
  }

  .sm\:-mb-66{
    margin-bottom: -18rem !important;
  }

  .sm\:-ml-66{
    margin-left: -18rem !important;
  }

  .sm\:-mt-68{
    margin-top: -21rem !important;
  }

  .sm\:-mr-68{
    margin-right: -21rem !important;
  }

  .sm\:-mb-68{
    margin-bottom: -21rem !important;
  }

  .sm\:-ml-68{
    margin-left: -21rem !important;
  }

  .sm\:-mt-70{
    margin-top: -23rem !important;
  }

  .sm\:-mr-70{
    margin-right: -23rem !important;
  }

  .sm\:-mb-70{
    margin-bottom: -23rem !important;
  }

  .sm\:-ml-70{
    margin-left: -23rem !important;
  }

  .sm\:-mt-72{
    margin-top: -25rem !important;
  }

  .sm\:-mr-72{
    margin-right: -25rem !important;
  }

  .sm\:-mb-72{
    margin-bottom: -25rem !important;
  }

  .sm\:-ml-72{
    margin-left: -25rem !important;
  }

  .sm\:-mt-74{
    margin-top: -27rem !important;
  }

  .sm\:-mr-74{
    margin-right: -27rem !important;
  }

  .sm\:-mb-74{
    margin-bottom: -27rem !important;
  }

  .sm\:-ml-74{
    margin-left: -27rem !important;
  }

  .sm\:-mt-75{
    margin-top: -75px !important;
  }

  .sm\:-mr-75{
    margin-right: -75px !important;
  }

  .sm\:-mb-75{
    margin-bottom: -75px !important;
  }

  .sm\:-ml-75{
    margin-left: -75px !important;
  }

  .sm\:-mt-78{
    margin-top: -29rem !important;
  }

  .sm\:-mr-78{
    margin-right: -29rem !important;
  }

  .sm\:-mb-78{
    margin-bottom: -29rem !important;
  }

  .sm\:-ml-78{
    margin-left: -29rem !important;
  }

  .sm\:-mt-80{
    margin-top: -80px !important;
  }

  .sm\:-mr-80{
    margin-right: -80px !important;
  }

  .sm\:-mb-80{
    margin-bottom: -80px !important;
  }

  .sm\:-ml-80{
    margin-left: -80px !important;
  }

  .sm\:-mt-90{
    margin-top: -90px !important;
  }

  .sm\:-mr-90{
    margin-right: -90px !important;
  }

  .sm\:-mb-90{
    margin-bottom: -90px !important;
  }

  .sm\:-ml-90{
    margin-left: -90px !important;
  }

  .sm\:-mt-150{
    margin-top: -150px !important;
  }

  .sm\:-mr-150{
    margin-right: -150px !important;
  }

  .sm\:-mb-150{
    margin-bottom: -150px !important;
  }

  .sm\:-ml-150{
    margin-left: -150px !important;
  }

  .sm\:-mt-200{
    margin-top: -200px !important;
  }

  .sm\:-mr-200{
    margin-right: -200px !important;
  }

  .sm\:-mb-200{
    margin-bottom: -200px !important;
  }

  .sm\:-ml-200{
    margin-left: -200px !important;
  }

  .sm\:-mt-250{
    margin-top: -250px !important;
  }

  .sm\:-mr-250{
    margin-right: -250px !important;
  }

  .sm\:-mb-250{
    margin-bottom: -250px !important;
  }

  .sm\:-ml-250{
    margin-left: -250px !important;
  }

  .sm\:-mt-270{
    margin-top: -270px !important;
  }

  .sm\:-mr-270{
    margin-right: -270px !important;
  }

  .sm\:-mb-270{
    margin-bottom: -270px !important;
  }

  .sm\:-ml-270{
    margin-left: -270px !important;
  }

  .sm\:-mt-310{
    margin-top: -310px !important;
  }

  .sm\:-mr-310{
    margin-right: -310px !important;
  }

  .sm\:-mb-310{
    margin-bottom: -310px !important;
  }

  .sm\:-ml-310{
    margin-left: -310px !important;
  }

  .sm\:-mt-330{
    margin-top: -330px !important;
  }

  .sm\:-mr-330{
    margin-right: -330px !important;
  }

  .sm\:-mb-330{
    margin-bottom: -330px !important;
  }

  .sm\:-ml-330{
    margin-left: -330px !important;
  }

  .sm\:-mt-390{
    margin-top: -390px !important;
  }

  .sm\:-mr-390{
    margin-right: -390px !important;
  }

  .sm\:-mb-390{
    margin-bottom: -390px !important;
  }

  .sm\:-ml-390{
    margin-left: -390px !important;
  }

  .sm\:-mt-400{
    margin-top: -400px !important;
  }

  .sm\:-mr-400{
    margin-right: -400px !important;
  }

  .sm\:-mb-400{
    margin-bottom: -400px !important;
  }

  .sm\:-ml-400{
    margin-left: -400px !important;
  }

  .sm\:-mt-450{
    margin-top: -450px !important;
  }

  .sm\:-mr-450{
    margin-right: -450px !important;
  }

  .sm\:-mb-450{
    margin-bottom: -450px !important;
  }

  .sm\:-ml-450{
    margin-left: -450px !important;
  }

  .sm\:-mt-500{
    margin-top: -500px !important;
  }

  .sm\:-mr-500{
    margin-right: -500px !important;
  }

  .sm\:-mb-500{
    margin-bottom: -500px !important;
  }

  .sm\:-ml-500{
    margin-left: -500px !important;
  }

  .sm\:-mt-550{
    margin-top: -550px !important;
  }

  .sm\:-mr-550{
    margin-right: -550px !important;
  }

  .sm\:-mb-550{
    margin-bottom: -550px !important;
  }

  .sm\:-ml-550{
    margin-left: -550px !important;
  }

  .sm\:-mt-600{
    margin-top: -600px !important;
  }

  .sm\:-mr-600{
    margin-right: -600px !important;
  }

  .sm\:-mb-600{
    margin-bottom: -600px !important;
  }

  .sm\:-ml-600{
    margin-left: -600px !important;
  }

  .sm\:-mt-700{
    margin-top: -700px !important;
  }

  .sm\:-mr-700{
    margin-right: -700px !important;
  }

  .sm\:-mb-700{
    margin-bottom: -700px !important;
  }

  .sm\:-ml-700{
    margin-left: -700px !important;
  }

  .sm\:-mt-px{
    margin-top: -1px !important;
  }

  .sm\:-mr-px{
    margin-right: -1px !important;
  }

  .sm\:-mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px{
    margin-left: -1px !important;
  }

  .sm\:-mt-2px{
    margin-top: -2px !important;
  }

  .sm\:-mr-2px{
    margin-right: -2px !important;
  }

  .sm\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .sm\:-ml-2px{
    margin-left: -2px !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:max-h-logo{
    max-height: 115px !important;
  }

  .sm\:max-w-200{
    max-width: 200px !important;
  }

  .sm\:max-w-570{
    max-width: 570px !important;
  }

  .sm\:max-w-700{
    max-width: 700px !important;
  }

  .sm\:max-w-900{
    max-width: 900px !important;
  }

  .sm\:max-w-1135{
    max-width: 1135px !important;
  }

  .sm\:max-w-1366{
    max-width: 1366px !important;
  }

  .sm\:max-w-1440{
    max-width: 1440px !important;
  }

  .sm\:max-w-1920{
    max-width: 1920px !important;
  }

  .sm\:max-w-none{
    max-width: none !important;
  }

  .sm\:max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:max-w-md{
    max-width: 28rem !important;
  }

  .sm\:max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 450px !important;
  }

  .sm\:max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .sm\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .sm\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .sm\:max-w-main-content-margin{
    max-width: 900px !important;
  }

  .sm\:max-w-inner-margin{
    max-width: 1440px !important;
  }

  .sm\:max-w-outer-margin{
    max-width: 1920px !important;
  }

  .sm\:min-h-0{
    min-height: 0 !important;
  }

  .sm\:min-h-12{
    min-height: 3rem !important;
  }

  .sm\:min-h-28{
    min-height: 7rem !important;
  }

  .sm\:min-h-100{
    min-height: 100px !important;
  }

  .sm\:min-h-150{
    min-height: 150px !important;
  }

  .sm\:min-h-300{
    min-height: 300px !important;
  }

  .sm\:min-h-310{
    min-height: 310px !important;
  }

  .sm\:min-h-330{
    min-height: 330px !important;
  }

  .sm\:min-h-390{
    min-height: 390px !important;
  }

  .sm\:min-h-420{
    min-height: 420px !important;
  }

  .sm\:min-h-600{
    min-height: 600px !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:min-h-page_title{
    min-height: 140px !important;
  }

  .sm\:min-h-page_title2{
    min-height: 260px !important;
  }

  .sm\:min-w-0{
    min-width: 0 !important;
  }

  .sm\:min-w-200{
    min-width: 200px !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-80{
    opacity: 0.80 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.80 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.80 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !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{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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;
  }

  .sm\:p-0{
    padding: 0 !important;
  }

  .sm\:p-1{
    padding: 0.25rem !important;
  }

  .sm\:p-2{
    padding: 0.5rem !important;
  }

  .sm\:p-3{
    padding: 0.75rem !important;
  }

  .sm\:p-4{
    padding: 1rem !important;
  }

  .sm\:p-5{
    padding: 1.25rem !important;
  }

  .sm\:p-6{
    padding: 1.5rem !important;
  }

  .sm\:p-7{
    padding: 1.75rem !important;
  }

  .sm\:p-8{
    padding: 2rem !important;
  }

  .sm\:p-10{
    padding: 2.5rem !important;
  }

  .sm\:p-12{
    padding: 3rem !important;
  }

  .sm\:p-16{
    padding: 4rem !important;
  }

  .sm\:p-18{
    padding: 4.75rem !important;
  }

  .sm\:p-20{
    padding: 5rem !important;
  }

  .sm\:p-22{
    padding: 6rem !important;
  }

  .sm\:p-24{
    padding: 6rem !important;
  }

  .sm\:p-28{
    padding: 7rem !important;
  }

  .sm\:p-32{
    padding: 8rem !important;
  }

  .sm\:p-40{
    padding: 10rem !important;
  }

  .sm\:p-44{
    padding: 11rem !important;
  }

  .sm\:p-48{
    padding: 13rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-60{
    padding: 15rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-66{
    padding: 18rem !important;
  }

  .sm\:p-68{
    padding: 21rem !important;
  }

  .sm\:p-70{
    padding: 23rem !important;
  }

  .sm\:p-72{
    padding: 25rem !important;
  }

  .sm\:p-74{
    padding: 27rem !important;
  }

  .sm\:p-75{
    padding: 75px !important;
  }

  .sm\:p-78{
    padding: 29rem !important;
  }

  .sm\:p-80{
    padding: 80px !important;
  }

  .sm\:p-90{
    padding: 90px !important;
  }

  .sm\:p-150{
    padding: 150px !important;
  }

  .sm\:p-200{
    padding: 200px !important;
  }

  .sm\:p-250{
    padding: 250px !important;
  }

  .sm\:p-270{
    padding: 270px !important;
  }

  .sm\:p-310{
    padding: 310px !important;
  }

  .sm\:p-330{
    padding: 330px !important;
  }

  .sm\:p-390{
    padding: 390px !important;
  }

  .sm\:p-400{
    padding: 400px !important;
  }

  .sm\:p-450{
    padding: 450px !important;
  }

  .sm\:p-500{
    padding: 500px !important;
  }

  .sm\:p-550{
    padding: 550px !important;
  }

  .sm\:p-600{
    padding: 600px !important;
  }

  .sm\:p-700{
    padding: 700px !important;
  }

  .sm\:p-px{
    padding: 1px !important;
  }

  .sm\:p-2px{
    padding: 2px !important;
  }

  .sm\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .sm\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .sm\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .sm\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .sm\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .sm\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .sm\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .sm\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .sm\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .sm\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .sm\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .sm\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .sm\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .sm\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .sm\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .sm\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .sm\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .sm\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .sm\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .sm\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .sm\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .sm\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .sm\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .sm\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .sm\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .sm\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .sm\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .sm\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .sm\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .sm\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .sm\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .sm\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .sm\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .sm\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .sm\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .sm\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .sm\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .sm\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .sm\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .sm\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .sm\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .sm\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .sm\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .sm\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .sm\:pt-0{
    padding-top: 0 !important;
  }

  .sm\:pr-0{
    padding-right: 0 !important;
  }

  .sm\:pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:pl-0{
    padding-left: 0 !important;
  }

  .sm\:pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:pt-4{
    padding-top: 1rem !important;
  }

  .sm\:pr-4{
    padding-right: 1rem !important;
  }

  .sm\:pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4{
    padding-left: 1rem !important;
  }

  .sm\:pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:pt-7{
    padding-top: 1.75rem !important;
  }

  .sm\:pr-7{
    padding-right: 1.75rem !important;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .sm\:pl-7{
    padding-left: 1.75rem !important;
  }

  .sm\:pt-8{
    padding-top: 2rem !important;
  }

  .sm\:pr-8{
    padding-right: 2rem !important;
  }

  .sm\:pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8{
    padding-left: 2rem !important;
  }

  .sm\:pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12{
    padding-top: 3rem !important;
  }

  .sm\:pr-12{
    padding-right: 3rem !important;
  }

  .sm\:pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12{
    padding-left: 3rem !important;
  }

  .sm\:pt-16{
    padding-top: 4rem !important;
  }

  .sm\:pr-16{
    padding-right: 4rem !important;
  }

  .sm\:pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16{
    padding-left: 4rem !important;
  }

  .sm\:pt-18{
    padding-top: 4.75rem !important;
  }

  .sm\:pr-18{
    padding-right: 4.75rem !important;
  }

  .sm\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .sm\:pl-18{
    padding-left: 4.75rem !important;
  }

  .sm\:pt-20{
    padding-top: 5rem !important;
  }

  .sm\:pr-20{
    padding-right: 5rem !important;
  }

  .sm\:pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:pl-20{
    padding-left: 5rem !important;
  }

  .sm\:pt-22{
    padding-top: 6rem !important;
  }

  .sm\:pr-22{
    padding-right: 6rem !important;
  }

  .sm\:pb-22{
    padding-bottom: 6rem !important;
  }

  .sm\:pl-22{
    padding-left: 6rem !important;
  }

  .sm\:pt-24{
    padding-top: 6rem !important;
  }

  .sm\:pr-24{
    padding-right: 6rem !important;
  }

  .sm\:pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24{
    padding-left: 6rem !important;
  }

  .sm\:pt-28{
    padding-top: 7rem !important;
  }

  .sm\:pr-28{
    padding-right: 7rem !important;
  }

  .sm\:pb-28{
    padding-bottom: 7rem !important;
  }

  .sm\:pl-28{
    padding-left: 7rem !important;
  }

  .sm\:pt-32{
    padding-top: 8rem !important;
  }

  .sm\:pr-32{
    padding-right: 8rem !important;
  }

  .sm\:pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32{
    padding-left: 8rem !important;
  }

  .sm\:pt-40{
    padding-top: 10rem !important;
  }

  .sm\:pr-40{
    padding-right: 10rem !important;
  }

  .sm\:pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:pl-40{
    padding-left: 10rem !important;
  }

  .sm\:pt-44{
    padding-top: 11rem !important;
  }

  .sm\:pr-44{
    padding-right: 11rem !important;
  }

  .sm\:pb-44{
    padding-bottom: 11rem !important;
  }

  .sm\:pl-44{
    padding-left: 11rem !important;
  }

  .sm\:pt-48{
    padding-top: 13rem !important;
  }

  .sm\:pr-48{
    padding-right: 13rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 13rem !important;
  }

  .sm\:pl-48{
    padding-left: 13rem !important;
  }

  .sm\:pt-56{
    padding-top: 14rem !important;
  }

  .sm\:pr-56{
    padding-right: 14rem !important;
  }

  .sm\:pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:pl-56{
    padding-left: 14rem !important;
  }

  .sm\:pt-60{
    padding-top: 15rem !important;
  }

  .sm\:pr-60{
    padding-right: 15rem !important;
  }

  .sm\:pb-60{
    padding-bottom: 15rem !important;
  }

  .sm\:pl-60{
    padding-left: 15rem !important;
  }

  .sm\:pt-64{
    padding-top: 16rem !important;
  }

  .sm\:pr-64{
    padding-right: 16rem !important;
  }

  .sm\:pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64{
    padding-left: 16rem !important;
  }

  .sm\:pt-66{
    padding-top: 18rem !important;
  }

  .sm\:pr-66{
    padding-right: 18rem !important;
  }

  .sm\:pb-66{
    padding-bottom: 18rem !important;
  }

  .sm\:pl-66{
    padding-left: 18rem !important;
  }

  .sm\:pt-68{
    padding-top: 21rem !important;
  }

  .sm\:pr-68{
    padding-right: 21rem !important;
  }

  .sm\:pb-68{
    padding-bottom: 21rem !important;
  }

  .sm\:pl-68{
    padding-left: 21rem !important;
  }

  .sm\:pt-70{
    padding-top: 23rem !important;
  }

  .sm\:pr-70{
    padding-right: 23rem !important;
  }

  .sm\:pb-70{
    padding-bottom: 23rem !important;
  }

  .sm\:pl-70{
    padding-left: 23rem !important;
  }

  .sm\:pt-72{
    padding-top: 25rem !important;
  }

  .sm\:pr-72{
    padding-right: 25rem !important;
  }

  .sm\:pb-72{
    padding-bottom: 25rem !important;
  }

  .sm\:pl-72{
    padding-left: 25rem !important;
  }

  .sm\:pt-74{
    padding-top: 27rem !important;
  }

  .sm\:pr-74{
    padding-right: 27rem !important;
  }

  .sm\:pb-74{
    padding-bottom: 27rem !important;
  }

  .sm\:pl-74{
    padding-left: 27rem !important;
  }

  .sm\:pt-75{
    padding-top: 75px !important;
  }

  .sm\:pr-75{
    padding-right: 75px !important;
  }

  .sm\:pb-75{
    padding-bottom: 75px !important;
  }

  .sm\:pl-75{
    padding-left: 75px !important;
  }

  .sm\:pt-78{
    padding-top: 29rem !important;
  }

  .sm\:pr-78{
    padding-right: 29rem !important;
  }

  .sm\:pb-78{
    padding-bottom: 29rem !important;
  }

  .sm\:pl-78{
    padding-left: 29rem !important;
  }

  .sm\:pt-80{
    padding-top: 80px !important;
  }

  .sm\:pr-80{
    padding-right: 80px !important;
  }

  .sm\:pb-80{
    padding-bottom: 80px !important;
  }

  .sm\:pl-80{
    padding-left: 80px !important;
  }

  .sm\:pt-90{
    padding-top: 90px !important;
  }

  .sm\:pr-90{
    padding-right: 90px !important;
  }

  .sm\:pb-90{
    padding-bottom: 90px !important;
  }

  .sm\:pl-90{
    padding-left: 90px !important;
  }

  .sm\:pt-150{
    padding-top: 150px !important;
  }

  .sm\:pr-150{
    padding-right: 150px !important;
  }

  .sm\:pb-150{
    padding-bottom: 150px !important;
  }

  .sm\:pl-150{
    padding-left: 150px !important;
  }

  .sm\:pt-200{
    padding-top: 200px !important;
  }

  .sm\:pr-200{
    padding-right: 200px !important;
  }

  .sm\:pb-200{
    padding-bottom: 200px !important;
  }

  .sm\:pl-200{
    padding-left: 200px !important;
  }

  .sm\:pt-250{
    padding-top: 250px !important;
  }

  .sm\:pr-250{
    padding-right: 250px !important;
  }

  .sm\:pb-250{
    padding-bottom: 250px !important;
  }

  .sm\:pl-250{
    padding-left: 250px !important;
  }

  .sm\:pt-270{
    padding-top: 270px !important;
  }

  .sm\:pr-270{
    padding-right: 270px !important;
  }

  .sm\:pb-270{
    padding-bottom: 270px !important;
  }

  .sm\:pl-270{
    padding-left: 270px !important;
  }

  .sm\:pt-310{
    padding-top: 310px !important;
  }

  .sm\:pr-310{
    padding-right: 310px !important;
  }

  .sm\:pb-310{
    padding-bottom: 310px !important;
  }

  .sm\:pl-310{
    padding-left: 310px !important;
  }

  .sm\:pt-330{
    padding-top: 330px !important;
  }

  .sm\:pr-330{
    padding-right: 330px !important;
  }

  .sm\:pb-330{
    padding-bottom: 330px !important;
  }

  .sm\:pl-330{
    padding-left: 330px !important;
  }

  .sm\:pt-390{
    padding-top: 390px !important;
  }

  .sm\:pr-390{
    padding-right: 390px !important;
  }

  .sm\:pb-390{
    padding-bottom: 390px !important;
  }

  .sm\:pl-390{
    padding-left: 390px !important;
  }

  .sm\:pt-400{
    padding-top: 400px !important;
  }

  .sm\:pr-400{
    padding-right: 400px !important;
  }

  .sm\:pb-400{
    padding-bottom: 400px !important;
  }

  .sm\:pl-400{
    padding-left: 400px !important;
  }

  .sm\:pt-450{
    padding-top: 450px !important;
  }

  .sm\:pr-450{
    padding-right: 450px !important;
  }

  .sm\:pb-450{
    padding-bottom: 450px !important;
  }

  .sm\:pl-450{
    padding-left: 450px !important;
  }

  .sm\:pt-500{
    padding-top: 500px !important;
  }

  .sm\:pr-500{
    padding-right: 500px !important;
  }

  .sm\:pb-500{
    padding-bottom: 500px !important;
  }

  .sm\:pl-500{
    padding-left: 500px !important;
  }

  .sm\:pt-550{
    padding-top: 550px !important;
  }

  .sm\:pr-550{
    padding-right: 550px !important;
  }

  .sm\:pb-550{
    padding-bottom: 550px !important;
  }

  .sm\:pl-550{
    padding-left: 550px !important;
  }

  .sm\:pt-600{
    padding-top: 600px !important;
  }

  .sm\:pr-600{
    padding-right: 600px !important;
  }

  .sm\:pb-600{
    padding-bottom: 600px !important;
  }

  .sm\:pl-600{
    padding-left: 600px !important;
  }

  .sm\:pt-700{
    padding-top: 700px !important;
  }

  .sm\:pr-700{
    padding-right: 700px !important;
  }

  .sm\:pb-700{
    padding-bottom: 700px !important;
  }

  .sm\:pl-700{
    padding-left: 700px !important;
  }

  .sm\:pt-px{
    padding-top: 1px !important;
  }

  .sm\:pr-px{
    padding-right: 1px !important;
  }

  .sm\:pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:pl-px{
    padding-left: 1px !important;
  }

  .sm\:pt-2px{
    padding-top: 2px !important;
  }

  .sm\:pr-2px{
    padding-right: 2px !important;
  }

  .sm\:pb-2px{
    padding-bottom: 2px !important;
  }

  .sm\:pl-2px{
    padding-left: 2px !important;
  }

  .group:hover .sm\:group-hover\:p-0{
    padding: 0 !important;
  }

  .group:hover .sm\:group-hover\:p-1{
    padding: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:p-2{
    padding: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:p-3{
    padding: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:p-4{
    padding: 1rem !important;
  }

  .group:hover .sm\:group-hover\:p-5{
    padding: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:p-6{
    padding: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:p-7{
    padding: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:p-8{
    padding: 2rem !important;
  }

  .group:hover .sm\:group-hover\:p-10{
    padding: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:p-12{
    padding: 3rem !important;
  }

  .group:hover .sm\:group-hover\:p-16{
    padding: 4rem !important;
  }

  .group:hover .sm\:group-hover\:p-18{
    padding: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:p-20{
    padding: 5rem !important;
  }

  .group:hover .sm\:group-hover\:p-22{
    padding: 6rem !important;
  }

  .group:hover .sm\:group-hover\:p-24{
    padding: 6rem !important;
  }

  .group:hover .sm\:group-hover\:p-28{
    padding: 7rem !important;
  }

  .group:hover .sm\:group-hover\:p-32{
    padding: 8rem !important;
  }

  .group:hover .sm\:group-hover\:p-40{
    padding: 10rem !important;
  }

  .group:hover .sm\:group-hover\:p-44{
    padding: 11rem !important;
  }

  .group:hover .sm\:group-hover\:p-48{
    padding: 13rem !important;
  }

  .group:hover .sm\:group-hover\:p-56{
    padding: 14rem !important;
  }

  .group:hover .sm\:group-hover\:p-60{
    padding: 15rem !important;
  }

  .group:hover .sm\:group-hover\:p-64{
    padding: 16rem !important;
  }

  .group:hover .sm\:group-hover\:p-66{
    padding: 18rem !important;
  }

  .group:hover .sm\:group-hover\:p-68{
    padding: 21rem !important;
  }

  .group:hover .sm\:group-hover\:p-70{
    padding: 23rem !important;
  }

  .group:hover .sm\:group-hover\:p-72{
    padding: 25rem !important;
  }

  .group:hover .sm\:group-hover\:p-74{
    padding: 27rem !important;
  }

  .group:hover .sm\:group-hover\:p-75{
    padding: 75px !important;
  }

  .group:hover .sm\:group-hover\:p-78{
    padding: 29rem !important;
  }

  .group:hover .sm\:group-hover\:p-80{
    padding: 80px !important;
  }

  .group:hover .sm\:group-hover\:p-90{
    padding: 90px !important;
  }

  .group:hover .sm\:group-hover\:p-150{
    padding: 150px !important;
  }

  .group:hover .sm\:group-hover\:p-200{
    padding: 200px !important;
  }

  .group:hover .sm\:group-hover\:p-250{
    padding: 250px !important;
  }

  .group:hover .sm\:group-hover\:p-270{
    padding: 270px !important;
  }

  .group:hover .sm\:group-hover\:p-310{
    padding: 310px !important;
  }

  .group:hover .sm\:group-hover\:p-330{
    padding: 330px !important;
  }

  .group:hover .sm\:group-hover\:p-390{
    padding: 390px !important;
  }

  .group:hover .sm\:group-hover\:p-400{
    padding: 400px !important;
  }

  .group:hover .sm\:group-hover\:p-450{
    padding: 450px !important;
  }

  .group:hover .sm\:group-hover\:p-500{
    padding: 500px !important;
  }

  .group:hover .sm\:group-hover\:p-550{
    padding: 550px !important;
  }

  .group:hover .sm\:group-hover\:p-600{
    padding: 600px !important;
  }

  .group:hover .sm\:group-hover\:p-700{
    padding: 700px !important;
  }

  .group:hover .sm\:group-hover\:p-px{
    padding: 1px !important;
  }

  .group:hover .sm\:group-hover\:p-2px{
    padding: 2px !important;
  }

  .group:hover .sm\:group-hover\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:hover .sm\:group-hover\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:hover .sm\:group-hover\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:hover .sm\:group-hover\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:hover .sm\:group-hover\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:hover .sm\:group-hover\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:hover .sm\:group-hover\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:hover .sm\:group-hover\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:hover .sm\:group-hover\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:hover .sm\:group-hover\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:hover .sm\:group-hover\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:hover .sm\:group-hover\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:hover .sm\:group-hover\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .sm\:group-hover\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .sm\:group-hover\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .sm\:group-hover\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .sm\:group-hover\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:hover .sm\:group-hover\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:hover .sm\:group-hover\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:hover .sm\:group-hover\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:hover .sm\:group-hover\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:hover .sm\:group-hover\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:hover .sm\:group-hover\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:hover .sm\:group-hover\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:hover .sm\:group-hover\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:hover .sm\:group-hover\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:hover .sm\:group-hover\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:hover .sm\:group-hover\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:hover .sm\:group-hover\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:hover .sm\:group-hover\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:hover .sm\:group-hover\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:hover .sm\:group-hover\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:hover .sm\:group-hover\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:hover .sm\:group-hover\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:hover .sm\:group-hover\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:hover .sm\:group-hover\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:hover .sm\:group-hover\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:hover .sm\:group-hover\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:hover .sm\:group-hover\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:hover .sm\:group-hover\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:hover .sm\:group-hover\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:hover .sm\:group-hover\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:hover .sm\:group-hover\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:hover .sm\:group-hover\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:hover .sm\:group-hover\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:hover .sm\:group-hover\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:hover .sm\:group-hover\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:hover .sm\:group-hover\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:hover .sm\:group-hover\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:hover .sm\:group-hover\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:hover .sm\:group-hover\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:hover .sm\:group-hover\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:hover .sm\:group-hover\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:hover .sm\:group-hover\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:hover .sm\:group-hover\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:hover .sm\:group-hover\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:hover .sm\:group-hover\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:hover .sm\:group-hover\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:hover .sm\:group-hover\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:hover .sm\:group-hover\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:hover .sm\:group-hover\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:hover .sm\:group-hover\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:hover .sm\:group-hover\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:hover .sm\:group-hover\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:hover .sm\:group-hover\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:hover .sm\:group-hover\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:hover .sm\:group-hover\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:hover .sm\:group-hover\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:hover .sm\:group-hover\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:hover .sm\:group-hover\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:hover .sm\:group-hover\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:hover .sm\:group-hover\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:hover .sm\:group-hover\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:hover .sm\:group-hover\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:hover .sm\:group-hover\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:hover .sm\:group-hover\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:hover .sm\:group-hover\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:hover .sm\:group-hover\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:hover .sm\:group-hover\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:hover .sm\:group-hover\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:hover .sm\:group-hover\:pt-0{
    padding-top: 0 !important;
  }

  .group:hover .sm\:group-hover\:pr-0{
    padding-right: 0 !important;
  }

  .group:hover .sm\:group-hover\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:hover .sm\:group-hover\:pl-0{
    padding-left: 0 !important;
  }

  .group:hover .sm\:group-hover\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:hover .sm\:group-hover\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:hover .sm\:group-hover\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:hover .sm\:group-hover\:pt-4{
    padding-top: 1rem !important;
  }

  .group:hover .sm\:group-hover\:pr-4{
    padding-right: 1rem !important;
  }

  .group:hover .sm\:group-hover\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:hover .sm\:group-hover\:pl-4{
    padding-left: 1rem !important;
  }

  .group:hover .sm\:group-hover\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:hover .sm\:group-hover\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:hover .sm\:group-hover\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:hover .sm\:group-hover\:pt-8{
    padding-top: 2rem !important;
  }

  .group:hover .sm\:group-hover\:pr-8{
    padding-right: 2rem !important;
  }

  .group:hover .sm\:group-hover\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:hover .sm\:group-hover\:pl-8{
    padding-left: 2rem !important;
  }

  .group:hover .sm\:group-hover\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:hover .sm\:group-hover\:pt-12{
    padding-top: 3rem !important;
  }

  .group:hover .sm\:group-hover\:pr-12{
    padding-right: 3rem !important;
  }

  .group:hover .sm\:group-hover\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:hover .sm\:group-hover\:pl-12{
    padding-left: 3rem !important;
  }

  .group:hover .sm\:group-hover\:pt-16{
    padding-top: 4rem !important;
  }

  .group:hover .sm\:group-hover\:pr-16{
    padding-right: 4rem !important;
  }

  .group:hover .sm\:group-hover\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:hover .sm\:group-hover\:pl-16{
    padding-left: 4rem !important;
  }

  .group:hover .sm\:group-hover\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:hover .sm\:group-hover\:pt-20{
    padding-top: 5rem !important;
  }

  .group:hover .sm\:group-hover\:pr-20{
    padding-right: 5rem !important;
  }

  .group:hover .sm\:group-hover\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:hover .sm\:group-hover\:pl-20{
    padding-left: 5rem !important;
  }

  .group:hover .sm\:group-hover\:pt-22{
    padding-top: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pr-22{
    padding-right: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pl-22{
    padding-left: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pt-24{
    padding-top: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pr-24{
    padding-right: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pl-24{
    padding-left: 6rem !important;
  }

  .group:hover .sm\:group-hover\:pt-28{
    padding-top: 7rem !important;
  }

  .group:hover .sm\:group-hover\:pr-28{
    padding-right: 7rem !important;
  }

  .group:hover .sm\:group-hover\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:hover .sm\:group-hover\:pl-28{
    padding-left: 7rem !important;
  }

  .group:hover .sm\:group-hover\:pt-32{
    padding-top: 8rem !important;
  }

  .group:hover .sm\:group-hover\:pr-32{
    padding-right: 8rem !important;
  }

  .group:hover .sm\:group-hover\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:hover .sm\:group-hover\:pl-32{
    padding-left: 8rem !important;
  }

  .group:hover .sm\:group-hover\:pt-40{
    padding-top: 10rem !important;
  }

  .group:hover .sm\:group-hover\:pr-40{
    padding-right: 10rem !important;
  }

  .group:hover .sm\:group-hover\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:hover .sm\:group-hover\:pl-40{
    padding-left: 10rem !important;
  }

  .group:hover .sm\:group-hover\:pt-44{
    padding-top: 11rem !important;
  }

  .group:hover .sm\:group-hover\:pr-44{
    padding-right: 11rem !important;
  }

  .group:hover .sm\:group-hover\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:hover .sm\:group-hover\:pl-44{
    padding-left: 11rem !important;
  }

  .group:hover .sm\:group-hover\:pt-48{
    padding-top: 13rem !important;
  }

  .group:hover .sm\:group-hover\:pr-48{
    padding-right: 13rem !important;
  }

  .group:hover .sm\:group-hover\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:hover .sm\:group-hover\:pl-48{
    padding-left: 13rem !important;
  }

  .group:hover .sm\:group-hover\:pt-56{
    padding-top: 14rem !important;
  }

  .group:hover .sm\:group-hover\:pr-56{
    padding-right: 14rem !important;
  }

  .group:hover .sm\:group-hover\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:hover .sm\:group-hover\:pl-56{
    padding-left: 14rem !important;
  }

  .group:hover .sm\:group-hover\:pt-60{
    padding-top: 15rem !important;
  }

  .group:hover .sm\:group-hover\:pr-60{
    padding-right: 15rem !important;
  }

  .group:hover .sm\:group-hover\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:hover .sm\:group-hover\:pl-60{
    padding-left: 15rem !important;
  }

  .group:hover .sm\:group-hover\:pt-64{
    padding-top: 16rem !important;
  }

  .group:hover .sm\:group-hover\:pr-64{
    padding-right: 16rem !important;
  }

  .group:hover .sm\:group-hover\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:hover .sm\:group-hover\:pl-64{
    padding-left: 16rem !important;
  }

  .group:hover .sm\:group-hover\:pt-66{
    padding-top: 18rem !important;
  }

  .group:hover .sm\:group-hover\:pr-66{
    padding-right: 18rem !important;
  }

  .group:hover .sm\:group-hover\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:hover .sm\:group-hover\:pl-66{
    padding-left: 18rem !important;
  }

  .group:hover .sm\:group-hover\:pt-68{
    padding-top: 21rem !important;
  }

  .group:hover .sm\:group-hover\:pr-68{
    padding-right: 21rem !important;
  }

  .group:hover .sm\:group-hover\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:hover .sm\:group-hover\:pl-68{
    padding-left: 21rem !important;
  }

  .group:hover .sm\:group-hover\:pt-70{
    padding-top: 23rem !important;
  }

  .group:hover .sm\:group-hover\:pr-70{
    padding-right: 23rem !important;
  }

  .group:hover .sm\:group-hover\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:hover .sm\:group-hover\:pl-70{
    padding-left: 23rem !important;
  }

  .group:hover .sm\:group-hover\:pt-72{
    padding-top: 25rem !important;
  }

  .group:hover .sm\:group-hover\:pr-72{
    padding-right: 25rem !important;
  }

  .group:hover .sm\:group-hover\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:hover .sm\:group-hover\:pl-72{
    padding-left: 25rem !important;
  }

  .group:hover .sm\:group-hover\:pt-74{
    padding-top: 27rem !important;
  }

  .group:hover .sm\:group-hover\:pr-74{
    padding-right: 27rem !important;
  }

  .group:hover .sm\:group-hover\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:hover .sm\:group-hover\:pl-74{
    padding-left: 27rem !important;
  }

  .group:hover .sm\:group-hover\:pt-75{
    padding-top: 75px !important;
  }

  .group:hover .sm\:group-hover\:pr-75{
    padding-right: 75px !important;
  }

  .group:hover .sm\:group-hover\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:hover .sm\:group-hover\:pl-75{
    padding-left: 75px !important;
  }

  .group:hover .sm\:group-hover\:pt-78{
    padding-top: 29rem !important;
  }

  .group:hover .sm\:group-hover\:pr-78{
    padding-right: 29rem !important;
  }

  .group:hover .sm\:group-hover\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:hover .sm\:group-hover\:pl-78{
    padding-left: 29rem !important;
  }

  .group:hover .sm\:group-hover\:pt-80{
    padding-top: 80px !important;
  }

  .group:hover .sm\:group-hover\:pr-80{
    padding-right: 80px !important;
  }

  .group:hover .sm\:group-hover\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:hover .sm\:group-hover\:pl-80{
    padding-left: 80px !important;
  }

  .group:hover .sm\:group-hover\:pt-90{
    padding-top: 90px !important;
  }

  .group:hover .sm\:group-hover\:pr-90{
    padding-right: 90px !important;
  }

  .group:hover .sm\:group-hover\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:hover .sm\:group-hover\:pl-90{
    padding-left: 90px !important;
  }

  .group:hover .sm\:group-hover\:pt-150{
    padding-top: 150px !important;
  }

  .group:hover .sm\:group-hover\:pr-150{
    padding-right: 150px !important;
  }

  .group:hover .sm\:group-hover\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:hover .sm\:group-hover\:pl-150{
    padding-left: 150px !important;
  }

  .group:hover .sm\:group-hover\:pt-200{
    padding-top: 200px !important;
  }

  .group:hover .sm\:group-hover\:pr-200{
    padding-right: 200px !important;
  }

  .group:hover .sm\:group-hover\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:hover .sm\:group-hover\:pl-200{
    padding-left: 200px !important;
  }

  .group:hover .sm\:group-hover\:pt-250{
    padding-top: 250px !important;
  }

  .group:hover .sm\:group-hover\:pr-250{
    padding-right: 250px !important;
  }

  .group:hover .sm\:group-hover\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:hover .sm\:group-hover\:pl-250{
    padding-left: 250px !important;
  }

  .group:hover .sm\:group-hover\:pt-270{
    padding-top: 270px !important;
  }

  .group:hover .sm\:group-hover\:pr-270{
    padding-right: 270px !important;
  }

  .group:hover .sm\:group-hover\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:hover .sm\:group-hover\:pl-270{
    padding-left: 270px !important;
  }

  .group:hover .sm\:group-hover\:pt-310{
    padding-top: 310px !important;
  }

  .group:hover .sm\:group-hover\:pr-310{
    padding-right: 310px !important;
  }

  .group:hover .sm\:group-hover\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:hover .sm\:group-hover\:pl-310{
    padding-left: 310px !important;
  }

  .group:hover .sm\:group-hover\:pt-330{
    padding-top: 330px !important;
  }

  .group:hover .sm\:group-hover\:pr-330{
    padding-right: 330px !important;
  }

  .group:hover .sm\:group-hover\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:hover .sm\:group-hover\:pl-330{
    padding-left: 330px !important;
  }

  .group:hover .sm\:group-hover\:pt-390{
    padding-top: 390px !important;
  }

  .group:hover .sm\:group-hover\:pr-390{
    padding-right: 390px !important;
  }

  .group:hover .sm\:group-hover\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:hover .sm\:group-hover\:pl-390{
    padding-left: 390px !important;
  }

  .group:hover .sm\:group-hover\:pt-400{
    padding-top: 400px !important;
  }

  .group:hover .sm\:group-hover\:pr-400{
    padding-right: 400px !important;
  }

  .group:hover .sm\:group-hover\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:hover .sm\:group-hover\:pl-400{
    padding-left: 400px !important;
  }

  .group:hover .sm\:group-hover\:pt-450{
    padding-top: 450px !important;
  }

  .group:hover .sm\:group-hover\:pr-450{
    padding-right: 450px !important;
  }

  .group:hover .sm\:group-hover\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:hover .sm\:group-hover\:pl-450{
    padding-left: 450px !important;
  }

  .group:hover .sm\:group-hover\:pt-500{
    padding-top: 500px !important;
  }

  .group:hover .sm\:group-hover\:pr-500{
    padding-right: 500px !important;
  }

  .group:hover .sm\:group-hover\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:hover .sm\:group-hover\:pl-500{
    padding-left: 500px !important;
  }

  .group:hover .sm\:group-hover\:pt-550{
    padding-top: 550px !important;
  }

  .group:hover .sm\:group-hover\:pr-550{
    padding-right: 550px !important;
  }

  .group:hover .sm\:group-hover\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:hover .sm\:group-hover\:pl-550{
    padding-left: 550px !important;
  }

  .group:hover .sm\:group-hover\:pt-600{
    padding-top: 600px !important;
  }

  .group:hover .sm\:group-hover\:pr-600{
    padding-right: 600px !important;
  }

  .group:hover .sm\:group-hover\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:hover .sm\:group-hover\:pl-600{
    padding-left: 600px !important;
  }

  .group:hover .sm\:group-hover\:pt-700{
    padding-top: 700px !important;
  }

  .group:hover .sm\:group-hover\:pr-700{
    padding-right: 700px !important;
  }

  .group:hover .sm\:group-hover\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:hover .sm\:group-hover\:pl-700{
    padding-left: 700px !important;
  }

  .group:hover .sm\:group-hover\:pt-px{
    padding-top: 1px !important;
  }

  .group:hover .sm\:group-hover\:pr-px{
    padding-right: 1px !important;
  }

  .group:hover .sm\:group-hover\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:hover .sm\:group-hover\:pl-px{
    padding-left: 1px !important;
  }

  .group:hover .sm\:group-hover\:pt-2px{
    padding-top: 2px !important;
  }

  .group:hover .sm\:group-hover\:pr-2px{
    padding-right: 2px !important;
  }

  .group:hover .sm\:group-hover\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:hover .sm\:group-hover\:pl-2px{
    padding-left: 2px !important;
  }

  .group:focus .sm\:group-focus\:p-0{
    padding: 0 !important;
  }

  .group:focus .sm\:group-focus\:p-1{
    padding: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:p-2{
    padding: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:p-3{
    padding: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:p-4{
    padding: 1rem !important;
  }

  .group:focus .sm\:group-focus\:p-5{
    padding: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:p-6{
    padding: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:p-7{
    padding: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:p-8{
    padding: 2rem !important;
  }

  .group:focus .sm\:group-focus\:p-10{
    padding: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:p-12{
    padding: 3rem !important;
  }

  .group:focus .sm\:group-focus\:p-16{
    padding: 4rem !important;
  }

  .group:focus .sm\:group-focus\:p-18{
    padding: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:p-20{
    padding: 5rem !important;
  }

  .group:focus .sm\:group-focus\:p-22{
    padding: 6rem !important;
  }

  .group:focus .sm\:group-focus\:p-24{
    padding: 6rem !important;
  }

  .group:focus .sm\:group-focus\:p-28{
    padding: 7rem !important;
  }

  .group:focus .sm\:group-focus\:p-32{
    padding: 8rem !important;
  }

  .group:focus .sm\:group-focus\:p-40{
    padding: 10rem !important;
  }

  .group:focus .sm\:group-focus\:p-44{
    padding: 11rem !important;
  }

  .group:focus .sm\:group-focus\:p-48{
    padding: 13rem !important;
  }

  .group:focus .sm\:group-focus\:p-56{
    padding: 14rem !important;
  }

  .group:focus .sm\:group-focus\:p-60{
    padding: 15rem !important;
  }

  .group:focus .sm\:group-focus\:p-64{
    padding: 16rem !important;
  }

  .group:focus .sm\:group-focus\:p-66{
    padding: 18rem !important;
  }

  .group:focus .sm\:group-focus\:p-68{
    padding: 21rem !important;
  }

  .group:focus .sm\:group-focus\:p-70{
    padding: 23rem !important;
  }

  .group:focus .sm\:group-focus\:p-72{
    padding: 25rem !important;
  }

  .group:focus .sm\:group-focus\:p-74{
    padding: 27rem !important;
  }

  .group:focus .sm\:group-focus\:p-75{
    padding: 75px !important;
  }

  .group:focus .sm\:group-focus\:p-78{
    padding: 29rem !important;
  }

  .group:focus .sm\:group-focus\:p-80{
    padding: 80px !important;
  }

  .group:focus .sm\:group-focus\:p-90{
    padding: 90px !important;
  }

  .group:focus .sm\:group-focus\:p-150{
    padding: 150px !important;
  }

  .group:focus .sm\:group-focus\:p-200{
    padding: 200px !important;
  }

  .group:focus .sm\:group-focus\:p-250{
    padding: 250px !important;
  }

  .group:focus .sm\:group-focus\:p-270{
    padding: 270px !important;
  }

  .group:focus .sm\:group-focus\:p-310{
    padding: 310px !important;
  }

  .group:focus .sm\:group-focus\:p-330{
    padding: 330px !important;
  }

  .group:focus .sm\:group-focus\:p-390{
    padding: 390px !important;
  }

  .group:focus .sm\:group-focus\:p-400{
    padding: 400px !important;
  }

  .group:focus .sm\:group-focus\:p-450{
    padding: 450px !important;
  }

  .group:focus .sm\:group-focus\:p-500{
    padding: 500px !important;
  }

  .group:focus .sm\:group-focus\:p-550{
    padding: 550px !important;
  }

  .group:focus .sm\:group-focus\:p-600{
    padding: 600px !important;
  }

  .group:focus .sm\:group-focus\:p-700{
    padding: 700px !important;
  }

  .group:focus .sm\:group-focus\:p-px{
    padding: 1px !important;
  }

  .group:focus .sm\:group-focus\:p-2px{
    padding: 2px !important;
  }

  .group:focus .sm\:group-focus\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:focus .sm\:group-focus\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:focus .sm\:group-focus\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:focus .sm\:group-focus\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:focus .sm\:group-focus\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:focus .sm\:group-focus\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:focus .sm\:group-focus\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:focus .sm\:group-focus\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:focus .sm\:group-focus\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:focus .sm\:group-focus\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:focus .sm\:group-focus\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:focus .sm\:group-focus\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:focus .sm\:group-focus\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .sm\:group-focus\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .sm\:group-focus\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .sm\:group-focus\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .sm\:group-focus\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:focus .sm\:group-focus\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:focus .sm\:group-focus\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:focus .sm\:group-focus\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:focus .sm\:group-focus\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:focus .sm\:group-focus\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:focus .sm\:group-focus\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:focus .sm\:group-focus\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:focus .sm\:group-focus\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:focus .sm\:group-focus\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:focus .sm\:group-focus\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:focus .sm\:group-focus\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:focus .sm\:group-focus\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:focus .sm\:group-focus\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:focus .sm\:group-focus\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:focus .sm\:group-focus\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:focus .sm\:group-focus\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:focus .sm\:group-focus\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:focus .sm\:group-focus\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:focus .sm\:group-focus\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:focus .sm\:group-focus\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:focus .sm\:group-focus\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:focus .sm\:group-focus\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:focus .sm\:group-focus\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:focus .sm\:group-focus\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:focus .sm\:group-focus\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:focus .sm\:group-focus\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:focus .sm\:group-focus\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:focus .sm\:group-focus\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:focus .sm\:group-focus\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:focus .sm\:group-focus\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:focus .sm\:group-focus\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:focus .sm\:group-focus\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:focus .sm\:group-focus\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:focus .sm\:group-focus\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:focus .sm\:group-focus\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:focus .sm\:group-focus\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:focus .sm\:group-focus\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:focus .sm\:group-focus\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:focus .sm\:group-focus\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:focus .sm\:group-focus\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:focus .sm\:group-focus\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:focus .sm\:group-focus\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:focus .sm\:group-focus\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:focus .sm\:group-focus\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:focus .sm\:group-focus\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:focus .sm\:group-focus\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:focus .sm\:group-focus\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:focus .sm\:group-focus\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:focus .sm\:group-focus\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:focus .sm\:group-focus\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:focus .sm\:group-focus\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:focus .sm\:group-focus\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:focus .sm\:group-focus\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:focus .sm\:group-focus\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:focus .sm\:group-focus\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:focus .sm\:group-focus\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:focus .sm\:group-focus\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:focus .sm\:group-focus\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:focus .sm\:group-focus\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:focus .sm\:group-focus\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:focus .sm\:group-focus\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:focus .sm\:group-focus\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:focus .sm\:group-focus\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:focus .sm\:group-focus\:pt-0{
    padding-top: 0 !important;
  }

  .group:focus .sm\:group-focus\:pr-0{
    padding-right: 0 !important;
  }

  .group:focus .sm\:group-focus\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:focus .sm\:group-focus\:pl-0{
    padding-left: 0 !important;
  }

  .group:focus .sm\:group-focus\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:focus .sm\:group-focus\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:focus .sm\:group-focus\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:focus .sm\:group-focus\:pt-4{
    padding-top: 1rem !important;
  }

  .group:focus .sm\:group-focus\:pr-4{
    padding-right: 1rem !important;
  }

  .group:focus .sm\:group-focus\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:focus .sm\:group-focus\:pl-4{
    padding-left: 1rem !important;
  }

  .group:focus .sm\:group-focus\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:focus .sm\:group-focus\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:focus .sm\:group-focus\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:focus .sm\:group-focus\:pt-8{
    padding-top: 2rem !important;
  }

  .group:focus .sm\:group-focus\:pr-8{
    padding-right: 2rem !important;
  }

  .group:focus .sm\:group-focus\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:focus .sm\:group-focus\:pl-8{
    padding-left: 2rem !important;
  }

  .group:focus .sm\:group-focus\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:focus .sm\:group-focus\:pt-12{
    padding-top: 3rem !important;
  }

  .group:focus .sm\:group-focus\:pr-12{
    padding-right: 3rem !important;
  }

  .group:focus .sm\:group-focus\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:focus .sm\:group-focus\:pl-12{
    padding-left: 3rem !important;
  }

  .group:focus .sm\:group-focus\:pt-16{
    padding-top: 4rem !important;
  }

  .group:focus .sm\:group-focus\:pr-16{
    padding-right: 4rem !important;
  }

  .group:focus .sm\:group-focus\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:focus .sm\:group-focus\:pl-16{
    padding-left: 4rem !important;
  }

  .group:focus .sm\:group-focus\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:focus .sm\:group-focus\:pt-20{
    padding-top: 5rem !important;
  }

  .group:focus .sm\:group-focus\:pr-20{
    padding-right: 5rem !important;
  }

  .group:focus .sm\:group-focus\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:focus .sm\:group-focus\:pl-20{
    padding-left: 5rem !important;
  }

  .group:focus .sm\:group-focus\:pt-22{
    padding-top: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pr-22{
    padding-right: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pl-22{
    padding-left: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pt-24{
    padding-top: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pr-24{
    padding-right: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pl-24{
    padding-left: 6rem !important;
  }

  .group:focus .sm\:group-focus\:pt-28{
    padding-top: 7rem !important;
  }

  .group:focus .sm\:group-focus\:pr-28{
    padding-right: 7rem !important;
  }

  .group:focus .sm\:group-focus\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:focus .sm\:group-focus\:pl-28{
    padding-left: 7rem !important;
  }

  .group:focus .sm\:group-focus\:pt-32{
    padding-top: 8rem !important;
  }

  .group:focus .sm\:group-focus\:pr-32{
    padding-right: 8rem !important;
  }

  .group:focus .sm\:group-focus\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:focus .sm\:group-focus\:pl-32{
    padding-left: 8rem !important;
  }

  .group:focus .sm\:group-focus\:pt-40{
    padding-top: 10rem !important;
  }

  .group:focus .sm\:group-focus\:pr-40{
    padding-right: 10rem !important;
  }

  .group:focus .sm\:group-focus\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:focus .sm\:group-focus\:pl-40{
    padding-left: 10rem !important;
  }

  .group:focus .sm\:group-focus\:pt-44{
    padding-top: 11rem !important;
  }

  .group:focus .sm\:group-focus\:pr-44{
    padding-right: 11rem !important;
  }

  .group:focus .sm\:group-focus\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:focus .sm\:group-focus\:pl-44{
    padding-left: 11rem !important;
  }

  .group:focus .sm\:group-focus\:pt-48{
    padding-top: 13rem !important;
  }

  .group:focus .sm\:group-focus\:pr-48{
    padding-right: 13rem !important;
  }

  .group:focus .sm\:group-focus\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:focus .sm\:group-focus\:pl-48{
    padding-left: 13rem !important;
  }

  .group:focus .sm\:group-focus\:pt-56{
    padding-top: 14rem !important;
  }

  .group:focus .sm\:group-focus\:pr-56{
    padding-right: 14rem !important;
  }

  .group:focus .sm\:group-focus\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:focus .sm\:group-focus\:pl-56{
    padding-left: 14rem !important;
  }

  .group:focus .sm\:group-focus\:pt-60{
    padding-top: 15rem !important;
  }

  .group:focus .sm\:group-focus\:pr-60{
    padding-right: 15rem !important;
  }

  .group:focus .sm\:group-focus\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:focus .sm\:group-focus\:pl-60{
    padding-left: 15rem !important;
  }

  .group:focus .sm\:group-focus\:pt-64{
    padding-top: 16rem !important;
  }

  .group:focus .sm\:group-focus\:pr-64{
    padding-right: 16rem !important;
  }

  .group:focus .sm\:group-focus\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:focus .sm\:group-focus\:pl-64{
    padding-left: 16rem !important;
  }

  .group:focus .sm\:group-focus\:pt-66{
    padding-top: 18rem !important;
  }

  .group:focus .sm\:group-focus\:pr-66{
    padding-right: 18rem !important;
  }

  .group:focus .sm\:group-focus\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:focus .sm\:group-focus\:pl-66{
    padding-left: 18rem !important;
  }

  .group:focus .sm\:group-focus\:pt-68{
    padding-top: 21rem !important;
  }

  .group:focus .sm\:group-focus\:pr-68{
    padding-right: 21rem !important;
  }

  .group:focus .sm\:group-focus\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:focus .sm\:group-focus\:pl-68{
    padding-left: 21rem !important;
  }

  .group:focus .sm\:group-focus\:pt-70{
    padding-top: 23rem !important;
  }

  .group:focus .sm\:group-focus\:pr-70{
    padding-right: 23rem !important;
  }

  .group:focus .sm\:group-focus\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:focus .sm\:group-focus\:pl-70{
    padding-left: 23rem !important;
  }

  .group:focus .sm\:group-focus\:pt-72{
    padding-top: 25rem !important;
  }

  .group:focus .sm\:group-focus\:pr-72{
    padding-right: 25rem !important;
  }

  .group:focus .sm\:group-focus\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:focus .sm\:group-focus\:pl-72{
    padding-left: 25rem !important;
  }

  .group:focus .sm\:group-focus\:pt-74{
    padding-top: 27rem !important;
  }

  .group:focus .sm\:group-focus\:pr-74{
    padding-right: 27rem !important;
  }

  .group:focus .sm\:group-focus\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:focus .sm\:group-focus\:pl-74{
    padding-left: 27rem !important;
  }

  .group:focus .sm\:group-focus\:pt-75{
    padding-top: 75px !important;
  }

  .group:focus .sm\:group-focus\:pr-75{
    padding-right: 75px !important;
  }

  .group:focus .sm\:group-focus\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:focus .sm\:group-focus\:pl-75{
    padding-left: 75px !important;
  }

  .group:focus .sm\:group-focus\:pt-78{
    padding-top: 29rem !important;
  }

  .group:focus .sm\:group-focus\:pr-78{
    padding-right: 29rem !important;
  }

  .group:focus .sm\:group-focus\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:focus .sm\:group-focus\:pl-78{
    padding-left: 29rem !important;
  }

  .group:focus .sm\:group-focus\:pt-80{
    padding-top: 80px !important;
  }

  .group:focus .sm\:group-focus\:pr-80{
    padding-right: 80px !important;
  }

  .group:focus .sm\:group-focus\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:focus .sm\:group-focus\:pl-80{
    padding-left: 80px !important;
  }

  .group:focus .sm\:group-focus\:pt-90{
    padding-top: 90px !important;
  }

  .group:focus .sm\:group-focus\:pr-90{
    padding-right: 90px !important;
  }

  .group:focus .sm\:group-focus\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:focus .sm\:group-focus\:pl-90{
    padding-left: 90px !important;
  }

  .group:focus .sm\:group-focus\:pt-150{
    padding-top: 150px !important;
  }

  .group:focus .sm\:group-focus\:pr-150{
    padding-right: 150px !important;
  }

  .group:focus .sm\:group-focus\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:focus .sm\:group-focus\:pl-150{
    padding-left: 150px !important;
  }

  .group:focus .sm\:group-focus\:pt-200{
    padding-top: 200px !important;
  }

  .group:focus .sm\:group-focus\:pr-200{
    padding-right: 200px !important;
  }

  .group:focus .sm\:group-focus\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:focus .sm\:group-focus\:pl-200{
    padding-left: 200px !important;
  }

  .group:focus .sm\:group-focus\:pt-250{
    padding-top: 250px !important;
  }

  .group:focus .sm\:group-focus\:pr-250{
    padding-right: 250px !important;
  }

  .group:focus .sm\:group-focus\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:focus .sm\:group-focus\:pl-250{
    padding-left: 250px !important;
  }

  .group:focus .sm\:group-focus\:pt-270{
    padding-top: 270px !important;
  }

  .group:focus .sm\:group-focus\:pr-270{
    padding-right: 270px !important;
  }

  .group:focus .sm\:group-focus\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:focus .sm\:group-focus\:pl-270{
    padding-left: 270px !important;
  }

  .group:focus .sm\:group-focus\:pt-310{
    padding-top: 310px !important;
  }

  .group:focus .sm\:group-focus\:pr-310{
    padding-right: 310px !important;
  }

  .group:focus .sm\:group-focus\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:focus .sm\:group-focus\:pl-310{
    padding-left: 310px !important;
  }

  .group:focus .sm\:group-focus\:pt-330{
    padding-top: 330px !important;
  }

  .group:focus .sm\:group-focus\:pr-330{
    padding-right: 330px !important;
  }

  .group:focus .sm\:group-focus\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:focus .sm\:group-focus\:pl-330{
    padding-left: 330px !important;
  }

  .group:focus .sm\:group-focus\:pt-390{
    padding-top: 390px !important;
  }

  .group:focus .sm\:group-focus\:pr-390{
    padding-right: 390px !important;
  }

  .group:focus .sm\:group-focus\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:focus .sm\:group-focus\:pl-390{
    padding-left: 390px !important;
  }

  .group:focus .sm\:group-focus\:pt-400{
    padding-top: 400px !important;
  }

  .group:focus .sm\:group-focus\:pr-400{
    padding-right: 400px !important;
  }

  .group:focus .sm\:group-focus\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:focus .sm\:group-focus\:pl-400{
    padding-left: 400px !important;
  }

  .group:focus .sm\:group-focus\:pt-450{
    padding-top: 450px !important;
  }

  .group:focus .sm\:group-focus\:pr-450{
    padding-right: 450px !important;
  }

  .group:focus .sm\:group-focus\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:focus .sm\:group-focus\:pl-450{
    padding-left: 450px !important;
  }

  .group:focus .sm\:group-focus\:pt-500{
    padding-top: 500px !important;
  }

  .group:focus .sm\:group-focus\:pr-500{
    padding-right: 500px !important;
  }

  .group:focus .sm\:group-focus\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:focus .sm\:group-focus\:pl-500{
    padding-left: 500px !important;
  }

  .group:focus .sm\:group-focus\:pt-550{
    padding-top: 550px !important;
  }

  .group:focus .sm\:group-focus\:pr-550{
    padding-right: 550px !important;
  }

  .group:focus .sm\:group-focus\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:focus .sm\:group-focus\:pl-550{
    padding-left: 550px !important;
  }

  .group:focus .sm\:group-focus\:pt-600{
    padding-top: 600px !important;
  }

  .group:focus .sm\:group-focus\:pr-600{
    padding-right: 600px !important;
  }

  .group:focus .sm\:group-focus\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:focus .sm\:group-focus\:pl-600{
    padding-left: 600px !important;
  }

  .group:focus .sm\:group-focus\:pt-700{
    padding-top: 700px !important;
  }

  .group:focus .sm\:group-focus\:pr-700{
    padding-right: 700px !important;
  }

  .group:focus .sm\:group-focus\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:focus .sm\:group-focus\:pl-700{
    padding-left: 700px !important;
  }

  .group:focus .sm\:group-focus\:pt-px{
    padding-top: 1px !important;
  }

  .group:focus .sm\:group-focus\:pr-px{
    padding-right: 1px !important;
  }

  .group:focus .sm\:group-focus\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:focus .sm\:group-focus\:pl-px{
    padding-left: 1px !important;
  }

  .group:focus .sm\:group-focus\:pt-2px{
    padding-top: 2px !important;
  }

  .group:focus .sm\:group-focus\:pr-2px{
    padding-right: 2px !important;
  }

  .group:focus .sm\:group-focus\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:focus .sm\:group-focus\:pl-2px{
    padding-left: 2px !important;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-06::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-06::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-06:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-06::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-brand-06::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-banner::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-banner::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-banner:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-banner::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-banner::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-p-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-p-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-p-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-p-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-p-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-inverse-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-inverse-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-inverse-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-inverse-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-inverse-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-medium::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-medium::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-medium:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-medium::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-medium::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-error::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-error::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-error:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-error::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-error::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-06:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-06:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-06:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-brand-06:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-banner:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-banner:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-banner:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-banner:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-banner:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-p-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-p-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-p-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-p-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-p-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-inverse-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-inverse-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-medium:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-medium:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-error:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-error:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-error:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-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;
  }

  .group:hover .sm\:group-hover\:static{
    position: static !important;
  }

  .group:hover .sm\:group-hover\:fixed{
    position: fixed !important;
  }

  .group:hover .sm\:group-hover\:absolute{
    position: absolute !important;
  }

  .group:hover .sm\:group-hover\:relative{
    position: relative !important;
  }

  .group:hover .sm\:group-hover\:sticky{
    position: sticky !important;
  }

  .group:focus .sm\:group-focus\:static{
    position: static !important;
  }

  .group:focus .sm\:group-focus\:fixed{
    position: fixed !important;
  }

  .group:focus .sm\:group-focus\:absolute{
    position: absolute !important;
  }

  .group:focus .sm\:group-focus\:relative{
    position: relative !important;
  }

  .group:focus .sm\:group-focus\:sticky{
    position: sticky !important;
  }

  .sm\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-1{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-2{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-5{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .sm\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3{
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .sm\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-1{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:inset-x-1{
    right: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-y-2{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:inset-x-2{
    right: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-y-5{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:inset-x-5{
    right: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .sm\:inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .sm\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-y-1\/3{
    top: 33% !important;
    bottom: 33% !important;
  }

  .sm\:inset-x-1\/3{
    right: 33% !important;
    left: 33% !important;
  }

  .sm\:top-0{
    top: 0 !important;
  }

  .sm\:right-0{
    right: 0 !important;
  }

  .sm\:bottom-0{
    bottom: 0 !important;
  }

  .sm\:left-0{
    left: 0 !important;
  }

  .sm\:top-1{
    top: 1rem !important;
  }

  .sm\:right-1{
    right: 1rem !important;
  }

  .sm\:bottom-1{
    bottom: 1rem !important;
  }

  .sm\:left-1{
    left: 1rem !important;
  }

  .sm\:top-2{
    top: 2rem !important;
  }

  .sm\:right-2{
    right: 2rem !important;
  }

  .sm\:bottom-2{
    bottom: 2rem !important;
  }

  .sm\:left-2{
    left: 2rem !important;
  }

  .sm\:top-5{
    top: 5rem !important;
  }

  .sm\:right-5{
    right: 5rem !important;
  }

  .sm\:bottom-5{
    bottom: 5rem !important;
  }

  .sm\:left-5{
    left: 5rem !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:top-1\/5{
    top: 20% !important;
  }

  .sm\:right-1\/5{
    right: 20% !important;
  }

  .sm\:bottom-1\/5{
    bottom: 20% !important;
  }

  .sm\:left-1\/5{
    left: 20% !important;
  }

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

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

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

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

  .sm\:top-1\/3{
    top: 33% !important;
  }

  .sm\:right-1\/3{
    right: 33% !important;
  }

  .sm\:bottom-1\/3{
    bottom: 33% !important;
  }

  .sm\:left-1\/3{
    left: 33% !important;
  }

  .sm\:resize-none{
    resize: none !important;
  }

  .sm\:resize-y{
    resize: vertical !important;
  }

  .sm\:resize-x{
    resize: horizontal !important;
  }

  .sm\:resize{
    resize: both !important;
  }

  .sm\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !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;
  }

  .sm\:text-left{
    text-align: left !important;
  }

  .sm\:text-center{
    text-align: center !important;
  }

  .sm\:text-right{
    text-align: right !important;
  }

  .sm\:text-justify{
    text-align: justify !important;
  }

  .sm\:text-transparent{
    color: transparent !important;
  }

  .sm\:text-current{
    color: currentColor !important;
  }

  .sm\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:text-white{
    --text-opacity: 1 !important;
    color: #fff !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-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .sm\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .sm\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .sm\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .sm\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .sm\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .sm\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .sm\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .sm\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .sm\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .sm\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .sm\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .sm\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !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-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-brand-01:hover{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-brand-02:hover{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-brand-03:hover{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-brand-04:hover{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-brand-05:hover{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-brand-06:hover{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-banner:hover{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-p-01:hover{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-inverse-01:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-medium:hover{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-02:hover{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-03:hover{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-04:hover{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-05:hover{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-error:hover{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !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-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-brand-01:focus{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-brand-02:focus{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-brand-03:focus{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-brand-04:focus{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-brand-05:focus{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-brand-06:focus{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-banner:focus{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-p-01:focus{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-inverse-01:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-medium:focus{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-02:focus{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-03:focus{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-04:focus{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-05:focus{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-error:focus{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-transparent{
    color: transparent !important;
  }

  .group:focus .sm\:group-focus\:text-current{
    color: currentColor !important;
  }

  .group:focus .sm\:group-focus\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:focus .sm\:group-focus\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, 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-80{
    --text-opacity: 0.80 !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-80:hover{
    --text-opacity: 0.80 !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-80:focus{
    --text-opacity: 0.80 !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\: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\: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\: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\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:tracking-h1{
    letter-spacing: 0.19rem !important;
  }

  .sm\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-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-0{
    width: 0 !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-7{
    width: 1.75rem !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-18{
    width: 4.75rem !important;
  }

  .sm\:w-20{
    width: 5rem !important;
  }

  .sm\:w-22{
    width: 6rem !important;
  }

  .sm\:w-24{
    width: 6rem !important;
  }

  .sm\:w-28{
    width: 7rem !important;
  }

  .sm\:w-32{
    width: 8rem !important;
  }

  .sm\:w-40{
    width: 10rem !important;
  }

  .sm\:w-44{
    width: 11rem !important;
  }

  .sm\:w-48{
    width: 13rem !important;
  }

  .sm\:w-56{
    width: 14rem !important;
  }

  .sm\:w-60{
    width: 15rem !important;
  }

  .sm\:w-64{
    width: 16rem !important;
  }

  .sm\:w-66{
    width: 18rem !important;
  }

  .sm\:w-68{
    width: 21rem !important;
  }

  .sm\:w-70{
    width: 23rem !important;
  }

  .sm\:w-72{
    width: 25rem !important;
  }

  .sm\:w-74{
    width: 27rem !important;
  }

  .sm\:w-75{
    width: 75px !important;
  }

  .sm\:w-78{
    width: 29rem !important;
  }

  .sm\:w-80{
    width: 80px !important;
  }

  .sm\:w-90{
    width: 90px !important;
  }

  .sm\:w-150{
    width: 150px !important;
  }

  .sm\:w-200{
    width: 200px !important;
  }

  .sm\:w-250{
    width: 250px !important;
  }

  .sm\:w-270{
    width: 270px !important;
  }

  .sm\:w-310{
    width: 310px !important;
  }

  .sm\:w-330{
    width: 330px !important;
  }

  .sm\:w-390{
    width: 390px !important;
  }

  .sm\:w-400{
    width: 400px !important;
  }

  .sm\:w-450{
    width: 450px !important;
  }

  .sm\:w-500{
    width: 500px !important;
  }

  .sm\:w-550{
    width: 550px !important;
  }

  .sm\:w-570{
    width: 570px !important;
  }

  .sm\:w-600{
    width: 600px !important;
  }

  .sm\:w-700{
    width: 700px !important;
  }

  .sm\:w-900{
    width: 900px !important;
  }

  .sm\:w-1135{
    width: 1135px !important;
  }

  .sm\:w-1366{
    width: 1366px !important;
  }

  .sm\:w-1440{
    width: 1440px !important;
  }

  .sm\:w-1920{
    width: 1920px !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-px{
    width: 1px !important;
  }

  .sm\:w-2px{
    width: 2px !important;
  }

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

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

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

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

  .sm\:w-2\/4{
    width: 50% !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.666667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-9\/12{
    width: 75% !important;
  }

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

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

  .sm\:w-full{
    width: 100% !important;
  }

  .sm\:w-screen{
    width: 100vw !important;
  }

  .sm\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:w-main-content-margin{
    width: 900px !important;
  }

  .sm\:w-inner-margin{
    width: 84% !important;
  }

  .sm\:w-outer-margin{
    width: 1920px !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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-18{
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .sm\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-22{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .sm\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-44{
    grid-gap: 11rem !important;
    gap: 11rem !important;
  }

  .sm\:gap-48{
    grid-gap: 13rem !important;
    gap: 13rem !important;
  }

  .sm\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .sm\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-66{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .sm\:gap-68{
    grid-gap: 21rem !important;
    gap: 21rem !important;
  }

  .sm\:gap-70{
    grid-gap: 23rem !important;
    gap: 23rem !important;
  }

  .sm\:gap-72{
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .sm\:gap-74{
    grid-gap: 27rem !important;
    gap: 27rem !important;
  }

  .sm\:gap-75{
    grid-gap: 75px !important;
    gap: 75px !important;
  }

  .sm\:gap-78{
    grid-gap: 29rem !important;
    gap: 29rem !important;
  }

  .sm\:gap-80{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .sm\:gap-90{
    grid-gap: 90px !important;
    gap: 90px !important;
  }

  .sm\:gap-150{
    grid-gap: 150px !important;
    gap: 150px !important;
  }

  .sm\:gap-200{
    grid-gap: 200px !important;
    gap: 200px !important;
  }

  .sm\:gap-250{
    grid-gap: 250px !important;
    gap: 250px !important;
  }

  .sm\:gap-270{
    grid-gap: 270px !important;
    gap: 270px !important;
  }

  .sm\:gap-310{
    grid-gap: 310px !important;
    gap: 310px !important;
  }

  .sm\:gap-330{
    grid-gap: 330px !important;
    gap: 330px !important;
  }

  .sm\:gap-390{
    grid-gap: 390px !important;
    gap: 390px !important;
  }

  .sm\:gap-400{
    grid-gap: 400px !important;
    gap: 400px !important;
  }

  .sm\:gap-450{
    grid-gap: 450px !important;
    gap: 450px !important;
  }

  .sm\:gap-500{
    grid-gap: 500px !important;
    gap: 500px !important;
  }

  .sm\:gap-550{
    grid-gap: 550px !important;
    gap: 550px !important;
  }

  .sm\:gap-600{
    grid-gap: 600px !important;
    gap: 600px !important;
  }

  .sm\:gap-700{
    grid-gap: 700px !important;
    gap: 700px !important;
  }

  .sm\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .sm\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .sm\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .sm\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sm\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .sm\:col-gap-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .sm\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:col-gap-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .sm\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .sm\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .sm\:col-gap-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .sm\:col-gap-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .sm\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .sm\:col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .sm\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .sm\:col-gap-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .sm\:col-gap-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .sm\:col-gap-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .sm\:col-gap-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .sm\:col-gap-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .sm\:col-gap-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .sm\:col-gap-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .sm\:col-gap-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .sm\:col-gap-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .sm\:col-gap-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .sm\:col-gap-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .sm\:col-gap-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .sm\:col-gap-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .sm\:col-gap-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .sm\:col-gap-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .sm\:col-gap-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .sm\:col-gap-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .sm\:col-gap-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .sm\:col-gap-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .sm\:col-gap-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .sm\:col-gap-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .sm\:col-gap-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .sm\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .sm\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .sm\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .sm\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:gap-x-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .sm\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sm\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .sm\:gap-x-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .sm\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:gap-x-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .sm\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .sm\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .sm\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .sm\:gap-x-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .sm\:gap-x-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .sm\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .sm\:gap-x-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .sm\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .sm\:gap-x-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .sm\:gap-x-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .sm\:gap-x-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .sm\:gap-x-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .sm\:gap-x-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .sm\:gap-x-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .sm\:gap-x-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .sm\:gap-x-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .sm\:gap-x-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .sm\:gap-x-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .sm\:gap-x-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .sm\:gap-x-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .sm\:gap-x-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .sm\:gap-x-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .sm\:gap-x-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .sm\:gap-x-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .sm\:gap-x-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .sm\:gap-x-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .sm\:gap-x-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .sm\:gap-x-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .sm\:gap-x-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .sm\:gap-x-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .sm\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .sm\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .sm\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .sm\:row-gap-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .sm\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .sm\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .sm\:row-gap-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .sm\:row-gap-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .sm\:row-gap-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .sm\:row-gap-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .sm\:row-gap-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .sm\:row-gap-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .sm\:row-gap-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .sm\:row-gap-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .sm\:row-gap-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .sm\:row-gap-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .sm\:row-gap-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .sm\:row-gap-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .sm\:row-gap-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .sm\:row-gap-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .sm\:row-gap-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .sm\:row-gap-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .sm\:row-gap-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .sm\:row-gap-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .sm\:row-gap-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .sm\:row-gap-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .sm\:row-gap-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .sm\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .sm\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:gap-y-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:gap-y-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:gap-y-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .sm\:gap-y-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .sm\:gap-y-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .sm\:gap-y-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .sm\:gap-y-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .sm\:gap-y-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .sm\:gap-y-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .sm\:gap-y-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .sm\:gap-y-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .sm\:gap-y-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .sm\:gap-y-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .sm\:gap-y-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .sm\:gap-y-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .sm\:gap-y-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .sm\:gap-y-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .sm\:gap-y-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .sm\:gap-y-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .sm\:gap-y-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .sm\:gap-y-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .sm\:gap-y-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .sm\:gap-y-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .sm\:gap-y-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .sm\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    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: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    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;
    -webkit-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;
            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;
  }

  .sm\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .sm\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .sm\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .sm\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .sm\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .sm\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !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-7{
    --transform-translate-x: 1.75rem !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-18{
    --transform-translate-x: 4.75rem !important;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-22{
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .sm\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-44{
    --transform-translate-x: 11rem !important;
  }

  .sm\:translate-x-48{
    --transform-translate-x: 13rem !important;
  }

  .sm\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-60{
    --transform-translate-x: 15rem !important;
  }

  .sm\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-66{
    --transform-translate-x: 18rem !important;
  }

  .sm\:translate-x-68{
    --transform-translate-x: 21rem !important;
  }

  .sm\:translate-x-70{
    --transform-translate-x: 23rem !important;
  }

  .sm\:translate-x-72{
    --transform-translate-x: 25rem !important;
  }

  .sm\:translate-x-74{
    --transform-translate-x: 27rem !important;
  }

  .sm\:translate-x-75{
    --transform-translate-x: 75px !important;
  }

  .sm\:translate-x-78{
    --transform-translate-x: 29rem !important;
  }

  .sm\:translate-x-80{
    --transform-translate-x: 80px !important;
  }

  .sm\:translate-x-90{
    --transform-translate-x: 90px !important;
  }

  .sm\:translate-x-150{
    --transform-translate-x: 150px !important;
  }

  .sm\:translate-x-200{
    --transform-translate-x: 200px !important;
  }

  .sm\:translate-x-250{
    --transform-translate-x: 250px !important;
  }

  .sm\:translate-x-270{
    --transform-translate-x: 270px !important;
  }

  .sm\:translate-x-310{
    --transform-translate-x: 310px !important;
  }

  .sm\:translate-x-330{
    --transform-translate-x: 330px !important;
  }

  .sm\:translate-x-390{
    --transform-translate-x: 390px !important;
  }

  .sm\:translate-x-400{
    --transform-translate-x: 400px !important;
  }

  .sm\:translate-x-450{
    --transform-translate-x: 450px !important;
  }

  .sm\:translate-x-500{
    --transform-translate-x: 500px !important;
  }

  .sm\:translate-x-550{
    --transform-translate-x: 550px !important;
  }

  .sm\:translate-x-600{
    --transform-translate-x: 600px !important;
  }

  .sm\:translate-x-700{
    --transform-translate-x: 700px !important;
  }

  .sm\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .sm\:translate-x-2px{
    --transform-translate-x: 2px !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-7{
    --transform-translate-x: -1.75rem !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-18{
    --transform-translate-x: -4.75rem !important;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-22{
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .sm\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-44{
    --transform-translate-x: -11rem !important;
  }

  .sm\:-translate-x-48{
    --transform-translate-x: -13rem !important;
  }

  .sm\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-60{
    --transform-translate-x: -15rem !important;
  }

  .sm\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-66{
    --transform-translate-x: -18rem !important;
  }

  .sm\:-translate-x-68{
    --transform-translate-x: -21rem !important;
  }

  .sm\:-translate-x-70{
    --transform-translate-x: -23rem !important;
  }

  .sm\:-translate-x-72{
    --transform-translate-x: -25rem !important;
  }

  .sm\:-translate-x-74{
    --transform-translate-x: -27rem !important;
  }

  .sm\:-translate-x-75{
    --transform-translate-x: -75px !important;
  }

  .sm\:-translate-x-78{
    --transform-translate-x: -29rem !important;
  }

  .sm\:-translate-x-80{
    --transform-translate-x: -80px !important;
  }

  .sm\:-translate-x-90{
    --transform-translate-x: -90px !important;
  }

  .sm\:-translate-x-150{
    --transform-translate-x: -150px !important;
  }

  .sm\:-translate-x-200{
    --transform-translate-x: -200px !important;
  }

  .sm\:-translate-x-250{
    --transform-translate-x: -250px !important;
  }

  .sm\:-translate-x-270{
    --transform-translate-x: -270px !important;
  }

  .sm\:-translate-x-310{
    --transform-translate-x: -310px !important;
  }

  .sm\:-translate-x-330{
    --transform-translate-x: -330px !important;
  }

  .sm\:-translate-x-390{
    --transform-translate-x: -390px !important;
  }

  .sm\:-translate-x-400{
    --transform-translate-x: -400px !important;
  }

  .sm\:-translate-x-450{
    --transform-translate-x: -450px !important;
  }

  .sm\:-translate-x-500{
    --transform-translate-x: -500px !important;
  }

  .sm\:-translate-x-550{
    --transform-translate-x: -550px !important;
  }

  .sm\:-translate-x-600{
    --transform-translate-x: -600px !important;
  }

  .sm\:-translate-x-700{
    --transform-translate-x: -700px !important;
  }

  .sm\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-2px{
    --transform-translate-x: -2px !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-7{
    --transform-translate-y: 1.75rem !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-18{
    --transform-translate-y: 4.75rem !important;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-22{
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .sm\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-44{
    --transform-translate-y: 11rem !important;
  }

  .sm\:translate-y-48{
    --transform-translate-y: 13rem !important;
  }

  .sm\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-60{
    --transform-translate-y: 15rem !important;
  }

  .sm\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-66{
    --transform-translate-y: 18rem !important;
  }

  .sm\:translate-y-68{
    --transform-translate-y: 21rem !important;
  }

  .sm\:translate-y-70{
    --transform-translate-y: 23rem !important;
  }

  .sm\:translate-y-72{
    --transform-translate-y: 25rem !important;
  }

  .sm\:translate-y-74{
    --transform-translate-y: 27rem !important;
  }

  .sm\:translate-y-75{
    --transform-translate-y: 75px !important;
  }

  .sm\:translate-y-78{
    --transform-translate-y: 29rem !important;
  }

  .sm\:translate-y-80{
    --transform-translate-y: 80px !important;
  }

  .sm\:translate-y-90{
    --transform-translate-y: 90px !important;
  }

  .sm\:translate-y-150{
    --transform-translate-y: 150px !important;
  }

  .sm\:translate-y-200{
    --transform-translate-y: 200px !important;
  }

  .sm\:translate-y-250{
    --transform-translate-y: 250px !important;
  }

  .sm\:translate-y-270{
    --transform-translate-y: 270px !important;
  }

  .sm\:translate-y-310{
    --transform-translate-y: 310px !important;
  }

  .sm\:translate-y-330{
    --transform-translate-y: 330px !important;
  }

  .sm\:translate-y-390{
    --transform-translate-y: 390px !important;
  }

  .sm\:translate-y-400{
    --transform-translate-y: 400px !important;
  }

  .sm\:translate-y-450{
    --transform-translate-y: 450px !important;
  }

  .sm\:translate-y-500{
    --transform-translate-y: 500px !important;
  }

  .sm\:translate-y-550{
    --transform-translate-y: 550px !important;
  }

  .sm\:translate-y-600{
    --transform-translate-y: 600px !important;
  }

  .sm\:translate-y-700{
    --transform-translate-y: 700px !important;
  }

  .sm\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .sm\:translate-y-2px{
    --transform-translate-y: 2px !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-7{
    --transform-translate-y: -1.75rem !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-18{
    --transform-translate-y: -4.75rem !important;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-22{
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .sm\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-44{
    --transform-translate-y: -11rem !important;
  }

  .sm\:-translate-y-48{
    --transform-translate-y: -13rem !important;
  }

  .sm\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-60{
    --transform-translate-y: -15rem !important;
  }

  .sm\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-66{
    --transform-translate-y: -18rem !important;
  }

  .sm\:-translate-y-68{
    --transform-translate-y: -21rem !important;
  }

  .sm\:-translate-y-70{
    --transform-translate-y: -23rem !important;
  }

  .sm\:-translate-y-72{
    --transform-translate-y: -25rem !important;
  }

  .sm\:-translate-y-74{
    --transform-translate-y: -27rem !important;
  }

  .sm\:-translate-y-75{
    --transform-translate-y: -75px !important;
  }

  .sm\:-translate-y-78{
    --transform-translate-y: -29rem !important;
  }

  .sm\:-translate-y-80{
    --transform-translate-y: -80px !important;
  }

  .sm\:-translate-y-90{
    --transform-translate-y: -90px !important;
  }

  .sm\:-translate-y-150{
    --transform-translate-y: -150px !important;
  }

  .sm\:-translate-y-200{
    --transform-translate-y: -200px !important;
  }

  .sm\:-translate-y-250{
    --transform-translate-y: -250px !important;
  }

  .sm\:-translate-y-270{
    --transform-translate-y: -270px !important;
  }

  .sm\:-translate-y-310{
    --transform-translate-y: -310px !important;
  }

  .sm\:-translate-y-330{
    --transform-translate-y: -330px !important;
  }

  .sm\:-translate-y-390{
    --transform-translate-y: -390px !important;
  }

  .sm\:-translate-y-400{
    --transform-translate-y: -400px !important;
  }

  .sm\:-translate-y-450{
    --transform-translate-y: -450px !important;
  }

  .sm\:-translate-y-500{
    --transform-translate-y: -500px !important;
  }

  .sm\:-translate-y-550{
    --transform-translate-y: -550px !important;
  }

  .sm\:-translate-y-600{
    --transform-translate-y: -600px !important;
  }

  .sm\:-translate-y-700{
    --transform-translate-y: -700px !important;
  }

  .sm\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-2px{
    --transform-translate-y: -2px !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-7:hover{
    --transform-translate-x: 1.75rem !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-18:hover{
    --transform-translate-x: 4.75rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-22:hover{
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !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-44:hover{
    --transform-translate-x: 11rem !important;
  }

  .sm\:hover\:translate-x-48:hover{
    --transform-translate-x: 13rem !important;
  }

  .sm\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .sm\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-66:hover{
    --transform-translate-x: 18rem !important;
  }

  .sm\:hover\:translate-x-68:hover{
    --transform-translate-x: 21rem !important;
  }

  .sm\:hover\:translate-x-70:hover{
    --transform-translate-x: 23rem !important;
  }

  .sm\:hover\:translate-x-72:hover{
    --transform-translate-x: 25rem !important;
  }

  .sm\:hover\:translate-x-74:hover{
    --transform-translate-x: 27rem !important;
  }

  .sm\:hover\:translate-x-75:hover{
    --transform-translate-x: 75px !important;
  }

  .sm\:hover\:translate-x-78:hover{
    --transform-translate-x: 29rem !important;
  }

  .sm\:hover\:translate-x-80:hover{
    --transform-translate-x: 80px !important;
  }

  .sm\:hover\:translate-x-90:hover{
    --transform-translate-x: 90px !important;
  }

  .sm\:hover\:translate-x-150:hover{
    --transform-translate-x: 150px !important;
  }

  .sm\:hover\:translate-x-200:hover{
    --transform-translate-x: 200px !important;
  }

  .sm\:hover\:translate-x-250:hover{
    --transform-translate-x: 250px !important;
  }

  .sm\:hover\:translate-x-270:hover{
    --transform-translate-x: 270px !important;
  }

  .sm\:hover\:translate-x-310:hover{
    --transform-translate-x: 310px !important;
  }

  .sm\:hover\:translate-x-330:hover{
    --transform-translate-x: 330px !important;
  }

  .sm\:hover\:translate-x-390:hover{
    --transform-translate-x: 390px !important;
  }

  .sm\:hover\:translate-x-400:hover{
    --transform-translate-x: 400px !important;
  }

  .sm\:hover\:translate-x-450:hover{
    --transform-translate-x: 450px !important;
  }

  .sm\:hover\:translate-x-500:hover{
    --transform-translate-x: 500px !important;
  }

  .sm\:hover\:translate-x-550:hover{
    --transform-translate-x: 550px !important;
  }

  .sm\:hover\:translate-x-600:hover{
    --transform-translate-x: 600px !important;
  }

  .sm\:hover\:translate-x-700:hover{
    --transform-translate-x: 700px !important;
  }

  .sm\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !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-7:hover{
    --transform-translate-x: -1.75rem !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-18:hover{
    --transform-translate-x: -4.75rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-22:hover{
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !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-44:hover{
    --transform-translate-x: -11rem !important;
  }

  .sm\:hover\:-translate-x-48:hover{
    --transform-translate-x: -13rem !important;
  }

  .sm\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .sm\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-66:hover{
    --transform-translate-x: -18rem !important;
  }

  .sm\:hover\:-translate-x-68:hover{
    --transform-translate-x: -21rem !important;
  }

  .sm\:hover\:-translate-x-70:hover{
    --transform-translate-x: -23rem !important;
  }

  .sm\:hover\:-translate-x-72:hover{
    --transform-translate-x: -25rem !important;
  }

  .sm\:hover\:-translate-x-74:hover{
    --transform-translate-x: -27rem !important;
  }

  .sm\:hover\:-translate-x-75:hover{
    --transform-translate-x: -75px !important;
  }

  .sm\:hover\:-translate-x-78:hover{
    --transform-translate-x: -29rem !important;
  }

  .sm\:hover\:-translate-x-80:hover{
    --transform-translate-x: -80px !important;
  }

  .sm\:hover\:-translate-x-90:hover{
    --transform-translate-x: -90px !important;
  }

  .sm\:hover\:-translate-x-150:hover{
    --transform-translate-x: -150px !important;
  }

  .sm\:hover\:-translate-x-200:hover{
    --transform-translate-x: -200px !important;
  }

  .sm\:hover\:-translate-x-250:hover{
    --transform-translate-x: -250px !important;
  }

  .sm\:hover\:-translate-x-270:hover{
    --transform-translate-x: -270px !important;
  }

  .sm\:hover\:-translate-x-310:hover{
    --transform-translate-x: -310px !important;
  }

  .sm\:hover\:-translate-x-330:hover{
    --transform-translate-x: -330px !important;
  }

  .sm\:hover\:-translate-x-390:hover{
    --transform-translate-x: -390px !important;
  }

  .sm\:hover\:-translate-x-400:hover{
    --transform-translate-x: -400px !important;
  }

  .sm\:hover\:-translate-x-450:hover{
    --transform-translate-x: -450px !important;
  }

  .sm\:hover\:-translate-x-500:hover{
    --transform-translate-x: -500px !important;
  }

  .sm\:hover\:-translate-x-550:hover{
    --transform-translate-x: -550px !important;
  }

  .sm\:hover\:-translate-x-600:hover{
    --transform-translate-x: -600px !important;
  }

  .sm\:hover\:-translate-x-700:hover{
    --transform-translate-x: -700px !important;
  }

  .sm\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !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-7:hover{
    --transform-translate-y: 1.75rem !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-18:hover{
    --transform-translate-y: 4.75rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-22:hover{
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !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-44:hover{
    --transform-translate-y: 11rem !important;
  }

  .sm\:hover\:translate-y-48:hover{
    --transform-translate-y: 13rem !important;
  }

  .sm\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .sm\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-66:hover{
    --transform-translate-y: 18rem !important;
  }

  .sm\:hover\:translate-y-68:hover{
    --transform-translate-y: 21rem !important;
  }

  .sm\:hover\:translate-y-70:hover{
    --transform-translate-y: 23rem !important;
  }

  .sm\:hover\:translate-y-72:hover{
    --transform-translate-y: 25rem !important;
  }

  .sm\:hover\:translate-y-74:hover{
    --transform-translate-y: 27rem !important;
  }

  .sm\:hover\:translate-y-75:hover{
    --transform-translate-y: 75px !important;
  }

  .sm\:hover\:translate-y-78:hover{
    --transform-translate-y: 29rem !important;
  }

  .sm\:hover\:translate-y-80:hover{
    --transform-translate-y: 80px !important;
  }

  .sm\:hover\:translate-y-90:hover{
    --transform-translate-y: 90px !important;
  }

  .sm\:hover\:translate-y-150:hover{
    --transform-translate-y: 150px !important;
  }

  .sm\:hover\:translate-y-200:hover{
    --transform-translate-y: 200px !important;
  }

  .sm\:hover\:translate-y-250:hover{
    --transform-translate-y: 250px !important;
  }

  .sm\:hover\:translate-y-270:hover{
    --transform-translate-y: 270px !important;
  }

  .sm\:hover\:translate-y-310:hover{
    --transform-translate-y: 310px !important;
  }

  .sm\:hover\:translate-y-330:hover{
    --transform-translate-y: 330px !important;
  }

  .sm\:hover\:translate-y-390:hover{
    --transform-translate-y: 390px !important;
  }

  .sm\:hover\:translate-y-400:hover{
    --transform-translate-y: 400px !important;
  }

  .sm\:hover\:translate-y-450:hover{
    --transform-translate-y: 450px !important;
  }

  .sm\:hover\:translate-y-500:hover{
    --transform-translate-y: 500px !important;
  }

  .sm\:hover\:translate-y-550:hover{
    --transform-translate-y: 550px !important;
  }

  .sm\:hover\:translate-y-600:hover{
    --transform-translate-y: 600px !important;
  }

  .sm\:hover\:translate-y-700:hover{
    --transform-translate-y: 700px !important;
  }

  .sm\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !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-7:hover{
    --transform-translate-y: -1.75rem !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-18:hover{
    --transform-translate-y: -4.75rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-22:hover{
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !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-44:hover{
    --transform-translate-y: -11rem !important;
  }

  .sm\:hover\:-translate-y-48:hover{
    --transform-translate-y: -13rem !important;
  }

  .sm\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .sm\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-66:hover{
    --transform-translate-y: -18rem !important;
  }

  .sm\:hover\:-translate-y-68:hover{
    --transform-translate-y: -21rem !important;
  }

  .sm\:hover\:-translate-y-70:hover{
    --transform-translate-y: -23rem !important;
  }

  .sm\:hover\:-translate-y-72:hover{
    --transform-translate-y: -25rem !important;
  }

  .sm\:hover\:-translate-y-74:hover{
    --transform-translate-y: -27rem !important;
  }

  .sm\:hover\:-translate-y-75:hover{
    --transform-translate-y: -75px !important;
  }

  .sm\:hover\:-translate-y-78:hover{
    --transform-translate-y: -29rem !important;
  }

  .sm\:hover\:-translate-y-80:hover{
    --transform-translate-y: -80px !important;
  }

  .sm\:hover\:-translate-y-90:hover{
    --transform-translate-y: -90px !important;
  }

  .sm\:hover\:-translate-y-150:hover{
    --transform-translate-y: -150px !important;
  }

  .sm\:hover\:-translate-y-200:hover{
    --transform-translate-y: -200px !important;
  }

  .sm\:hover\:-translate-y-250:hover{
    --transform-translate-y: -250px !important;
  }

  .sm\:hover\:-translate-y-270:hover{
    --transform-translate-y: -270px !important;
  }

  .sm\:hover\:-translate-y-310:hover{
    --transform-translate-y: -310px !important;
  }

  .sm\:hover\:-translate-y-330:hover{
    --transform-translate-y: -330px !important;
  }

  .sm\:hover\:-translate-y-390:hover{
    --transform-translate-y: -390px !important;
  }

  .sm\:hover\:-translate-y-400:hover{
    --transform-translate-y: -400px !important;
  }

  .sm\:hover\:-translate-y-450:hover{
    --transform-translate-y: -450px !important;
  }

  .sm\:hover\:-translate-y-500:hover{
    --transform-translate-y: -500px !important;
  }

  .sm\:hover\:-translate-y-550:hover{
    --transform-translate-y: -550px !important;
  }

  .sm\:hover\:-translate-y-600:hover{
    --transform-translate-y: -600px !important;
  }

  .sm\:hover\:-translate-y-700:hover{
    --transform-translate-y: -700px !important;
  }

  .sm\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !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-7:focus{
    --transform-translate-x: 1.75rem !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-18:focus{
    --transform-translate-x: 4.75rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-22:focus{
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !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-44:focus{
    --transform-translate-x: 11rem !important;
  }

  .sm\:focus\:translate-x-48:focus{
    --transform-translate-x: 13rem !important;
  }

  .sm\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .sm\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-66:focus{
    --transform-translate-x: 18rem !important;
  }

  .sm\:focus\:translate-x-68:focus{
    --transform-translate-x: 21rem !important;
  }

  .sm\:focus\:translate-x-70:focus{
    --transform-translate-x: 23rem !important;
  }

  .sm\:focus\:translate-x-72:focus{
    --transform-translate-x: 25rem !important;
  }

  .sm\:focus\:translate-x-74:focus{
    --transform-translate-x: 27rem !important;
  }

  .sm\:focus\:translate-x-75:focus{
    --transform-translate-x: 75px !important;
  }

  .sm\:focus\:translate-x-78:focus{
    --transform-translate-x: 29rem !important;
  }

  .sm\:focus\:translate-x-80:focus{
    --transform-translate-x: 80px !important;
  }

  .sm\:focus\:translate-x-90:focus{
    --transform-translate-x: 90px !important;
  }

  .sm\:focus\:translate-x-150:focus{
    --transform-translate-x: 150px !important;
  }

  .sm\:focus\:translate-x-200:focus{
    --transform-translate-x: 200px !important;
  }

  .sm\:focus\:translate-x-250:focus{
    --transform-translate-x: 250px !important;
  }

  .sm\:focus\:translate-x-270:focus{
    --transform-translate-x: 270px !important;
  }

  .sm\:focus\:translate-x-310:focus{
    --transform-translate-x: 310px !important;
  }

  .sm\:focus\:translate-x-330:focus{
    --transform-translate-x: 330px !important;
  }

  .sm\:focus\:translate-x-390:focus{
    --transform-translate-x: 390px !important;
  }

  .sm\:focus\:translate-x-400:focus{
    --transform-translate-x: 400px !important;
  }

  .sm\:focus\:translate-x-450:focus{
    --transform-translate-x: 450px !important;
  }

  .sm\:focus\:translate-x-500:focus{
    --transform-translate-x: 500px !important;
  }

  .sm\:focus\:translate-x-550:focus{
    --transform-translate-x: 550px !important;
  }

  .sm\:focus\:translate-x-600:focus{
    --transform-translate-x: 600px !important;
  }

  .sm\:focus\:translate-x-700:focus{
    --transform-translate-x: 700px !important;
  }

  .sm\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !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-7:focus{
    --transform-translate-x: -1.75rem !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-18:focus{
    --transform-translate-x: -4.75rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-22:focus{
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !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-44:focus{
    --transform-translate-x: -11rem !important;
  }

  .sm\:focus\:-translate-x-48:focus{
    --transform-translate-x: -13rem !important;
  }

  .sm\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .sm\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-66:focus{
    --transform-translate-x: -18rem !important;
  }

  .sm\:focus\:-translate-x-68:focus{
    --transform-translate-x: -21rem !important;
  }

  .sm\:focus\:-translate-x-70:focus{
    --transform-translate-x: -23rem !important;
  }

  .sm\:focus\:-translate-x-72:focus{
    --transform-translate-x: -25rem !important;
  }

  .sm\:focus\:-translate-x-74:focus{
    --transform-translate-x: -27rem !important;
  }

  .sm\:focus\:-translate-x-75:focus{
    --transform-translate-x: -75px !important;
  }

  .sm\:focus\:-translate-x-78:focus{
    --transform-translate-x: -29rem !important;
  }

  .sm\:focus\:-translate-x-80:focus{
    --transform-translate-x: -80px !important;
  }

  .sm\:focus\:-translate-x-90:focus{
    --transform-translate-x: -90px !important;
  }

  .sm\:focus\:-translate-x-150:focus{
    --transform-translate-x: -150px !important;
  }

  .sm\:focus\:-translate-x-200:focus{
    --transform-translate-x: -200px !important;
  }

  .sm\:focus\:-translate-x-250:focus{
    --transform-translate-x: -250px !important;
  }

  .sm\:focus\:-translate-x-270:focus{
    --transform-translate-x: -270px !important;
  }

  .sm\:focus\:-translate-x-310:focus{
    --transform-translate-x: -310px !important;
  }

  .sm\:focus\:-translate-x-330:focus{
    --transform-translate-x: -330px !important;
  }

  .sm\:focus\:-translate-x-390:focus{
    --transform-translate-x: -390px !important;
  }

  .sm\:focus\:-translate-x-400:focus{
    --transform-translate-x: -400px !important;
  }

  .sm\:focus\:-translate-x-450:focus{
    --transform-translate-x: -450px !important;
  }

  .sm\:focus\:-translate-x-500:focus{
    --transform-translate-x: -500px !important;
  }

  .sm\:focus\:-translate-x-550:focus{
    --transform-translate-x: -550px !important;
  }

  .sm\:focus\:-translate-x-600:focus{
    --transform-translate-x: -600px !important;
  }

  .sm\:focus\:-translate-x-700:focus{
    --transform-translate-x: -700px !important;
  }

  .sm\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !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-7:focus{
    --transform-translate-y: 1.75rem !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-18:focus{
    --transform-translate-y: 4.75rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-22:focus{
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !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-44:focus{
    --transform-translate-y: 11rem !important;
  }

  .sm\:focus\:translate-y-48:focus{
    --transform-translate-y: 13rem !important;
  }

  .sm\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .sm\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-66:focus{
    --transform-translate-y: 18rem !important;
  }

  .sm\:focus\:translate-y-68:focus{
    --transform-translate-y: 21rem !important;
  }

  .sm\:focus\:translate-y-70:focus{
    --transform-translate-y: 23rem !important;
  }

  .sm\:focus\:translate-y-72:focus{
    --transform-translate-y: 25rem !important;
  }

  .sm\:focus\:translate-y-74:focus{
    --transform-translate-y: 27rem !important;
  }

  .sm\:focus\:translate-y-75:focus{
    --transform-translate-y: 75px !important;
  }

  .sm\:focus\:translate-y-78:focus{
    --transform-translate-y: 29rem !important;
  }

  .sm\:focus\:translate-y-80:focus{
    --transform-translate-y: 80px !important;
  }

  .sm\:focus\:translate-y-90:focus{
    --transform-translate-y: 90px !important;
  }

  .sm\:focus\:translate-y-150:focus{
    --transform-translate-y: 150px !important;
  }

  .sm\:focus\:translate-y-200:focus{
    --transform-translate-y: 200px !important;
  }

  .sm\:focus\:translate-y-250:focus{
    --transform-translate-y: 250px !important;
  }

  .sm\:focus\:translate-y-270:focus{
    --transform-translate-y: 270px !important;
  }

  .sm\:focus\:translate-y-310:focus{
    --transform-translate-y: 310px !important;
  }

  .sm\:focus\:translate-y-330:focus{
    --transform-translate-y: 330px !important;
  }

  .sm\:focus\:translate-y-390:focus{
    --transform-translate-y: 390px !important;
  }

  .sm\:focus\:translate-y-400:focus{
    --transform-translate-y: 400px !important;
  }

  .sm\:focus\:translate-y-450:focus{
    --transform-translate-y: 450px !important;
  }

  .sm\:focus\:translate-y-500:focus{
    --transform-translate-y: 500px !important;
  }

  .sm\:focus\:translate-y-550:focus{
    --transform-translate-y: 550px !important;
  }

  .sm\:focus\:translate-y-600:focus{
    --transform-translate-y: 600px !important;
  }

  .sm\:focus\:translate-y-700:focus{
    --transform-translate-y: 700px !important;
  }

  .sm\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !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-7:focus{
    --transform-translate-y: -1.75rem !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-18:focus{
    --transform-translate-y: -4.75rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-22:focus{
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !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-44:focus{
    --transform-translate-y: -11rem !important;
  }

  .sm\:focus\:-translate-y-48:focus{
    --transform-translate-y: -13rem !important;
  }

  .sm\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .sm\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-66:focus{
    --transform-translate-y: -18rem !important;
  }

  .sm\:focus\:-translate-y-68:focus{
    --transform-translate-y: -21rem !important;
  }

  .sm\:focus\:-translate-y-70:focus{
    --transform-translate-y: -23rem !important;
  }

  .sm\:focus\:-translate-y-72:focus{
    --transform-translate-y: -25rem !important;
  }

  .sm\:focus\:-translate-y-74:focus{
    --transform-translate-y: -27rem !important;
  }

  .sm\:focus\:-translate-y-75:focus{
    --transform-translate-y: -75px !important;
  }

  .sm\:focus\:-translate-y-78:focus{
    --transform-translate-y: -29rem !important;
  }

  .sm\:focus\:-translate-y-80:focus{
    --transform-translate-y: -80px !important;
  }

  .sm\:focus\:-translate-y-90:focus{
    --transform-translate-y: -90px !important;
  }

  .sm\:focus\:-translate-y-150:focus{
    --transform-translate-y: -150px !important;
  }

  .sm\:focus\:-translate-y-200:focus{
    --transform-translate-y: -200px !important;
  }

  .sm\:focus\:-translate-y-250:focus{
    --transform-translate-y: -250px !important;
  }

  .sm\:focus\:-translate-y-270:focus{
    --transform-translate-y: -270px !important;
  }

  .sm\:focus\:-translate-y-310:focus{
    --transform-translate-y: -310px !important;
  }

  .sm\:focus\:-translate-y-330:focus{
    --transform-translate-y: -330px !important;
  }

  .sm\:focus\:-translate-y-390:focus{
    --transform-translate-y: -390px !important;
  }

  .sm\:focus\:-translate-y-400:focus{
    --transform-translate-y: -400px !important;
  }

  .sm\:focus\:-translate-y-450:focus{
    --transform-translate-y: -450px !important;
  }

  .sm\:focus\:-translate-y-500:focus{
    --transform-translate-y: -500px !important;
  }

  .sm\:focus\:-translate-y-550:focus{
    --transform-translate-y: -550px !important;
  }

  .sm\:focus\:-translate-y-600:focus{
    --transform-translate-y: -600px !important;
  }

  .sm\:focus\:-translate-y-700:focus{
    --transform-translate-y: -700px !important;
  }

  .sm\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !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;
  }

  .sm\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .sm\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .sm\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .sm\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .sm\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .sm\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .sm\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .sm\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .sm\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .sm\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .sm\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .sm\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .md\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 450px){
    .md\:container{
      max-width: 450px;
    }
  }

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

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

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

  @media (min-width: 1440px){
    .md\:container{
      max-width: 1440px;
    }
  }

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(250px * var(--space-x-reverse)) !important;
    margin-left: calc(250px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(270px * var(--space-x-reverse)) !important;
    margin-left: calc(270px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(310px * var(--space-x-reverse)) !important;
    margin-left: calc(310px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(330px * var(--space-x-reverse)) !important;
    margin-left: calc(330px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(390px * var(--space-x-reverse)) !important;
    margin-left: calc(390px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(400px * var(--space-x-reverse)) !important;
    margin-left: calc(400px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(450px * var(--space-x-reverse)) !important;
    margin-left: calc(450px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(500px * var(--space-x-reverse)) !important;
    margin-left: calc(500px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(550px * var(--space-x-reverse)) !important;
    margin-left: calc(550px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(600px * var(--space-x-reverse)) !important;
    margin-left: calc(600px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(700px * var(--space-x-reverse)) !important;
    margin-left: calc(700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-250px * var(--space-x-reverse)) !important;
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-270px * var(--space-x-reverse)) !important;
    margin-left: calc(-270px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-310px * var(--space-x-reverse)) !important;
    margin-left: calc(-310px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-330px * var(--space-x-reverse)) !important;
    margin-left: calc(-330px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-390px * var(--space-x-reverse)) !important;
    margin-left: calc(-390px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-400px * var(--space-x-reverse)) !important;
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-450px * var(--space-x-reverse)) !important;
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-500px * var(--space-x-reverse)) !important;
    margin-left: calc(-500px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-550px * var(--space-x-reverse)) !important;
    margin-left: calc(-550px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-600px * var(--space-x-reverse)) !important;
    margin-left: calc(-600px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-700px * var(--space-x-reverse)) !important;
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

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

  .md\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * 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;
    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;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-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;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .md\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .md\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .md\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .md\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .md\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .md\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .md\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .md\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .md\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .md\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .md\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .md\:divide-brand-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
  }

  .md\:divide-brand-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
  }

  .md\:divide-brand-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
  }

  .md\:divide-brand-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
  }

  .md\:divide-brand-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
  }

  .md\:divide-brand-06 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
  }

  .md\:divide-banner > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
  }

  .md\:divide-p-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
  }

  .md\:divide-inverse-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-medium > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
  }

  .md\:divide-error > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
  }

  .md\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .md\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .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-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.80 !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;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .md\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .md\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .md\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .md\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .md\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .md\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .md\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .md\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

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

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

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

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

  .md\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-brand-01:hover{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-brand-02:hover{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-brand-03:hover{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-brand-04:hover{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-brand-05:hover{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-brand-06:hover{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-banner:hover{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-p-01:hover{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-inverse-01:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-medium:hover{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-02:hover{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-03:hover{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-04:hover{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-05:hover{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-error:hover{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .md\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

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

  .md\:focus\:bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-brand-01:focus{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-brand-02:focus{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-brand-03:focus{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-brand-04:focus{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-brand-05:focus{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-brand-06:focus{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-banner:focus{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-p-01:focus{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-inverse-01:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-medium:focus{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-02:focus{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-03:focus{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-04:focus{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-05:focus{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-error:focus{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

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

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

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

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

  .group:hover .md\:group-hover\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

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

  .group:hover .md\:group-hover\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .md\:group-focus\:bg-current{
    background-color: currentColor !important;
  }

  .group:focus .md\:group-focus\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:focus .md\:group-focus\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

  .md\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white{
    --gradient-from-color: #fff !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-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:from-brand-01{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .md\:from-brand-02{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .md\:from-brand-03{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .md\:from-brand-04{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .md\:from-brand-05{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .md\:from-brand-06{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .md\:from-banner{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .md\:from-p-01{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .md\:from-inverse-01{
    --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-light{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .md\:from-gray-medium{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .md\:from-gray-02{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .md\:from-gray-03{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .md\:from-gray-04{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .md\:from-gray-05{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .md\:from-error{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white{
    --gradient-via-color: #fff !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-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:via-brand-01{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .md\:via-brand-02{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .md\:via-brand-03{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .md\:via-brand-04{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .md\:via-brand-05{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .md\:via-brand-06{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .md\:via-banner{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .md\:via-p-01{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .md\:via-inverse-01{
    --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-light{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .md\:via-gray-medium{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .md\:via-gray-02{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .md\:via-gray-03{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .md\:via-gray-04{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .md\:via-gray-05{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .md\:via-error{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .md\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .md\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .md\:to-black{
    --gradient-to-color: #000 !important;
  }

  .md\:to-white{
    --gradient-to-color: #fff !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-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .md\:to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .md\:to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .md\:to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .md\:to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .md\:to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .md\:to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .md\:to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .md\:to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .md\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .md\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .md\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .md\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .md\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .md\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .md\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .md\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .md\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .md\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .md\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .md\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .md\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .md\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .md\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .md\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:to-blue-900{
    --gradient-to-color: #2a4365 !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-100{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .md\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .md\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .md\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .md\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .md\:to-brand-01{
    --gradient-to-color: #0d112c !important;
  }

  .md\:to-brand-02{
    --gradient-to-color: #1F354A !important;
  }

  .md\:to-brand-03{
    --gradient-to-color: #44CEC9 !important;
  }

  .md\:to-brand-04{
    --gradient-to-color: #499E8A !important;
  }

  .md\:to-brand-05{
    --gradient-to-color: #A41F63 !important;
  }

  .md\:to-brand-06{
    --gradient-to-color: #7D49BB !important;
  }

  .md\:to-banner{
    --gradient-to-color: #FAD05C !important;
  }

  .md\:to-p-01{
    --gradient-to-color: #303030 !important;
  }

  .md\:to-inverse-01{
    --gradient-to-color: #ffffff !important;
  }

  .md\:to-gray-light{
    --gradient-to-color: #F3F3F3 !important;
  }

  .md\:to-gray-medium{
    --gradient-to-color: #EEEEEE !important;
  }

  .md\:to-gray-02{
    --gradient-to-color: #D0D0D0 !important;
  }

  .md\:to-gray-03{
    --gradient-to-color: #32333e !important;
  }

  .md\:to-gray-04{
    --gradient-to-color: #272C2C !important;
  }

  .md\:to-gray-05{
    --gradient-to-color: #575966 !important;
  }

  .md\:to-error{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: #fff !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-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:from-brand-01:hover{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .md\:hover\:from-brand-02:hover{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .md\:hover\:from-brand-03:hover{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .md\:hover\:from-brand-04:hover{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .md\:hover\:from-brand-05:hover{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .md\:hover\:from-brand-06:hover{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .md\:hover\:from-banner:hover{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .md\:hover\:from-p-01:hover{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .md\:hover\:from-inverse-01: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-light:hover{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .md\:hover\:from-gray-medium:hover{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:from-gray-02:hover{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .md\:hover\:from-gray-03:hover{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .md\:hover\:from-gray-04:hover{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .md\:hover\:from-gray-05:hover{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .md\:hover\:from-error:hover{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:hover{
    --gradient-via-color: #fff !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-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:via-brand-01:hover{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .md\:hover\:via-brand-02:hover{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .md\:hover\:via-brand-03:hover{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .md\:hover\:via-brand-04:hover{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .md\:hover\:via-brand-05:hover{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .md\:hover\:via-brand-06:hover{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .md\:hover\:via-banner:hover{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .md\:hover\:via-p-01:hover{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .md\:hover\:via-inverse-01: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-light:hover{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .md\:hover\:via-gray-medium:hover{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .md\:hover\:via-gray-02:hover{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .md\:hover\:via-gray-03:hover{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .md\:hover\:via-gray-04:hover{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .md\:hover\:via-gray-05:hover{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .md\:hover\:via-error:hover{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: #fff !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-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .md\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .md\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .md\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .md\:hover\:to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .md\:hover\:to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .md\:hover\:to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .md\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .md\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .md\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .md\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .md\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .md\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .md\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .md\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .md\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .md\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .md\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .md\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .md\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .md\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .md\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .md\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .md\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .md\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !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-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .md\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .md\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .md\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .md\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .md\:hover\:to-brand-01:hover{
    --gradient-to-color: #0d112c !important;
  }

  .md\:hover\:to-brand-02:hover{
    --gradient-to-color: #1F354A !important;
  }

  .md\:hover\:to-brand-03:hover{
    --gradient-to-color: #44CEC9 !important;
  }

  .md\:hover\:to-brand-04:hover{
    --gradient-to-color: #499E8A !important;
  }

  .md\:hover\:to-brand-05:hover{
    --gradient-to-color: #A41F63 !important;
  }

  .md\:hover\:to-brand-06:hover{
    --gradient-to-color: #7D49BB !important;
  }

  .md\:hover\:to-banner:hover{
    --gradient-to-color: #FAD05C !important;
  }

  .md\:hover\:to-p-01:hover{
    --gradient-to-color: #303030 !important;
  }

  .md\:hover\:to-inverse-01:hover{
    --gradient-to-color: #ffffff !important;
  }

  .md\:hover\:to-gray-light:hover{
    --gradient-to-color: #F3F3F3 !important;
  }

  .md\:hover\:to-gray-medium:hover{
    --gradient-to-color: #EEEEEE !important;
  }

  .md\:hover\:to-gray-02:hover{
    --gradient-to-color: #D0D0D0 !important;
  }

  .md\:hover\:to-gray-03:hover{
    --gradient-to-color: #32333e !important;
  }

  .md\:hover\:to-gray-04:hover{
    --gradient-to-color: #272C2C !important;
  }

  .md\:hover\:to-gray-05:hover{
    --gradient-to-color: #575966 !important;
  }

  .md\:hover\:to-error:hover{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: #fff !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-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:from-brand-01:focus{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .md\:focus\:from-brand-02:focus{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .md\:focus\:from-brand-03:focus{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .md\:focus\:from-brand-04:focus{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .md\:focus\:from-brand-05:focus{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .md\:focus\:from-brand-06:focus{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .md\:focus\:from-banner:focus{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .md\:focus\:from-p-01:focus{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .md\:focus\:from-inverse-01: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-light:focus{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .md\:focus\:from-gray-medium:focus{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:from-gray-02:focus{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .md\:focus\:from-gray-03:focus{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .md\:focus\:from-gray-04:focus{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .md\:focus\:from-gray-05:focus{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .md\:focus\:from-error:focus{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:focus{
    --gradient-via-color: #fff !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-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:via-brand-01:focus{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .md\:focus\:via-brand-02:focus{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .md\:focus\:via-brand-03:focus{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .md\:focus\:via-brand-04:focus{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .md\:focus\:via-brand-05:focus{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .md\:focus\:via-brand-06:focus{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .md\:focus\:via-banner:focus{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .md\:focus\:via-p-01:focus{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .md\:focus\:via-inverse-01: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-light:focus{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .md\:focus\:via-gray-medium:focus{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .md\:focus\:via-gray-02:focus{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .md\:focus\:via-gray-03:focus{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .md\:focus\:via-gray-04:focus{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .md\:focus\:via-gray-05:focus{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .md\:focus\:via-error:focus{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: #fff !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-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .md\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .md\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .md\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .md\:focus\:to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .md\:focus\:to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .md\:focus\:to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .md\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .md\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .md\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .md\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .md\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .md\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .md\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .md\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .md\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .md\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .md\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .md\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .md\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .md\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .md\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .md\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .md\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .md\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !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-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .md\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .md\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .md\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .md\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .md\:focus\:to-brand-01:focus{
    --gradient-to-color: #0d112c !important;
  }

  .md\:focus\:to-brand-02:focus{
    --gradient-to-color: #1F354A !important;
  }

  .md\:focus\:to-brand-03:focus{
    --gradient-to-color: #44CEC9 !important;
  }

  .md\:focus\:to-brand-04:focus{
    --gradient-to-color: #499E8A !important;
  }

  .md\:focus\:to-brand-05:focus{
    --gradient-to-color: #A41F63 !important;
  }

  .md\:focus\:to-brand-06:focus{
    --gradient-to-color: #7D49BB !important;
  }

  .md\:focus\:to-banner:focus{
    --gradient-to-color: #FAD05C !important;
  }

  .md\:focus\:to-p-01:focus{
    --gradient-to-color: #303030 !important;
  }

  .md\:focus\:to-inverse-01:focus{
    --gradient-to-color: #ffffff !important;
  }

  .md\:focus\:to-gray-light:focus{
    --gradient-to-color: #F3F3F3 !important;
  }

  .md\:focus\:to-gray-medium:focus{
    --gradient-to-color: #EEEEEE !important;
  }

  .md\:focus\:to-gray-02:focus{
    --gradient-to-color: #D0D0D0 !important;
  }

  .md\:focus\:to-gray-03:focus{
    --gradient-to-color: #32333e !important;
  }

  .md\:focus\:to-gray-04:focus{
    --gradient-to-color: #272C2C !important;
  }

  .md\:focus\:to-gray-05:focus{
    --gradient-to-color: #575966 !important;
  }

  .md\:focus\:to-error:focus{
    --gradient-to-color: #f35b5b !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-80{
    --bg-opacity: 0.80 !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-80:hover{
    --bg-opacity: 0.80 !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-80:focus{
    --bg-opacity: 0.80 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom{
    background-position: bottom !important;
  }

  .md\:bg-center{
    background-position: center !important;
  }

  .md\:bg-left{
    background-position: left !important;
  }

  .md\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .md\:bg-left-top{
    background-position: left top !important;
  }

  .md\:bg-right{
    background-position: right !important;
  }

  .md\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .md\:bg-right-top{
    background-position: right top !important;
  }

  .md\:bg-top{
    background-position: top !important;
  }

  .md\:bg-repeat{
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:bg-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !important;
  }

  .md\:border-collapse{
    border-collapse: collapse !important;
  }

  .md\:border-separate{
    border-collapse: separate !important;
  }

  .md\:border-transparent{
    border-color: transparent !important;
  }

  .md\:border-current{
    border-color: currentColor !important;
  }

  .md\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md\:border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md\:border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md\:border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md\:border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md\:border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md\:border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md\:border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md\:border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:border-brand-01{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .md\:border-brand-02{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .md\:border-brand-03{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .md\:border-brand-04{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .md\:border-brand-05{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .md\:border-brand-06{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .md\:border-banner{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .md\:border-p-01{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .md\:border-inverse-01{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .md\:border-gray-medium{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .md\:border-gray-02{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .md\:border-gray-03{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .md\:border-gray-04{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .md\:border-gray-05{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .md\:border-error{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .md\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:hover\:border-brand-01:hover{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:border-brand-02:hover{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:border-brand-03:hover{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .md\:hover\:border-brand-04:hover{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:border-brand-05:hover{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .md\:hover\:border-brand-06:hover{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .md\:hover\:border-banner:hover{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .md\:hover\:border-p-01:hover{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .md\:hover\:border-inverse-01:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-medium:hover{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-02:hover{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-03:hover{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-04:hover{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-05:hover{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .md\:hover\:border-error:hover{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .md\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:focus\:border-brand-01:focus{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:border-brand-02:focus{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .md\:focus\:border-brand-03:focus{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .md\:focus\:border-brand-04:focus{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .md\:focus\:border-brand-05:focus{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .md\:focus\:border-brand-06:focus{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .md\:focus\:border-banner:focus{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .md\:focus\:border-p-01:focus{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .md\:focus\:border-inverse-01:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-medium:focus{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-02:focus{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-03:focus{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-04:focus{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-05:focus{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .md\:focus\:border-error:focus{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, 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-80{
    --border-opacity: 0.80 !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-80:hover{
    --border-opacity: 0.80 !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-80:focus{
    --border-opacity: 0.80 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .md\:rounded-none{
    border-radius: 0 !important;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:rounded{
    border-radius: 0.25rem !important;
  }

  .md\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .md\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .md\:rounded-full{
    border-radius: 9999px !important;
  }

  .md\:rounded-1\/2{
    border-radius: 50% !important;
  }

  .md\:rounded-menu{
    border-radius: 12px !important;
  }

  .md\:rounded-button{
    border-radius: 50px !important;
  }

  .md\:rounded-card{
    border-radius: 22px !important;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-t-1\/2{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-r-1\/2{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-b-1\/2{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-l-1\/2{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-t-menu{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .md\:rounded-r-menu{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .md\:rounded-b-menu{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:rounded-l-menu{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .md\:rounded-t-button{
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .md\:rounded-r-button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .md\:rounded-b-button{
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-l-button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-t-card{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .md\:rounded-r-card{
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .md\:rounded-b-card{
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .md\:rounded-l-card{
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-1\/2{
    border-top-left-radius: 50% !important;
  }

  .md\:rounded-tr-1\/2{
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-br-1\/2{
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-bl-1\/2{
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-tl-menu{
    border-top-left-radius: 12px !important;
  }

  .md\:rounded-tr-menu{
    border-top-right-radius: 12px !important;
  }

  .md\:rounded-br-menu{
    border-bottom-right-radius: 12px !important;
  }

  .md\:rounded-bl-menu{
    border-bottom-left-radius: 12px !important;
  }

  .md\:rounded-tl-button{
    border-top-left-radius: 50px !important;
  }

  .md\:rounded-tr-button{
    border-top-right-radius: 50px !important;
  }

  .md\:rounded-br-button{
    border-bottom-right-radius: 50px !important;
  }

  .md\:rounded-bl-button{
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-tl-card{
    border-top-left-radius: 22px !important;
  }

  .md\:rounded-tr-card{
    border-top-right-radius: 22px !important;
  }

  .md\:rounded-br-card{
    border-bottom-right-radius: 22px !important;
  }

  .md\:rounded-bl-card{
    border-bottom-left-radius: 22px !important;
  }

  .md\:border-solid{
    border-style: solid !important;
  }

  .md\:border-dashed{
    border-style: dashed !important;
  }

  .md\:border-dotted{
    border-style: dotted !important;
  }

  .md\:border-double{
    border-style: double !important;
  }

  .md\:border-none{
    border-style: none !important;
  }

  .md\:border-0{
    border-width: 0 !important;
  }

  .md\:border-1{
    border-width: 1px !important;
  }

  .md\:border-2{
    border-width: 2px !important;
  }

  .md\:border-4{
    border-width: 4px !important;
  }

  .md\:border-8{
    border-width: 8px !important;
  }

  .md\:border{
    border-width: 1px !important;
  }

  .md\:border-t-0{
    border-top-width: 0 !important;
  }

  .md\:border-r-0{
    border-right-width: 0 !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0{
    border-left-width: 0 !important;
  }

  .md\:border-t-1{
    border-top-width: 1px !important;
  }

  .md\:border-r-1{
    border-right-width: 1px !important;
  }

  .md\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .md\:border-l-1{
    border-left-width: 1px !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

  .md\:border-r-2{
    border-right-width: 2px !important;
  }

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

  .md\:border-r-4{
    border-right-width: 4px !important;
  }

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

  .md\:border-r-8{
    border-right-width: 8px !important;
  }

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

  .md\:border-t{
    border-top-width: 1px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l{
    border-left-width: 1px !important;
  }

  .md\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .md\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .md\:cursor-auto{
    cursor: auto !important;
  }

  .md\:cursor-default{
    cursor: default !important;
  }

  .md\:cursor-pointer{
    cursor: pointer !important;
  }

  .md\:cursor-wait{
    cursor: wait !important;
  }

  .md\:cursor-text{
    cursor: text !important;
  }

  .md\:cursor-move{
    cursor: move !important;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

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

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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;
  }

  .group:hover .md\:group-hover\:block{
    display: block !important;
  }

  .group:hover .md\:group-hover\:inline-block{
    display: inline-block !important;
  }

  .group:hover .md\:group-hover\:inline{
    display: inline !important;
  }

  .group:hover .md\:group-hover\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:hover .md\:group-hover\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:hover .md\:group-hover\:table{
    display: table !important;
  }

  .group:hover .md\:group-hover\:table-caption{
    display: table-caption !important;
  }

  .group:hover .md\:group-hover\:table-cell{
    display: table-cell !important;
  }

  .group:hover .md\:group-hover\:table-column{
    display: table-column !important;
  }

  .group:hover .md\:group-hover\:table-column-group{
    display: table-column-group !important;
  }

  .group:hover .md\:group-hover\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:hover .md\:group-hover\:table-header-group{
    display: table-header-group !important;
  }

  .group:hover .md\:group-hover\:table-row-group{
    display: table-row-group !important;
  }

  .group:hover .md\:group-hover\:table-row{
    display: table-row !important;
  }

  .group:hover .md\:group-hover\:flow-root{
    display: flow-root !important;
  }

  .group:hover .md\:group-hover\:grid{
    display: grid !important;
  }

  .group:hover .md\:group-hover\:inline-grid{
    display: inline-grid !important;
  }

  .group:hover .md\:group-hover\:contents{
    display: contents !important;
  }

  .group:hover .md\:group-hover\:hidden{
    display: none !important;
  }

  .group:focus .md\:group-focus\:block{
    display: block !important;
  }

  .group:focus .md\:group-focus\:inline-block{
    display: inline-block !important;
  }

  .group:focus .md\:group-focus\:inline{
    display: inline !important;
  }

  .group:focus .md\:group-focus\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:focus .md\:group-focus\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:focus .md\:group-focus\:table{
    display: table !important;
  }

  .group:focus .md\:group-focus\:table-caption{
    display: table-caption !important;
  }

  .group:focus .md\:group-focus\:table-cell{
    display: table-cell !important;
  }

  .group:focus .md\:group-focus\:table-column{
    display: table-column !important;
  }

  .group:focus .md\:group-focus\:table-column-group{
    display: table-column-group !important;
  }

  .group:focus .md\:group-focus\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:focus .md\:group-focus\:table-header-group{
    display: table-header-group !important;
  }

  .group:focus .md\:group-focus\:table-row-group{
    display: table-row-group !important;
  }

  .group:focus .md\:group-focus\:table-row{
    display: table-row !important;
  }

  .group:focus .md\:group-focus\:flow-root{
    display: flow-root !important;
  }

  .group:focus .md\:group-focus\:grid{
    display: grid !important;
  }

  .group:focus .md\:group-focus\:inline-grid{
    display: inline-grid !important;
  }

  .group:focus .md\:group-focus\:contents{
    display: contents !important;
  }

  .group:focus .md\:group-focus\:hidden{
    display: none !important;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        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{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:hover .md\:group-hover\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:hover .md\:group-hover\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:hover .md\:group-hover\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:hover .md\:group-hover\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:hover .md\:group-hover\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:focus .md\:group-focus\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:focus .md\:group-focus\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:focus .md\:group-focus\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:focus .md\:group-focus\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:focus .md\:group-focus\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .md\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .md\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .md\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .md\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .md\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .md\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .md\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .md\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .md\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .md\:self-stretch{
    -ms-flex-item-align: stretch !important;
        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{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .md\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            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{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .md\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .md\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .md\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .md\:float-right{
    float: right !important;
  }

  .md\:float-left{
    float: left !important;
  }

  .md\:float-none{
    float: none !important;
  }

  .md\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:clear-left{
    clear: left !important;
  }

  .md\:clear-right{
    clear: right !important;
  }

  .md\:clear-both{
    clear: both !important;
  }

  .md\:clear-none{
    clear: none !important;
  }

  .md\:font-body{
    font-family: Roboto !important;
  }

  .md\:font-heading{
    font-family: Lato !important;
  }

  .md\:font-hairline{
    font-weight: 100 !important;
  }

  .md\:font-thin{
    font-weight: 200 !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-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200 !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\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .md\:h-0{
    height: 0 !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-7{
    height: 1.75rem !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-18{
    height: 4.75rem !important;
  }

  .md\:h-20{
    height: 5rem !important;
  }

  .md\:h-22{
    height: 6rem !important;
  }

  .md\:h-24{
    height: 6rem !important;
  }

  .md\:h-28{
    height: 7rem !important;
  }

  .md\:h-32{
    height: 8rem !important;
  }

  .md\:h-40{
    height: 10rem !important;
  }

  .md\:h-44{
    height: 11rem !important;
  }

  .md\:h-48{
    height: 13rem !important;
  }

  .md\:h-56{
    height: 14rem !important;
  }

  .md\:h-60{
    height: 15rem !important;
  }

  .md\:h-64{
    height: 16rem !important;
  }

  .md\:h-66{
    height: 18rem !important;
  }

  .md\:h-68{
    height: 21rem !important;
  }

  .md\:h-70{
    height: 23rem !important;
  }

  .md\:h-72{
    height: 25rem !important;
  }

  .md\:h-74{
    height: 27rem !important;
  }

  .md\:h-75{
    height: 75px !important;
  }

  .md\:h-78{
    height: 29rem !important;
  }

  .md\:h-80{
    height: 80px !important;
  }

  .md\:h-90{
    height: 90px !important;
  }

  .md\:h-150{
    height: 150px !important;
  }

  .md\:h-200{
    height: 200px !important;
  }

  .md\:h-250{
    height: 250px !important;
  }

  .md\:h-270{
    height: 270px !important;
  }

  .md\:h-310{
    height: 310px !important;
  }

  .md\:h-330{
    height: 330px !important;
  }

  .md\:h-390{
    height: 390px !important;
  }

  .md\:h-400{
    height: 400px !important;
  }

  .md\:h-450{
    height: 450px !important;
  }

  .md\:h-500{
    height: 500px !important;
  }

  .md\:h-550{
    height: 550px !important;
  }

  .md\:h-600{
    height: 600px !important;
  }

  .md\:h-700{
    height: 700px !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-px{
    height: 1px !important;
  }

  .md\:h-2px{
    height: 2px !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vw !important;
  }

  .md\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:h-5\/6{
    height: 83.333333% !important;
  }

  .md\:h-1\/12{
    height: 8.333333% !important;
  }

  .md\:h-2\/12{
    height: 16.666667% !important;
  }

  .md\:h-3\/12{
    height: 25% !important;
  }

  .md\:h-4\/12{
    height: 33.333333% !important;
  }

  .md\:h-5\/12{
    height: 41.666667% !important;
  }

  .md\:h-6\/12{
    height: 50% !important;
  }

  .md\:h-7\/12{
    height: 58.333333% !important;
  }

  .md\:h-8\/12{
    height: 66.666667% !important;
  }

  .md\:h-9\/12{
    height: 75% !important;
  }

  .md\:h-10\/12{
    height: 83.333333% !important;
  }

  .md\:h-11\/12{
    height: 91.666667% !important;
  }

  .md\:h-logo_header{
    height: 50px !important;
  }

  .md\:h-logo_header_bsc{
    height: 60px !important;
  }

  .md\:h-logo_footer{
    height: 70px !important;
  }

  .md\:h-page_title{
    height: 140px !important;
  }

  .md\:h-page_title2{
    height: 260px !important;
  }

  .md\:text-xs{
    font-size: 0.75rem !important;
  }

  .md\:text-sm{
    font-size: 0.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.375rem !important;
  }

  .md\:text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:text-4xl{
    font-size: 2rem !important;
  }

  .md\:text-5xl{
    font-size: 2.8rem !important;
  }

  .md\:text-12rem{
    font-size: 12rem !important;
  }

  .md\:leading-3{
    line-height: .75rem !important;
  }

  .md\:leading-4{
    line-height: 1rem !important;
  }

  .md\:leading-5{
    line-height: 1.25rem !important;
  }

  .md\:leading-6{
    line-height: 1.5rem !important;
  }

  .md\:leading-7{
    line-height: 1.75rem !important;
  }

  .md\:leading-8{
    line-height: 2rem !important;
  }

  .md\:leading-9{
    line-height: 2.25rem !important;
  }

  .md\:leading-10{
    line-height: 2.5rem !important;
  }

  .md\:leading-none{
    line-height: 1 !important;
  }

  .md\:leading-tight{
    line-height: 1.25 !important;
  }

  .md\:leading-snug{
    line-height: 1.375 !important;
  }

  .md\:leading-normal{
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .md\:leading-loose{
    line-height: 2 !important;
  }

  .md\:list-inside{
    list-style-position: inside !important;
  }

  .md\:list-outside{
    list-style-position: outside !important;
  }

  .md\:list-none{
    list-style-type: none !important;
  }

  .md\:list-disc{
    list-style-type: disc !important;
  }

  .md\:list-decimal{
    list-style-type: decimal !important;
  }

  .md\:m-0{
    margin: 0 !important;
  }

  .md\:m-1{
    margin: 0.25rem !important;
  }

  .md\:m-2{
    margin: 0.5rem !important;
  }

  .md\:m-3{
    margin: 0.75rem !important;
  }

  .md\:m-4{
    margin: 1rem !important;
  }

  .md\:m-5{
    margin: 1.25rem !important;
  }

  .md\:m-6{
    margin: 1.5rem !important;
  }

  .md\:m-7{
    margin: 1.75rem !important;
  }

  .md\:m-8{
    margin: 2rem !important;
  }

  .md\:m-10{
    margin: 2.5rem !important;
  }

  .md\:m-12{
    margin: 3rem !important;
  }

  .md\:m-16{
    margin: 4rem !important;
  }

  .md\:m-18{
    margin: 4.75rem !important;
  }

  .md\:m-20{
    margin: 5rem !important;
  }

  .md\:m-22{
    margin: 6rem !important;
  }

  .md\:m-24{
    margin: 6rem !important;
  }

  .md\:m-28{
    margin: 7rem !important;
  }

  .md\:m-32{
    margin: 8rem !important;
  }

  .md\:m-40{
    margin: 10rem !important;
  }

  .md\:m-44{
    margin: 11rem !important;
  }

  .md\:m-48{
    margin: 13rem !important;
  }

  .md\:m-56{
    margin: 14rem !important;
  }

  .md\:m-60{
    margin: 15rem !important;
  }

  .md\:m-64{
    margin: 16rem !important;
  }

  .md\:m-66{
    margin: 18rem !important;
  }

  .md\:m-68{
    margin: 21rem !important;
  }

  .md\:m-70{
    margin: 23rem !important;
  }

  .md\:m-72{
    margin: 25rem !important;
  }

  .md\:m-74{
    margin: 27rem !important;
  }

  .md\:m-75{
    margin: 75px !important;
  }

  .md\:m-78{
    margin: 29rem !important;
  }

  .md\:m-80{
    margin: 80px !important;
  }

  .md\:m-90{
    margin: 90px !important;
  }

  .md\:m-150{
    margin: 150px !important;
  }

  .md\:m-200{
    margin: 200px !important;
  }

  .md\:m-250{
    margin: 250px !important;
  }

  .md\:m-270{
    margin: 270px !important;
  }

  .md\:m-310{
    margin: 310px !important;
  }

  .md\:m-330{
    margin: 330px !important;
  }

  .md\:m-390{
    margin: 390px !important;
  }

  .md\:m-400{
    margin: 400px !important;
  }

  .md\:m-450{
    margin: 450px !important;
  }

  .md\:m-500{
    margin: 500px !important;
  }

  .md\:m-550{
    margin: 550px !important;
  }

  .md\:m-600{
    margin: 600px !important;
  }

  .md\:m-700{
    margin: 700px !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:m-px{
    margin: 1px !important;
  }

  .md\:m-2px{
    margin: 2px !important;
  }

  .md\:-m-1{
    margin: -0.25rem !important;
  }

  .md\:-m-2{
    margin: -0.5rem !important;
  }

  .md\:-m-3{
    margin: -0.75rem !important;
  }

  .md\:-m-4{
    margin: -1rem !important;
  }

  .md\:-m-5{
    margin: -1.25rem !important;
  }

  .md\:-m-6{
    margin: -1.5rem !important;
  }

  .md\:-m-7{
    margin: -1.75rem !important;
  }

  .md\:-m-8{
    margin: -2rem !important;
  }

  .md\:-m-10{
    margin: -2.5rem !important;
  }

  .md\:-m-12{
    margin: -3rem !important;
  }

  .md\:-m-16{
    margin: -4rem !important;
  }

  .md\:-m-18{
    margin: -4.75rem !important;
  }

  .md\:-m-20{
    margin: -5rem !important;
  }

  .md\:-m-22{
    margin: -6rem !important;
  }

  .md\:-m-24{
    margin: -6rem !important;
  }

  .md\:-m-28{
    margin: -7rem !important;
  }

  .md\:-m-32{
    margin: -8rem !important;
  }

  .md\:-m-40{
    margin: -10rem !important;
  }

  .md\:-m-44{
    margin: -11rem !important;
  }

  .md\:-m-48{
    margin: -13rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-60{
    margin: -15rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-66{
    margin: -18rem !important;
  }

  .md\:-m-68{
    margin: -21rem !important;
  }

  .md\:-m-70{
    margin: -23rem !important;
  }

  .md\:-m-72{
    margin: -25rem !important;
  }

  .md\:-m-74{
    margin: -27rem !important;
  }

  .md\:-m-75{
    margin: -75px !important;
  }

  .md\:-m-78{
    margin: -29rem !important;
  }

  .md\:-m-80{
    margin: -80px !important;
  }

  .md\:-m-90{
    margin: -90px !important;
  }

  .md\:-m-150{
    margin: -150px !important;
  }

  .md\:-m-200{
    margin: -200px !important;
  }

  .md\:-m-250{
    margin: -250px !important;
  }

  .md\:-m-270{
    margin: -270px !important;
  }

  .md\:-m-310{
    margin: -310px !important;
  }

  .md\:-m-330{
    margin: -330px !important;
  }

  .md\:-m-390{
    margin: -390px !important;
  }

  .md\:-m-400{
    margin: -400px !important;
  }

  .md\:-m-450{
    margin: -450px !important;
  }

  .md\:-m-500{
    margin: -500px !important;
  }

  .md\:-m-550{
    margin: -550px !important;
  }

  .md\:-m-600{
    margin: -600px !important;
  }

  .md\:-m-700{
    margin: -700px !important;
  }

  .md\:-m-px{
    margin: -1px !important;
  }

  .md\:-m-2px{
    margin: -2px !important;
  }

  .md\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-18{
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .md\:mx-18{
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }

  .md\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-22{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-22{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:my-48{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:mx-48{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-66{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .md\:mx-66{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .md\:my-68{
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }

  .md\:mx-68{
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }

  .md\:my-70{
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }

  .md\:mx-70{
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }

  .md\:my-72{
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .md\:mx-72{
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .md\:my-74{
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .md\:mx-74{
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }

  .md\:my-75{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .md\:mx-75{
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .md\:my-78{
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }

  .md\:mx-78{
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }

  .md\:my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:mx-80{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:my-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .md\:mx-90{
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .md\:my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .md\:mx-150{
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .md\:my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .md\:mx-200{
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .md\:my-250{
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .md\:mx-250{
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .md\:my-270{
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }

  .md\:mx-270{
    margin-left: 270px !important;
    margin-right: 270px !important;
  }

  .md\:my-310{
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }

  .md\:mx-310{
    margin-left: 310px !important;
    margin-right: 310px !important;
  }

  .md\:my-330{
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .md\:mx-330{
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .md\:my-390{
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }

  .md\:mx-390{
    margin-left: 390px !important;
    margin-right: 390px !important;
  }

  .md\:my-400{
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }

  .md\:mx-400{
    margin-left: 400px !important;
    margin-right: 400px !important;
  }

  .md\:my-450{
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }

  .md\:mx-450{
    margin-left: 450px !important;
    margin-right: 450px !important;
  }

  .md\:my-500{
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }

  .md\:mx-500{
    margin-left: 500px !important;
    margin-right: 500px !important;
  }

  .md\:my-550{
    margin-top: 550px !important;
    margin-bottom: 550px !important;
  }

  .md\:mx-550{
    margin-left: 550px !important;
    margin-right: 550px !important;
  }

  .md\:my-600{
    margin-top: 600px !important;
    margin-bottom: 600px !important;
  }

  .md\:mx-600{
    margin-left: 600px !important;
    margin-right: 600px !important;
  }

  .md\:my-700{
    margin-top: 700px !important;
    margin-bottom: 700px !important;
  }

  .md\:mx-700{
    margin-left: 700px !important;
    margin-right: 700px !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .md\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .md\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .md\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-18{
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .md\:-mx-18{
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }

  .md\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-22{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-22{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:-my-48{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:-mx-48{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-66{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .md\:-mx-66{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .md\:-my-68{
    margin-top: -21rem !important;
    margin-bottom: -21rem !important;
  }

  .md\:-mx-68{
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }

  .md\:-my-70{
    margin-top: -23rem !important;
    margin-bottom: -23rem !important;
  }

  .md\:-mx-70{
    margin-left: -23rem !important;
    margin-right: -23rem !important;
  }

  .md\:-my-72{
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .md\:-mx-72{
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .md\:-my-74{
    margin-top: -27rem !important;
    margin-bottom: -27rem !important;
  }

  .md\:-mx-74{
    margin-left: -27rem !important;
    margin-right: -27rem !important;
  }

  .md\:-my-75{
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .md\:-mx-75{
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .md\:-my-78{
    margin-top: -29rem !important;
    margin-bottom: -29rem !important;
  }

  .md\:-mx-78{
    margin-left: -29rem !important;
    margin-right: -29rem !important;
  }

  .md\:-my-80{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .md\:-mx-80{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .md\:-my-90{
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .md\:-mx-90{
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .md\:-my-150{
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .md\:-mx-150{
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .md\:-my-200{
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .md\:-mx-200{
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .md\:-my-250{
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .md\:-mx-250{
    margin-left: -250px !important;
    margin-right: -250px !important;
  }

  .md\:-my-270{
    margin-top: -270px !important;
    margin-bottom: -270px !important;
  }

  .md\:-mx-270{
    margin-left: -270px !important;
    margin-right: -270px !important;
  }

  .md\:-my-310{
    margin-top: -310px !important;
    margin-bottom: -310px !important;
  }

  .md\:-mx-310{
    margin-left: -310px !important;
    margin-right: -310px !important;
  }

  .md\:-my-330{
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .md\:-mx-330{
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .md\:-my-390{
    margin-top: -390px !important;
    margin-bottom: -390px !important;
  }

  .md\:-mx-390{
    margin-left: -390px !important;
    margin-right: -390px !important;
  }

  .md\:-my-400{
    margin-top: -400px !important;
    margin-bottom: -400px !important;
  }

  .md\:-mx-400{
    margin-left: -400px !important;
    margin-right: -400px !important;
  }

  .md\:-my-450{
    margin-top: -450px !important;
    margin-bottom: -450px !important;
  }

  .md\:-mx-450{
    margin-left: -450px !important;
    margin-right: -450px !important;
  }

  .md\:-my-500{
    margin-top: -500px !important;
    margin-bottom: -500px !important;
  }

  .md\:-mx-500{
    margin-left: -500px !important;
    margin-right: -500px !important;
  }

  .md\:-my-550{
    margin-top: -550px !important;
    margin-bottom: -550px !important;
  }

  .md\:-mx-550{
    margin-left: -550px !important;
    margin-right: -550px !important;
  }

  .md\:-my-600{
    margin-top: -600px !important;
    margin-bottom: -600px !important;
  }

  .md\:-mx-600{
    margin-left: -600px !important;
    margin-right: -600px !important;
  }

  .md\:-my-700{
    margin-top: -700px !important;
    margin-bottom: -700px !important;
  }

  .md\:-mx-700{
    margin-left: -700px !important;
    margin-right: -700px !important;
  }

  .md\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .md\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .md\:mt-0{
    margin-top: 0 !important;
  }

  .md\:mr-0{
    margin-right: 0 !important;
  }

  .md\:mb-0{
    margin-bottom: 0 !important;
  }

  .md\:ml-0{
    margin-left: 0 !important;
  }

  .md\:mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:mt-4{
    margin-top: 1rem !important;
  }

  .md\:mr-4{
    margin-right: 1rem !important;
  }

  .md\:mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:ml-4{
    margin-left: 1rem !important;
  }

  .md\:mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:mt-7{
    margin-top: 1.75rem !important;
  }

  .md\:mr-7{
    margin-right: 1.75rem !important;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .md\:ml-7{
    margin-left: 1.75rem !important;
  }

  .md\:mt-8{
    margin-top: 2rem !important;
  }

  .md\:mr-8{
    margin-right: 2rem !important;
  }

  .md\:mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:ml-8{
    margin-left: 2rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:mt-12{
    margin-top: 3rem !important;
  }

  .md\:mr-12{
    margin-right: 3rem !important;
  }

  .md\:mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:ml-12{
    margin-left: 3rem !important;
  }

  .md\:mt-16{
    margin-top: 4rem !important;
  }

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:ml-16{
    margin-left: 4rem !important;
  }

  .md\:mt-18{
    margin-top: 4.75rem !important;
  }

  .md\:mr-18{
    margin-right: 4.75rem !important;
  }

  .md\:mb-18{
    margin-bottom: 4.75rem !important;
  }

  .md\:ml-18{
    margin-left: 4.75rem !important;
  }

  .md\:mt-20{
    margin-top: 5rem !important;
  }

  .md\:mr-20{
    margin-right: 5rem !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:ml-20{
    margin-left: 5rem !important;
  }

  .md\:mt-22{
    margin-top: 6rem !important;
  }

  .md\:mr-22{
    margin-right: 6rem !important;
  }

  .md\:mb-22{
    margin-bottom: 6rem !important;
  }

  .md\:ml-22{
    margin-left: 6rem !important;
  }

  .md\:mt-24{
    margin-top: 6rem !important;
  }

  .md\:mr-24{
    margin-right: 6rem !important;
  }

  .md\:mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:ml-24{
    margin-left: 6rem !important;
  }

  .md\:mt-28{
    margin-top: 7rem !important;
  }

  .md\:mr-28{
    margin-right: 7rem !important;
  }

  .md\:mb-28{
    margin-bottom: 7rem !important;
  }

  .md\:ml-28{
    margin-left: 7rem !important;
  }

  .md\:mt-32{
    margin-top: 8rem !important;
  }

  .md\:mr-32{
    margin-right: 8rem !important;
  }

  .md\:mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:ml-32{
    margin-left: 8rem !important;
  }

  .md\:mt-40{
    margin-top: 10rem !important;
  }

  .md\:mr-40{
    margin-right: 10rem !important;
  }

  .md\:mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:ml-40{
    margin-left: 10rem !important;
  }

  .md\:mt-44{
    margin-top: 11rem !important;
  }

  .md\:mr-44{
    margin-right: 11rem !important;
  }

  .md\:mb-44{
    margin-bottom: 11rem !important;
  }

  .md\:ml-44{
    margin-left: 11rem !important;
  }

  .md\:mt-48{
    margin-top: 13rem !important;
  }

  .md\:mr-48{
    margin-right: 13rem !important;
  }

  .md\:mb-48{
    margin-bottom: 13rem !important;
  }

  .md\:ml-48{
    margin-left: 13rem !important;
  }

  .md\:mt-56{
    margin-top: 14rem !important;
  }

  .md\:mr-56{
    margin-right: 14rem !important;
  }

  .md\:mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:ml-56{
    margin-left: 14rem !important;
  }

  .md\:mt-60{
    margin-top: 15rem !important;
  }

  .md\:mr-60{
    margin-right: 15rem !important;
  }

  .md\:mb-60{
    margin-bottom: 15rem !important;
  }

  .md\:ml-60{
    margin-left: 15rem !important;
  }

  .md\:mt-64{
    margin-top: 16rem !important;
  }

  .md\:mr-64{
    margin-right: 16rem !important;
  }

  .md\:mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:ml-64{
    margin-left: 16rem !important;
  }

  .md\:mt-66{
    margin-top: 18rem !important;
  }

  .md\:mr-66{
    margin-right: 18rem !important;
  }

  .md\:mb-66{
    margin-bottom: 18rem !important;
  }

  .md\:ml-66{
    margin-left: 18rem !important;
  }

  .md\:mt-68{
    margin-top: 21rem !important;
  }

  .md\:mr-68{
    margin-right: 21rem !important;
  }

  .md\:mb-68{
    margin-bottom: 21rem !important;
  }

  .md\:ml-68{
    margin-left: 21rem !important;
  }

  .md\:mt-70{
    margin-top: 23rem !important;
  }

  .md\:mr-70{
    margin-right: 23rem !important;
  }

  .md\:mb-70{
    margin-bottom: 23rem !important;
  }

  .md\:ml-70{
    margin-left: 23rem !important;
  }

  .md\:mt-72{
    margin-top: 25rem !important;
  }

  .md\:mr-72{
    margin-right: 25rem !important;
  }

  .md\:mb-72{
    margin-bottom: 25rem !important;
  }

  .md\:ml-72{
    margin-left: 25rem !important;
  }

  .md\:mt-74{
    margin-top: 27rem !important;
  }

  .md\:mr-74{
    margin-right: 27rem !important;
  }

  .md\:mb-74{
    margin-bottom: 27rem !important;
  }

  .md\:ml-74{
    margin-left: 27rem !important;
  }

  .md\:mt-75{
    margin-top: 75px !important;
  }

  .md\:mr-75{
    margin-right: 75px !important;
  }

  .md\:mb-75{
    margin-bottom: 75px !important;
  }

  .md\:ml-75{
    margin-left: 75px !important;
  }

  .md\:mt-78{
    margin-top: 29rem !important;
  }

  .md\:mr-78{
    margin-right: 29rem !important;
  }

  .md\:mb-78{
    margin-bottom: 29rem !important;
  }

  .md\:ml-78{
    margin-left: 29rem !important;
  }

  .md\:mt-80{
    margin-top: 80px !important;
  }

  .md\:mr-80{
    margin-right: 80px !important;
  }

  .md\:mb-80{
    margin-bottom: 80px !important;
  }

  .md\:ml-80{
    margin-left: 80px !important;
  }

  .md\:mt-90{
    margin-top: 90px !important;
  }

  .md\:mr-90{
    margin-right: 90px !important;
  }

  .md\:mb-90{
    margin-bottom: 90px !important;
  }

  .md\:ml-90{
    margin-left: 90px !important;
  }

  .md\:mt-150{
    margin-top: 150px !important;
  }

  .md\:mr-150{
    margin-right: 150px !important;
  }

  .md\:mb-150{
    margin-bottom: 150px !important;
  }

  .md\:ml-150{
    margin-left: 150px !important;
  }

  .md\:mt-200{
    margin-top: 200px !important;
  }

  .md\:mr-200{
    margin-right: 200px !important;
  }

  .md\:mb-200{
    margin-bottom: 200px !important;
  }

  .md\:ml-200{
    margin-left: 200px !important;
  }

  .md\:mt-250{
    margin-top: 250px !important;
  }

  .md\:mr-250{
    margin-right: 250px !important;
  }

  .md\:mb-250{
    margin-bottom: 250px !important;
  }

  .md\:ml-250{
    margin-left: 250px !important;
  }

  .md\:mt-270{
    margin-top: 270px !important;
  }

  .md\:mr-270{
    margin-right: 270px !important;
  }

  .md\:mb-270{
    margin-bottom: 270px !important;
  }

  .md\:ml-270{
    margin-left: 270px !important;
  }

  .md\:mt-310{
    margin-top: 310px !important;
  }

  .md\:mr-310{
    margin-right: 310px !important;
  }

  .md\:mb-310{
    margin-bottom: 310px !important;
  }

  .md\:ml-310{
    margin-left: 310px !important;
  }

  .md\:mt-330{
    margin-top: 330px !important;
  }

  .md\:mr-330{
    margin-right: 330px !important;
  }

  .md\:mb-330{
    margin-bottom: 330px !important;
  }

  .md\:ml-330{
    margin-left: 330px !important;
  }

  .md\:mt-390{
    margin-top: 390px !important;
  }

  .md\:mr-390{
    margin-right: 390px !important;
  }

  .md\:mb-390{
    margin-bottom: 390px !important;
  }

  .md\:ml-390{
    margin-left: 390px !important;
  }

  .md\:mt-400{
    margin-top: 400px !important;
  }

  .md\:mr-400{
    margin-right: 400px !important;
  }

  .md\:mb-400{
    margin-bottom: 400px !important;
  }

  .md\:ml-400{
    margin-left: 400px !important;
  }

  .md\:mt-450{
    margin-top: 450px !important;
  }

  .md\:mr-450{
    margin-right: 450px !important;
  }

  .md\:mb-450{
    margin-bottom: 450px !important;
  }

  .md\:ml-450{
    margin-left: 450px !important;
  }

  .md\:mt-500{
    margin-top: 500px !important;
  }

  .md\:mr-500{
    margin-right: 500px !important;
  }

  .md\:mb-500{
    margin-bottom: 500px !important;
  }

  .md\:ml-500{
    margin-left: 500px !important;
  }

  .md\:mt-550{
    margin-top: 550px !important;
  }

  .md\:mr-550{
    margin-right: 550px !important;
  }

  .md\:mb-550{
    margin-bottom: 550px !important;
  }

  .md\:ml-550{
    margin-left: 550px !important;
  }

  .md\:mt-600{
    margin-top: 600px !important;
  }

  .md\:mr-600{
    margin-right: 600px !important;
  }

  .md\:mb-600{
    margin-bottom: 600px !important;
  }

  .md\:ml-600{
    margin-left: 600px !important;
  }

  .md\:mt-700{
    margin-top: 700px !important;
  }

  .md\:mr-700{
    margin-right: 700px !important;
  }

  .md\:mb-700{
    margin-bottom: 700px !important;
  }

  .md\:ml-700{
    margin-left: 700px !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:mt-px{
    margin-top: 1px !important;
  }

  .md\:mr-px{
    margin-right: 1px !important;
  }

  .md\:mb-px{
    margin-bottom: 1px !important;
  }

  .md\:ml-px{
    margin-left: 1px !important;
  }

  .md\:mt-2px{
    margin-top: 2px !important;
  }

  .md\:mr-2px{
    margin-right: 2px !important;
  }

  .md\:mb-2px{
    margin-bottom: 2px !important;
  }

  .md\:ml-2px{
    margin-left: 2px !important;
  }

  .md\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4{
    margin-top: -1rem !important;
  }

  .md\:-mr-4{
    margin-right: -1rem !important;
  }

  .md\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4{
    margin-left: -1rem !important;
  }

  .md\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .md\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .md\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .md\:-mt-8{
    margin-top: -2rem !important;
  }

  .md\:-mr-8{
    margin-right: -2rem !important;
  }

  .md\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8{
    margin-left: -2rem !important;
  }

  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12{
    margin-top: -3rem !important;
  }

  .md\:-mr-12{
    margin-right: -3rem !important;
  }

  .md\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12{
    margin-left: -3rem !important;
  }

  .md\:-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-mr-16{
    margin-right: -4rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16{
    margin-left: -4rem !important;
  }

  .md\:-mt-18{
    margin-top: -4.75rem !important;
  }

  .md\:-mr-18{
    margin-right: -4.75rem !important;
  }

  .md\:-mb-18{
    margin-bottom: -4.75rem !important;
  }

  .md\:-ml-18{
    margin-left: -4.75rem !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mr-20{
    margin-right: -5rem !important;
  }

  .md\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20{
    margin-left: -5rem !important;
  }

  .md\:-mt-22{
    margin-top: -6rem !important;
  }

  .md\:-mr-22{
    margin-right: -6rem !important;
  }

  .md\:-mb-22{
    margin-bottom: -6rem !important;
  }

  .md\:-ml-22{
    margin-left: -6rem !important;
  }

  .md\:-mt-24{
    margin-top: -6rem !important;
  }

  .md\:-mr-24{
    margin-right: -6rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24{
    margin-left: -6rem !important;
  }

  .md\:-mt-28{
    margin-top: -7rem !important;
  }

  .md\:-mr-28{
    margin-right: -7rem !important;
  }

  .md\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .md\:-ml-28{
    margin-left: -7rem !important;
  }

  .md\:-mt-32{
    margin-top: -8rem !important;
  }

  .md\:-mr-32{
    margin-right: -8rem !important;
  }

  .md\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32{
    margin-left: -8rem !important;
  }

  .md\:-mt-40{
    margin-top: -10rem !important;
  }

  .md\:-mr-40{
    margin-right: -10rem !important;
  }

  .md\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:-ml-40{
    margin-left: -10rem !important;
  }

  .md\:-mt-44{
    margin-top: -11rem !important;
  }

  .md\:-mr-44{
    margin-right: -11rem !important;
  }

  .md\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .md\:-ml-44{
    margin-left: -11rem !important;
  }

  .md\:-mt-48{
    margin-top: -13rem !important;
  }

  .md\:-mr-48{
    margin-right: -13rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -13rem !important;
  }

  .md\:-ml-48{
    margin-left: -13rem !important;
  }

  .md\:-mt-56{
    margin-top: -14rem !important;
  }

  .md\:-mr-56{
    margin-right: -14rem !important;
  }

  .md\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:-ml-56{
    margin-left: -14rem !important;
  }

  .md\:-mt-60{
    margin-top: -15rem !important;
  }

  .md\:-mr-60{
    margin-right: -15rem !important;
  }

  .md\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .md\:-ml-60{
    margin-left: -15rem !important;
  }

  .md\:-mt-64{
    margin-top: -16rem !important;
  }

  .md\:-mr-64{
    margin-right: -16rem !important;
  }

  .md\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:-ml-64{
    margin-left: -16rem !important;
  }

  .md\:-mt-66{
    margin-top: -18rem !important;
  }

  .md\:-mr-66{
    margin-right: -18rem !important;
  }

  .md\:-mb-66{
    margin-bottom: -18rem !important;
  }

  .md\:-ml-66{
    margin-left: -18rem !important;
  }

  .md\:-mt-68{
    margin-top: -21rem !important;
  }

  .md\:-mr-68{
    margin-right: -21rem !important;
  }

  .md\:-mb-68{
    margin-bottom: -21rem !important;
  }

  .md\:-ml-68{
    margin-left: -21rem !important;
  }

  .md\:-mt-70{
    margin-top: -23rem !important;
  }

  .md\:-mr-70{
    margin-right: -23rem !important;
  }

  .md\:-mb-70{
    margin-bottom: -23rem !important;
  }

  .md\:-ml-70{
    margin-left: -23rem !important;
  }

  .md\:-mt-72{
    margin-top: -25rem !important;
  }

  .md\:-mr-72{
    margin-right: -25rem !important;
  }

  .md\:-mb-72{
    margin-bottom: -25rem !important;
  }

  .md\:-ml-72{
    margin-left: -25rem !important;
  }

  .md\:-mt-74{
    margin-top: -27rem !important;
  }

  .md\:-mr-74{
    margin-right: -27rem !important;
  }

  .md\:-mb-74{
    margin-bottom: -27rem !important;
  }

  .md\:-ml-74{
    margin-left: -27rem !important;
  }

  .md\:-mt-75{
    margin-top: -75px !important;
  }

  .md\:-mr-75{
    margin-right: -75px !important;
  }

  .md\:-mb-75{
    margin-bottom: -75px !important;
  }

  .md\:-ml-75{
    margin-left: -75px !important;
  }

  .md\:-mt-78{
    margin-top: -29rem !important;
  }

  .md\:-mr-78{
    margin-right: -29rem !important;
  }

  .md\:-mb-78{
    margin-bottom: -29rem !important;
  }

  .md\:-ml-78{
    margin-left: -29rem !important;
  }

  .md\:-mt-80{
    margin-top: -80px !important;
  }

  .md\:-mr-80{
    margin-right: -80px !important;
  }

  .md\:-mb-80{
    margin-bottom: -80px !important;
  }

  .md\:-ml-80{
    margin-left: -80px !important;
  }

  .md\:-mt-90{
    margin-top: -90px !important;
  }

  .md\:-mr-90{
    margin-right: -90px !important;
  }

  .md\:-mb-90{
    margin-bottom: -90px !important;
  }

  .md\:-ml-90{
    margin-left: -90px !important;
  }

  .md\:-mt-150{
    margin-top: -150px !important;
  }

  .md\:-mr-150{
    margin-right: -150px !important;
  }

  .md\:-mb-150{
    margin-bottom: -150px !important;
  }

  .md\:-ml-150{
    margin-left: -150px !important;
  }

  .md\:-mt-200{
    margin-top: -200px !important;
  }

  .md\:-mr-200{
    margin-right: -200px !important;
  }

  .md\:-mb-200{
    margin-bottom: -200px !important;
  }

  .md\:-ml-200{
    margin-left: -200px !important;
  }

  .md\:-mt-250{
    margin-top: -250px !important;
  }

  .md\:-mr-250{
    margin-right: -250px !important;
  }

  .md\:-mb-250{
    margin-bottom: -250px !important;
  }

  .md\:-ml-250{
    margin-left: -250px !important;
  }

  .md\:-mt-270{
    margin-top: -270px !important;
  }

  .md\:-mr-270{
    margin-right: -270px !important;
  }

  .md\:-mb-270{
    margin-bottom: -270px !important;
  }

  .md\:-ml-270{
    margin-left: -270px !important;
  }

  .md\:-mt-310{
    margin-top: -310px !important;
  }

  .md\:-mr-310{
    margin-right: -310px !important;
  }

  .md\:-mb-310{
    margin-bottom: -310px !important;
  }

  .md\:-ml-310{
    margin-left: -310px !important;
  }

  .md\:-mt-330{
    margin-top: -330px !important;
  }

  .md\:-mr-330{
    margin-right: -330px !important;
  }

  .md\:-mb-330{
    margin-bottom: -330px !important;
  }

  .md\:-ml-330{
    margin-left: -330px !important;
  }

  .md\:-mt-390{
    margin-top: -390px !important;
  }

  .md\:-mr-390{
    margin-right: -390px !important;
  }

  .md\:-mb-390{
    margin-bottom: -390px !important;
  }

  .md\:-ml-390{
    margin-left: -390px !important;
  }

  .md\:-mt-400{
    margin-top: -400px !important;
  }

  .md\:-mr-400{
    margin-right: -400px !important;
  }

  .md\:-mb-400{
    margin-bottom: -400px !important;
  }

  .md\:-ml-400{
    margin-left: -400px !important;
  }

  .md\:-mt-450{
    margin-top: -450px !important;
  }

  .md\:-mr-450{
    margin-right: -450px !important;
  }

  .md\:-mb-450{
    margin-bottom: -450px !important;
  }

  .md\:-ml-450{
    margin-left: -450px !important;
  }

  .md\:-mt-500{
    margin-top: -500px !important;
  }

  .md\:-mr-500{
    margin-right: -500px !important;
  }

  .md\:-mb-500{
    margin-bottom: -500px !important;
  }

  .md\:-ml-500{
    margin-left: -500px !important;
  }

  .md\:-mt-550{
    margin-top: -550px !important;
  }

  .md\:-mr-550{
    margin-right: -550px !important;
  }

  .md\:-mb-550{
    margin-bottom: -550px !important;
  }

  .md\:-ml-550{
    margin-left: -550px !important;
  }

  .md\:-mt-600{
    margin-top: -600px !important;
  }

  .md\:-mr-600{
    margin-right: -600px !important;
  }

  .md\:-mb-600{
    margin-bottom: -600px !important;
  }

  .md\:-ml-600{
    margin-left: -600px !important;
  }

  .md\:-mt-700{
    margin-top: -700px !important;
  }

  .md\:-mr-700{
    margin-right: -700px !important;
  }

  .md\:-mb-700{
    margin-bottom: -700px !important;
  }

  .md\:-ml-700{
    margin-left: -700px !important;
  }

  .md\:-mt-px{
    margin-top: -1px !important;
  }

  .md\:-mr-px{
    margin-right: -1px !important;
  }

  .md\:-mb-px{
    margin-bottom: -1px !important;
  }

  .md\:-ml-px{
    margin-left: -1px !important;
  }

  .md\:-mt-2px{
    margin-top: -2px !important;
  }

  .md\:-mr-2px{
    margin-right: -2px !important;
  }

  .md\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .md\:-ml-2px{
    margin-left: -2px !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:max-h-logo{
    max-height: 115px !important;
  }

  .md\:max-w-200{
    max-width: 200px !important;
  }

  .md\:max-w-570{
    max-width: 570px !important;
  }

  .md\:max-w-700{
    max-width: 700px !important;
  }

  .md\:max-w-900{
    max-width: 900px !important;
  }

  .md\:max-w-1135{
    max-width: 1135px !important;
  }

  .md\:max-w-1366{
    max-width: 1366px !important;
  }

  .md\:max-w-1440{
    max-width: 1440px !important;
  }

  .md\:max-w-1920{
    max-width: 1920px !important;
  }

  .md\:max-w-none{
    max-width: none !important;
  }

  .md\:max-w-xs{
    max-width: 20rem !important;
  }

  .md\:max-w-sm{
    max-width: 24rem !important;
  }

  .md\:max-w-md{
    max-width: 28rem !important;
  }

  .md\:max-w-lg{
    max-width: 32rem !important;
  }

  .md\:max-w-xl{
    max-width: 36rem !important;
  }

  .md\:max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:max-w-screen-sm{
    max-width: 450px !important;
  }

  .md\:max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .md\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .md\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .md\:max-w-main-content-margin{
    max-width: 900px !important;
  }

  .md\:max-w-inner-margin{
    max-width: 1440px !important;
  }

  .md\:max-w-outer-margin{
    max-width: 1920px !important;
  }

  .md\:min-h-0{
    min-height: 0 !important;
  }

  .md\:min-h-12{
    min-height: 3rem !important;
  }

  .md\:min-h-28{
    min-height: 7rem !important;
  }

  .md\:min-h-100{
    min-height: 100px !important;
  }

  .md\:min-h-150{
    min-height: 150px !important;
  }

  .md\:min-h-300{
    min-height: 300px !important;
  }

  .md\:min-h-310{
    min-height: 310px !important;
  }

  .md\:min-h-330{
    min-height: 330px !important;
  }

  .md\:min-h-390{
    min-height: 390px !important;
  }

  .md\:min-h-420{
    min-height: 420px !important;
  }

  .md\:min-h-600{
    min-height: 600px !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !important;
  }

  .md\:min-h-page_title{
    min-height: 140px !important;
  }

  .md\:min-h-page_title2{
    min-height: 260px !important;
  }

  .md\:min-w-0{
    min-width: 0 !important;
  }

  .md\:min-w-200{
    min-width: 200px !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-80{
    opacity: 0.80 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.80 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.80 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !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{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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;
  }

  .md\:p-0{
    padding: 0 !important;
  }

  .md\:p-1{
    padding: 0.25rem !important;
  }

  .md\:p-2{
    padding: 0.5rem !important;
  }

  .md\:p-3{
    padding: 0.75rem !important;
  }

  .md\:p-4{
    padding: 1rem !important;
  }

  .md\:p-5{
    padding: 1.25rem !important;
  }

  .md\:p-6{
    padding: 1.5rem !important;
  }

  .md\:p-7{
    padding: 1.75rem !important;
  }

  .md\:p-8{
    padding: 2rem !important;
  }

  .md\:p-10{
    padding: 2.5rem !important;
  }

  .md\:p-12{
    padding: 3rem !important;
  }

  .md\:p-16{
    padding: 4rem !important;
  }

  .md\:p-18{
    padding: 4.75rem !important;
  }

  .md\:p-20{
    padding: 5rem !important;
  }

  .md\:p-22{
    padding: 6rem !important;
  }

  .md\:p-24{
    padding: 6rem !important;
  }

  .md\:p-28{
    padding: 7rem !important;
  }

  .md\:p-32{
    padding: 8rem !important;
  }

  .md\:p-40{
    padding: 10rem !important;
  }

  .md\:p-44{
    padding: 11rem !important;
  }

  .md\:p-48{
    padding: 13rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-60{
    padding: 15rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-66{
    padding: 18rem !important;
  }

  .md\:p-68{
    padding: 21rem !important;
  }

  .md\:p-70{
    padding: 23rem !important;
  }

  .md\:p-72{
    padding: 25rem !important;
  }

  .md\:p-74{
    padding: 27rem !important;
  }

  .md\:p-75{
    padding: 75px !important;
  }

  .md\:p-78{
    padding: 29rem !important;
  }

  .md\:p-80{
    padding: 80px !important;
  }

  .md\:p-90{
    padding: 90px !important;
  }

  .md\:p-150{
    padding: 150px !important;
  }

  .md\:p-200{
    padding: 200px !important;
  }

  .md\:p-250{
    padding: 250px !important;
  }

  .md\:p-270{
    padding: 270px !important;
  }

  .md\:p-310{
    padding: 310px !important;
  }

  .md\:p-330{
    padding: 330px !important;
  }

  .md\:p-390{
    padding: 390px !important;
  }

  .md\:p-400{
    padding: 400px !important;
  }

  .md\:p-450{
    padding: 450px !important;
  }

  .md\:p-500{
    padding: 500px !important;
  }

  .md\:p-550{
    padding: 550px !important;
  }

  .md\:p-600{
    padding: 600px !important;
  }

  .md\:p-700{
    padding: 700px !important;
  }

  .md\:p-px{
    padding: 1px !important;
  }

  .md\:p-2px{
    padding: 2px !important;
  }

  .md\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .md\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .md\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .md\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .md\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .md\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .md\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .md\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .md\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .md\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .md\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .md\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .md\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .md\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .md\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .md\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .md\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .md\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .md\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .md\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .md\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .md\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .md\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .md\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .md\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .md\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .md\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .md\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .md\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .md\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .md\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .md\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .md\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .md\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .md\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .md\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .md\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .md\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .md\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .md\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .md\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .md\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .md\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .md\:pt-0{
    padding-top: 0 !important;
  }

  .md\:pr-0{
    padding-right: 0 !important;
  }

  .md\:pb-0{
    padding-bottom: 0 !important;
  }

  .md\:pl-0{
    padding-left: 0 !important;
  }

  .md\:pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:pt-4{
    padding-top: 1rem !important;
  }

  .md\:pr-4{
    padding-right: 1rem !important;
  }

  .md\:pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:pl-4{
    padding-left: 1rem !important;
  }

  .md\:pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:pt-7{
    padding-top: 1.75rem !important;
  }

  .md\:pr-7{
    padding-right: 1.75rem !important;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .md\:pl-7{
    padding-left: 1.75rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pr-8{
    padding-right: 2rem !important;
  }

  .md\:pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

  .md\:pr-12{
    padding-right: 3rem !important;
  }

  .md\:pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:pl-12{
    padding-left: 3rem !important;
  }

  .md\:pt-16{
    padding-top: 4rem !important;
  }

  .md\:pr-16{
    padding-right: 4rem !important;
  }

  .md\:pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:pl-16{
    padding-left: 4rem !important;
  }

  .md\:pt-18{
    padding-top: 4.75rem !important;
  }

  .md\:pr-18{
    padding-right: 4.75rem !important;
  }

  .md\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .md\:pl-18{
    padding-left: 4.75rem !important;
  }

  .md\:pt-20{
    padding-top: 5rem !important;
  }

  .md\:pr-20{
    padding-right: 5rem !important;
  }

  .md\:pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:pl-20{
    padding-left: 5rem !important;
  }

  .md\:pt-22{
    padding-top: 6rem !important;
  }

  .md\:pr-22{
    padding-right: 6rem !important;
  }

  .md\:pb-22{
    padding-bottom: 6rem !important;
  }

  .md\:pl-22{
    padding-left: 6rem !important;
  }

  .md\:pt-24{
    padding-top: 6rem !important;
  }

  .md\:pr-24{
    padding-right: 6rem !important;
  }

  .md\:pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pt-28{
    padding-top: 7rem !important;
  }

  .md\:pr-28{
    padding-right: 7rem !important;
  }

  .md\:pb-28{
    padding-bottom: 7rem !important;
  }

  .md\:pl-28{
    padding-left: 7rem !important;
  }

  .md\:pt-32{
    padding-top: 8rem !important;
  }

  .md\:pr-32{
    padding-right: 8rem !important;
  }

  .md\:pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:pl-32{
    padding-left: 8rem !important;
  }

  .md\:pt-40{
    padding-top: 10rem !important;
  }

  .md\:pr-40{
    padding-right: 10rem !important;
  }

  .md\:pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:pl-40{
    padding-left: 10rem !important;
  }

  .md\:pt-44{
    padding-top: 11rem !important;
  }

  .md\:pr-44{
    padding-right: 11rem !important;
  }

  .md\:pb-44{
    padding-bottom: 11rem !important;
  }

  .md\:pl-44{
    padding-left: 11rem !important;
  }

  .md\:pt-48{
    padding-top: 13rem !important;
  }

  .md\:pr-48{
    padding-right: 13rem !important;
  }

  .md\:pb-48{
    padding-bottom: 13rem !important;
  }

  .md\:pl-48{
    padding-left: 13rem !important;
  }

  .md\:pt-56{
    padding-top: 14rem !important;
  }

  .md\:pr-56{
    padding-right: 14rem !important;
  }

  .md\:pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:pl-56{
    padding-left: 14rem !important;
  }

  .md\:pt-60{
    padding-top: 15rem !important;
  }

  .md\:pr-60{
    padding-right: 15rem !important;
  }

  .md\:pb-60{
    padding-bottom: 15rem !important;
  }

  .md\:pl-60{
    padding-left: 15rem !important;
  }

  .md\:pt-64{
    padding-top: 16rem !important;
  }

  .md\:pr-64{
    padding-right: 16rem !important;
  }

  .md\:pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:pl-64{
    padding-left: 16rem !important;
  }

  .md\:pt-66{
    padding-top: 18rem !important;
  }

  .md\:pr-66{
    padding-right: 18rem !important;
  }

  .md\:pb-66{
    padding-bottom: 18rem !important;
  }

  .md\:pl-66{
    padding-left: 18rem !important;
  }

  .md\:pt-68{
    padding-top: 21rem !important;
  }

  .md\:pr-68{
    padding-right: 21rem !important;
  }

  .md\:pb-68{
    padding-bottom: 21rem !important;
  }

  .md\:pl-68{
    padding-left: 21rem !important;
  }

  .md\:pt-70{
    padding-top: 23rem !important;
  }

  .md\:pr-70{
    padding-right: 23rem !important;
  }

  .md\:pb-70{
    padding-bottom: 23rem !important;
  }

  .md\:pl-70{
    padding-left: 23rem !important;
  }

  .md\:pt-72{
    padding-top: 25rem !important;
  }

  .md\:pr-72{
    padding-right: 25rem !important;
  }

  .md\:pb-72{
    padding-bottom: 25rem !important;
  }

  .md\:pl-72{
    padding-left: 25rem !important;
  }

  .md\:pt-74{
    padding-top: 27rem !important;
  }

  .md\:pr-74{
    padding-right: 27rem !important;
  }

  .md\:pb-74{
    padding-bottom: 27rem !important;
  }

  .md\:pl-74{
    padding-left: 27rem !important;
  }

  .md\:pt-75{
    padding-top: 75px !important;
  }

  .md\:pr-75{
    padding-right: 75px !important;
  }

  .md\:pb-75{
    padding-bottom: 75px !important;
  }

  .md\:pl-75{
    padding-left: 75px !important;
  }

  .md\:pt-78{
    padding-top: 29rem !important;
  }

  .md\:pr-78{
    padding-right: 29rem !important;
  }

  .md\:pb-78{
    padding-bottom: 29rem !important;
  }

  .md\:pl-78{
    padding-left: 29rem !important;
  }

  .md\:pt-80{
    padding-top: 80px !important;
  }

  .md\:pr-80{
    padding-right: 80px !important;
  }

  .md\:pb-80{
    padding-bottom: 80px !important;
  }

  .md\:pl-80{
    padding-left: 80px !important;
  }

  .md\:pt-90{
    padding-top: 90px !important;
  }

  .md\:pr-90{
    padding-right: 90px !important;
  }

  .md\:pb-90{
    padding-bottom: 90px !important;
  }

  .md\:pl-90{
    padding-left: 90px !important;
  }

  .md\:pt-150{
    padding-top: 150px !important;
  }

  .md\:pr-150{
    padding-right: 150px !important;
  }

  .md\:pb-150{
    padding-bottom: 150px !important;
  }

  .md\:pl-150{
    padding-left: 150px !important;
  }

  .md\:pt-200{
    padding-top: 200px !important;
  }

  .md\:pr-200{
    padding-right: 200px !important;
  }

  .md\:pb-200{
    padding-bottom: 200px !important;
  }

  .md\:pl-200{
    padding-left: 200px !important;
  }

  .md\:pt-250{
    padding-top: 250px !important;
  }

  .md\:pr-250{
    padding-right: 250px !important;
  }

  .md\:pb-250{
    padding-bottom: 250px !important;
  }

  .md\:pl-250{
    padding-left: 250px !important;
  }

  .md\:pt-270{
    padding-top: 270px !important;
  }

  .md\:pr-270{
    padding-right: 270px !important;
  }

  .md\:pb-270{
    padding-bottom: 270px !important;
  }

  .md\:pl-270{
    padding-left: 270px !important;
  }

  .md\:pt-310{
    padding-top: 310px !important;
  }

  .md\:pr-310{
    padding-right: 310px !important;
  }

  .md\:pb-310{
    padding-bottom: 310px !important;
  }

  .md\:pl-310{
    padding-left: 310px !important;
  }

  .md\:pt-330{
    padding-top: 330px !important;
  }

  .md\:pr-330{
    padding-right: 330px !important;
  }

  .md\:pb-330{
    padding-bottom: 330px !important;
  }

  .md\:pl-330{
    padding-left: 330px !important;
  }

  .md\:pt-390{
    padding-top: 390px !important;
  }

  .md\:pr-390{
    padding-right: 390px !important;
  }

  .md\:pb-390{
    padding-bottom: 390px !important;
  }

  .md\:pl-390{
    padding-left: 390px !important;
  }

  .md\:pt-400{
    padding-top: 400px !important;
  }

  .md\:pr-400{
    padding-right: 400px !important;
  }

  .md\:pb-400{
    padding-bottom: 400px !important;
  }

  .md\:pl-400{
    padding-left: 400px !important;
  }

  .md\:pt-450{
    padding-top: 450px !important;
  }

  .md\:pr-450{
    padding-right: 450px !important;
  }

  .md\:pb-450{
    padding-bottom: 450px !important;
  }

  .md\:pl-450{
    padding-left: 450px !important;
  }

  .md\:pt-500{
    padding-top: 500px !important;
  }

  .md\:pr-500{
    padding-right: 500px !important;
  }

  .md\:pb-500{
    padding-bottom: 500px !important;
  }

  .md\:pl-500{
    padding-left: 500px !important;
  }

  .md\:pt-550{
    padding-top: 550px !important;
  }

  .md\:pr-550{
    padding-right: 550px !important;
  }

  .md\:pb-550{
    padding-bottom: 550px !important;
  }

  .md\:pl-550{
    padding-left: 550px !important;
  }

  .md\:pt-600{
    padding-top: 600px !important;
  }

  .md\:pr-600{
    padding-right: 600px !important;
  }

  .md\:pb-600{
    padding-bottom: 600px !important;
  }

  .md\:pl-600{
    padding-left: 600px !important;
  }

  .md\:pt-700{
    padding-top: 700px !important;
  }

  .md\:pr-700{
    padding-right: 700px !important;
  }

  .md\:pb-700{
    padding-bottom: 700px !important;
  }

  .md\:pl-700{
    padding-left: 700px !important;
  }

  .md\:pt-px{
    padding-top: 1px !important;
  }

  .md\:pr-px{
    padding-right: 1px !important;
  }

  .md\:pb-px{
    padding-bottom: 1px !important;
  }

  .md\:pl-px{
    padding-left: 1px !important;
  }

  .md\:pt-2px{
    padding-top: 2px !important;
  }

  .md\:pr-2px{
    padding-right: 2px !important;
  }

  .md\:pb-2px{
    padding-bottom: 2px !important;
  }

  .md\:pl-2px{
    padding-left: 2px !important;
  }

  .group:hover .md\:group-hover\:p-0{
    padding: 0 !important;
  }

  .group:hover .md\:group-hover\:p-1{
    padding: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:p-2{
    padding: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:p-3{
    padding: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:p-4{
    padding: 1rem !important;
  }

  .group:hover .md\:group-hover\:p-5{
    padding: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:p-6{
    padding: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:p-7{
    padding: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:p-8{
    padding: 2rem !important;
  }

  .group:hover .md\:group-hover\:p-10{
    padding: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:p-12{
    padding: 3rem !important;
  }

  .group:hover .md\:group-hover\:p-16{
    padding: 4rem !important;
  }

  .group:hover .md\:group-hover\:p-18{
    padding: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:p-20{
    padding: 5rem !important;
  }

  .group:hover .md\:group-hover\:p-22{
    padding: 6rem !important;
  }

  .group:hover .md\:group-hover\:p-24{
    padding: 6rem !important;
  }

  .group:hover .md\:group-hover\:p-28{
    padding: 7rem !important;
  }

  .group:hover .md\:group-hover\:p-32{
    padding: 8rem !important;
  }

  .group:hover .md\:group-hover\:p-40{
    padding: 10rem !important;
  }

  .group:hover .md\:group-hover\:p-44{
    padding: 11rem !important;
  }

  .group:hover .md\:group-hover\:p-48{
    padding: 13rem !important;
  }

  .group:hover .md\:group-hover\:p-56{
    padding: 14rem !important;
  }

  .group:hover .md\:group-hover\:p-60{
    padding: 15rem !important;
  }

  .group:hover .md\:group-hover\:p-64{
    padding: 16rem !important;
  }

  .group:hover .md\:group-hover\:p-66{
    padding: 18rem !important;
  }

  .group:hover .md\:group-hover\:p-68{
    padding: 21rem !important;
  }

  .group:hover .md\:group-hover\:p-70{
    padding: 23rem !important;
  }

  .group:hover .md\:group-hover\:p-72{
    padding: 25rem !important;
  }

  .group:hover .md\:group-hover\:p-74{
    padding: 27rem !important;
  }

  .group:hover .md\:group-hover\:p-75{
    padding: 75px !important;
  }

  .group:hover .md\:group-hover\:p-78{
    padding: 29rem !important;
  }

  .group:hover .md\:group-hover\:p-80{
    padding: 80px !important;
  }

  .group:hover .md\:group-hover\:p-90{
    padding: 90px !important;
  }

  .group:hover .md\:group-hover\:p-150{
    padding: 150px !important;
  }

  .group:hover .md\:group-hover\:p-200{
    padding: 200px !important;
  }

  .group:hover .md\:group-hover\:p-250{
    padding: 250px !important;
  }

  .group:hover .md\:group-hover\:p-270{
    padding: 270px !important;
  }

  .group:hover .md\:group-hover\:p-310{
    padding: 310px !important;
  }

  .group:hover .md\:group-hover\:p-330{
    padding: 330px !important;
  }

  .group:hover .md\:group-hover\:p-390{
    padding: 390px !important;
  }

  .group:hover .md\:group-hover\:p-400{
    padding: 400px !important;
  }

  .group:hover .md\:group-hover\:p-450{
    padding: 450px !important;
  }

  .group:hover .md\:group-hover\:p-500{
    padding: 500px !important;
  }

  .group:hover .md\:group-hover\:p-550{
    padding: 550px !important;
  }

  .group:hover .md\:group-hover\:p-600{
    padding: 600px !important;
  }

  .group:hover .md\:group-hover\:p-700{
    padding: 700px !important;
  }

  .group:hover .md\:group-hover\:p-px{
    padding: 1px !important;
  }

  .group:hover .md\:group-hover\:p-2px{
    padding: 2px !important;
  }

  .group:hover .md\:group-hover\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:hover .md\:group-hover\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:hover .md\:group-hover\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:hover .md\:group-hover\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:hover .md\:group-hover\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:hover .md\:group-hover\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:hover .md\:group-hover\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:hover .md\:group-hover\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:hover .md\:group-hover\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:hover .md\:group-hover\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:hover .md\:group-hover\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:hover .md\:group-hover\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:hover .md\:group-hover\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .md\:group-hover\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .md\:group-hover\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .md\:group-hover\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .md\:group-hover\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:hover .md\:group-hover\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:hover .md\:group-hover\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:hover .md\:group-hover\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:hover .md\:group-hover\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:hover .md\:group-hover\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:hover .md\:group-hover\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:hover .md\:group-hover\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:hover .md\:group-hover\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:hover .md\:group-hover\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:hover .md\:group-hover\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:hover .md\:group-hover\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:hover .md\:group-hover\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:hover .md\:group-hover\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:hover .md\:group-hover\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:hover .md\:group-hover\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:hover .md\:group-hover\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:hover .md\:group-hover\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:hover .md\:group-hover\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:hover .md\:group-hover\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:hover .md\:group-hover\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:hover .md\:group-hover\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:hover .md\:group-hover\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:hover .md\:group-hover\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:hover .md\:group-hover\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:hover .md\:group-hover\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:hover .md\:group-hover\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:hover .md\:group-hover\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:hover .md\:group-hover\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:hover .md\:group-hover\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:hover .md\:group-hover\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:hover .md\:group-hover\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:hover .md\:group-hover\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:hover .md\:group-hover\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:hover .md\:group-hover\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:hover .md\:group-hover\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:hover .md\:group-hover\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:hover .md\:group-hover\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:hover .md\:group-hover\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:hover .md\:group-hover\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:hover .md\:group-hover\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:hover .md\:group-hover\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:hover .md\:group-hover\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:hover .md\:group-hover\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:hover .md\:group-hover\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:hover .md\:group-hover\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:hover .md\:group-hover\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:hover .md\:group-hover\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:hover .md\:group-hover\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:hover .md\:group-hover\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:hover .md\:group-hover\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:hover .md\:group-hover\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:hover .md\:group-hover\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:hover .md\:group-hover\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:hover .md\:group-hover\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:hover .md\:group-hover\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:hover .md\:group-hover\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:hover .md\:group-hover\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:hover .md\:group-hover\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:hover .md\:group-hover\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:hover .md\:group-hover\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:hover .md\:group-hover\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:hover .md\:group-hover\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:hover .md\:group-hover\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:hover .md\:group-hover\:pt-0{
    padding-top: 0 !important;
  }

  .group:hover .md\:group-hover\:pr-0{
    padding-right: 0 !important;
  }

  .group:hover .md\:group-hover\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:hover .md\:group-hover\:pl-0{
    padding-left: 0 !important;
  }

  .group:hover .md\:group-hover\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:hover .md\:group-hover\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:hover .md\:group-hover\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:hover .md\:group-hover\:pt-4{
    padding-top: 1rem !important;
  }

  .group:hover .md\:group-hover\:pr-4{
    padding-right: 1rem !important;
  }

  .group:hover .md\:group-hover\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:hover .md\:group-hover\:pl-4{
    padding-left: 1rem !important;
  }

  .group:hover .md\:group-hover\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:hover .md\:group-hover\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:hover .md\:group-hover\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:hover .md\:group-hover\:pt-8{
    padding-top: 2rem !important;
  }

  .group:hover .md\:group-hover\:pr-8{
    padding-right: 2rem !important;
  }

  .group:hover .md\:group-hover\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:hover .md\:group-hover\:pl-8{
    padding-left: 2rem !important;
  }

  .group:hover .md\:group-hover\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:hover .md\:group-hover\:pt-12{
    padding-top: 3rem !important;
  }

  .group:hover .md\:group-hover\:pr-12{
    padding-right: 3rem !important;
  }

  .group:hover .md\:group-hover\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:hover .md\:group-hover\:pl-12{
    padding-left: 3rem !important;
  }

  .group:hover .md\:group-hover\:pt-16{
    padding-top: 4rem !important;
  }

  .group:hover .md\:group-hover\:pr-16{
    padding-right: 4rem !important;
  }

  .group:hover .md\:group-hover\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:hover .md\:group-hover\:pl-16{
    padding-left: 4rem !important;
  }

  .group:hover .md\:group-hover\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:hover .md\:group-hover\:pt-20{
    padding-top: 5rem !important;
  }

  .group:hover .md\:group-hover\:pr-20{
    padding-right: 5rem !important;
  }

  .group:hover .md\:group-hover\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:hover .md\:group-hover\:pl-20{
    padding-left: 5rem !important;
  }

  .group:hover .md\:group-hover\:pt-22{
    padding-top: 6rem !important;
  }

  .group:hover .md\:group-hover\:pr-22{
    padding-right: 6rem !important;
  }

  .group:hover .md\:group-hover\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:hover .md\:group-hover\:pl-22{
    padding-left: 6rem !important;
  }

  .group:hover .md\:group-hover\:pt-24{
    padding-top: 6rem !important;
  }

  .group:hover .md\:group-hover\:pr-24{
    padding-right: 6rem !important;
  }

  .group:hover .md\:group-hover\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:hover .md\:group-hover\:pl-24{
    padding-left: 6rem !important;
  }

  .group:hover .md\:group-hover\:pt-28{
    padding-top: 7rem !important;
  }

  .group:hover .md\:group-hover\:pr-28{
    padding-right: 7rem !important;
  }

  .group:hover .md\:group-hover\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:hover .md\:group-hover\:pl-28{
    padding-left: 7rem !important;
  }

  .group:hover .md\:group-hover\:pt-32{
    padding-top: 8rem !important;
  }

  .group:hover .md\:group-hover\:pr-32{
    padding-right: 8rem !important;
  }

  .group:hover .md\:group-hover\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:hover .md\:group-hover\:pl-32{
    padding-left: 8rem !important;
  }

  .group:hover .md\:group-hover\:pt-40{
    padding-top: 10rem !important;
  }

  .group:hover .md\:group-hover\:pr-40{
    padding-right: 10rem !important;
  }

  .group:hover .md\:group-hover\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:hover .md\:group-hover\:pl-40{
    padding-left: 10rem !important;
  }

  .group:hover .md\:group-hover\:pt-44{
    padding-top: 11rem !important;
  }

  .group:hover .md\:group-hover\:pr-44{
    padding-right: 11rem !important;
  }

  .group:hover .md\:group-hover\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:hover .md\:group-hover\:pl-44{
    padding-left: 11rem !important;
  }

  .group:hover .md\:group-hover\:pt-48{
    padding-top: 13rem !important;
  }

  .group:hover .md\:group-hover\:pr-48{
    padding-right: 13rem !important;
  }

  .group:hover .md\:group-hover\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:hover .md\:group-hover\:pl-48{
    padding-left: 13rem !important;
  }

  .group:hover .md\:group-hover\:pt-56{
    padding-top: 14rem !important;
  }

  .group:hover .md\:group-hover\:pr-56{
    padding-right: 14rem !important;
  }

  .group:hover .md\:group-hover\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:hover .md\:group-hover\:pl-56{
    padding-left: 14rem !important;
  }

  .group:hover .md\:group-hover\:pt-60{
    padding-top: 15rem !important;
  }

  .group:hover .md\:group-hover\:pr-60{
    padding-right: 15rem !important;
  }

  .group:hover .md\:group-hover\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:hover .md\:group-hover\:pl-60{
    padding-left: 15rem !important;
  }

  .group:hover .md\:group-hover\:pt-64{
    padding-top: 16rem !important;
  }

  .group:hover .md\:group-hover\:pr-64{
    padding-right: 16rem !important;
  }

  .group:hover .md\:group-hover\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:hover .md\:group-hover\:pl-64{
    padding-left: 16rem !important;
  }

  .group:hover .md\:group-hover\:pt-66{
    padding-top: 18rem !important;
  }

  .group:hover .md\:group-hover\:pr-66{
    padding-right: 18rem !important;
  }

  .group:hover .md\:group-hover\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:hover .md\:group-hover\:pl-66{
    padding-left: 18rem !important;
  }

  .group:hover .md\:group-hover\:pt-68{
    padding-top: 21rem !important;
  }

  .group:hover .md\:group-hover\:pr-68{
    padding-right: 21rem !important;
  }

  .group:hover .md\:group-hover\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:hover .md\:group-hover\:pl-68{
    padding-left: 21rem !important;
  }

  .group:hover .md\:group-hover\:pt-70{
    padding-top: 23rem !important;
  }

  .group:hover .md\:group-hover\:pr-70{
    padding-right: 23rem !important;
  }

  .group:hover .md\:group-hover\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:hover .md\:group-hover\:pl-70{
    padding-left: 23rem !important;
  }

  .group:hover .md\:group-hover\:pt-72{
    padding-top: 25rem !important;
  }

  .group:hover .md\:group-hover\:pr-72{
    padding-right: 25rem !important;
  }

  .group:hover .md\:group-hover\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:hover .md\:group-hover\:pl-72{
    padding-left: 25rem !important;
  }

  .group:hover .md\:group-hover\:pt-74{
    padding-top: 27rem !important;
  }

  .group:hover .md\:group-hover\:pr-74{
    padding-right: 27rem !important;
  }

  .group:hover .md\:group-hover\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:hover .md\:group-hover\:pl-74{
    padding-left: 27rem !important;
  }

  .group:hover .md\:group-hover\:pt-75{
    padding-top: 75px !important;
  }

  .group:hover .md\:group-hover\:pr-75{
    padding-right: 75px !important;
  }

  .group:hover .md\:group-hover\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:hover .md\:group-hover\:pl-75{
    padding-left: 75px !important;
  }

  .group:hover .md\:group-hover\:pt-78{
    padding-top: 29rem !important;
  }

  .group:hover .md\:group-hover\:pr-78{
    padding-right: 29rem !important;
  }

  .group:hover .md\:group-hover\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:hover .md\:group-hover\:pl-78{
    padding-left: 29rem !important;
  }

  .group:hover .md\:group-hover\:pt-80{
    padding-top: 80px !important;
  }

  .group:hover .md\:group-hover\:pr-80{
    padding-right: 80px !important;
  }

  .group:hover .md\:group-hover\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:hover .md\:group-hover\:pl-80{
    padding-left: 80px !important;
  }

  .group:hover .md\:group-hover\:pt-90{
    padding-top: 90px !important;
  }

  .group:hover .md\:group-hover\:pr-90{
    padding-right: 90px !important;
  }

  .group:hover .md\:group-hover\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:hover .md\:group-hover\:pl-90{
    padding-left: 90px !important;
  }

  .group:hover .md\:group-hover\:pt-150{
    padding-top: 150px !important;
  }

  .group:hover .md\:group-hover\:pr-150{
    padding-right: 150px !important;
  }

  .group:hover .md\:group-hover\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:hover .md\:group-hover\:pl-150{
    padding-left: 150px !important;
  }

  .group:hover .md\:group-hover\:pt-200{
    padding-top: 200px !important;
  }

  .group:hover .md\:group-hover\:pr-200{
    padding-right: 200px !important;
  }

  .group:hover .md\:group-hover\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:hover .md\:group-hover\:pl-200{
    padding-left: 200px !important;
  }

  .group:hover .md\:group-hover\:pt-250{
    padding-top: 250px !important;
  }

  .group:hover .md\:group-hover\:pr-250{
    padding-right: 250px !important;
  }

  .group:hover .md\:group-hover\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:hover .md\:group-hover\:pl-250{
    padding-left: 250px !important;
  }

  .group:hover .md\:group-hover\:pt-270{
    padding-top: 270px !important;
  }

  .group:hover .md\:group-hover\:pr-270{
    padding-right: 270px !important;
  }

  .group:hover .md\:group-hover\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:hover .md\:group-hover\:pl-270{
    padding-left: 270px !important;
  }

  .group:hover .md\:group-hover\:pt-310{
    padding-top: 310px !important;
  }

  .group:hover .md\:group-hover\:pr-310{
    padding-right: 310px !important;
  }

  .group:hover .md\:group-hover\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:hover .md\:group-hover\:pl-310{
    padding-left: 310px !important;
  }

  .group:hover .md\:group-hover\:pt-330{
    padding-top: 330px !important;
  }

  .group:hover .md\:group-hover\:pr-330{
    padding-right: 330px !important;
  }

  .group:hover .md\:group-hover\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:hover .md\:group-hover\:pl-330{
    padding-left: 330px !important;
  }

  .group:hover .md\:group-hover\:pt-390{
    padding-top: 390px !important;
  }

  .group:hover .md\:group-hover\:pr-390{
    padding-right: 390px !important;
  }

  .group:hover .md\:group-hover\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:hover .md\:group-hover\:pl-390{
    padding-left: 390px !important;
  }

  .group:hover .md\:group-hover\:pt-400{
    padding-top: 400px !important;
  }

  .group:hover .md\:group-hover\:pr-400{
    padding-right: 400px !important;
  }

  .group:hover .md\:group-hover\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:hover .md\:group-hover\:pl-400{
    padding-left: 400px !important;
  }

  .group:hover .md\:group-hover\:pt-450{
    padding-top: 450px !important;
  }

  .group:hover .md\:group-hover\:pr-450{
    padding-right: 450px !important;
  }

  .group:hover .md\:group-hover\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:hover .md\:group-hover\:pl-450{
    padding-left: 450px !important;
  }

  .group:hover .md\:group-hover\:pt-500{
    padding-top: 500px !important;
  }

  .group:hover .md\:group-hover\:pr-500{
    padding-right: 500px !important;
  }

  .group:hover .md\:group-hover\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:hover .md\:group-hover\:pl-500{
    padding-left: 500px !important;
  }

  .group:hover .md\:group-hover\:pt-550{
    padding-top: 550px !important;
  }

  .group:hover .md\:group-hover\:pr-550{
    padding-right: 550px !important;
  }

  .group:hover .md\:group-hover\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:hover .md\:group-hover\:pl-550{
    padding-left: 550px !important;
  }

  .group:hover .md\:group-hover\:pt-600{
    padding-top: 600px !important;
  }

  .group:hover .md\:group-hover\:pr-600{
    padding-right: 600px !important;
  }

  .group:hover .md\:group-hover\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:hover .md\:group-hover\:pl-600{
    padding-left: 600px !important;
  }

  .group:hover .md\:group-hover\:pt-700{
    padding-top: 700px !important;
  }

  .group:hover .md\:group-hover\:pr-700{
    padding-right: 700px !important;
  }

  .group:hover .md\:group-hover\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:hover .md\:group-hover\:pl-700{
    padding-left: 700px !important;
  }

  .group:hover .md\:group-hover\:pt-px{
    padding-top: 1px !important;
  }

  .group:hover .md\:group-hover\:pr-px{
    padding-right: 1px !important;
  }

  .group:hover .md\:group-hover\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:hover .md\:group-hover\:pl-px{
    padding-left: 1px !important;
  }

  .group:hover .md\:group-hover\:pt-2px{
    padding-top: 2px !important;
  }

  .group:hover .md\:group-hover\:pr-2px{
    padding-right: 2px !important;
  }

  .group:hover .md\:group-hover\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:hover .md\:group-hover\:pl-2px{
    padding-left: 2px !important;
  }

  .group:focus .md\:group-focus\:p-0{
    padding: 0 !important;
  }

  .group:focus .md\:group-focus\:p-1{
    padding: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:p-2{
    padding: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:p-3{
    padding: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:p-4{
    padding: 1rem !important;
  }

  .group:focus .md\:group-focus\:p-5{
    padding: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:p-6{
    padding: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:p-7{
    padding: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:p-8{
    padding: 2rem !important;
  }

  .group:focus .md\:group-focus\:p-10{
    padding: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:p-12{
    padding: 3rem !important;
  }

  .group:focus .md\:group-focus\:p-16{
    padding: 4rem !important;
  }

  .group:focus .md\:group-focus\:p-18{
    padding: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:p-20{
    padding: 5rem !important;
  }

  .group:focus .md\:group-focus\:p-22{
    padding: 6rem !important;
  }

  .group:focus .md\:group-focus\:p-24{
    padding: 6rem !important;
  }

  .group:focus .md\:group-focus\:p-28{
    padding: 7rem !important;
  }

  .group:focus .md\:group-focus\:p-32{
    padding: 8rem !important;
  }

  .group:focus .md\:group-focus\:p-40{
    padding: 10rem !important;
  }

  .group:focus .md\:group-focus\:p-44{
    padding: 11rem !important;
  }

  .group:focus .md\:group-focus\:p-48{
    padding: 13rem !important;
  }

  .group:focus .md\:group-focus\:p-56{
    padding: 14rem !important;
  }

  .group:focus .md\:group-focus\:p-60{
    padding: 15rem !important;
  }

  .group:focus .md\:group-focus\:p-64{
    padding: 16rem !important;
  }

  .group:focus .md\:group-focus\:p-66{
    padding: 18rem !important;
  }

  .group:focus .md\:group-focus\:p-68{
    padding: 21rem !important;
  }

  .group:focus .md\:group-focus\:p-70{
    padding: 23rem !important;
  }

  .group:focus .md\:group-focus\:p-72{
    padding: 25rem !important;
  }

  .group:focus .md\:group-focus\:p-74{
    padding: 27rem !important;
  }

  .group:focus .md\:group-focus\:p-75{
    padding: 75px !important;
  }

  .group:focus .md\:group-focus\:p-78{
    padding: 29rem !important;
  }

  .group:focus .md\:group-focus\:p-80{
    padding: 80px !important;
  }

  .group:focus .md\:group-focus\:p-90{
    padding: 90px !important;
  }

  .group:focus .md\:group-focus\:p-150{
    padding: 150px !important;
  }

  .group:focus .md\:group-focus\:p-200{
    padding: 200px !important;
  }

  .group:focus .md\:group-focus\:p-250{
    padding: 250px !important;
  }

  .group:focus .md\:group-focus\:p-270{
    padding: 270px !important;
  }

  .group:focus .md\:group-focus\:p-310{
    padding: 310px !important;
  }

  .group:focus .md\:group-focus\:p-330{
    padding: 330px !important;
  }

  .group:focus .md\:group-focus\:p-390{
    padding: 390px !important;
  }

  .group:focus .md\:group-focus\:p-400{
    padding: 400px !important;
  }

  .group:focus .md\:group-focus\:p-450{
    padding: 450px !important;
  }

  .group:focus .md\:group-focus\:p-500{
    padding: 500px !important;
  }

  .group:focus .md\:group-focus\:p-550{
    padding: 550px !important;
  }

  .group:focus .md\:group-focus\:p-600{
    padding: 600px !important;
  }

  .group:focus .md\:group-focus\:p-700{
    padding: 700px !important;
  }

  .group:focus .md\:group-focus\:p-px{
    padding: 1px !important;
  }

  .group:focus .md\:group-focus\:p-2px{
    padding: 2px !important;
  }

  .group:focus .md\:group-focus\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:focus .md\:group-focus\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:focus .md\:group-focus\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:focus .md\:group-focus\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:focus .md\:group-focus\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:focus .md\:group-focus\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:focus .md\:group-focus\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:focus .md\:group-focus\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:focus .md\:group-focus\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:focus .md\:group-focus\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:focus .md\:group-focus\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:focus .md\:group-focus\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:focus .md\:group-focus\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .md\:group-focus\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .md\:group-focus\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .md\:group-focus\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .md\:group-focus\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:focus .md\:group-focus\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:focus .md\:group-focus\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:focus .md\:group-focus\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:focus .md\:group-focus\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:focus .md\:group-focus\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:focus .md\:group-focus\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:focus .md\:group-focus\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:focus .md\:group-focus\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:focus .md\:group-focus\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:focus .md\:group-focus\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:focus .md\:group-focus\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:focus .md\:group-focus\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:focus .md\:group-focus\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:focus .md\:group-focus\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:focus .md\:group-focus\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:focus .md\:group-focus\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:focus .md\:group-focus\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:focus .md\:group-focus\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:focus .md\:group-focus\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:focus .md\:group-focus\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:focus .md\:group-focus\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:focus .md\:group-focus\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:focus .md\:group-focus\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:focus .md\:group-focus\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:focus .md\:group-focus\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:focus .md\:group-focus\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:focus .md\:group-focus\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:focus .md\:group-focus\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:focus .md\:group-focus\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:focus .md\:group-focus\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:focus .md\:group-focus\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:focus .md\:group-focus\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:focus .md\:group-focus\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:focus .md\:group-focus\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:focus .md\:group-focus\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:focus .md\:group-focus\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:focus .md\:group-focus\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:focus .md\:group-focus\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:focus .md\:group-focus\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:focus .md\:group-focus\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:focus .md\:group-focus\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:focus .md\:group-focus\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:focus .md\:group-focus\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:focus .md\:group-focus\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:focus .md\:group-focus\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:focus .md\:group-focus\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:focus .md\:group-focus\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:focus .md\:group-focus\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:focus .md\:group-focus\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:focus .md\:group-focus\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:focus .md\:group-focus\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:focus .md\:group-focus\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:focus .md\:group-focus\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:focus .md\:group-focus\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:focus .md\:group-focus\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:focus .md\:group-focus\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:focus .md\:group-focus\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:focus .md\:group-focus\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:focus .md\:group-focus\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:focus .md\:group-focus\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:focus .md\:group-focus\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:focus .md\:group-focus\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:focus .md\:group-focus\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:focus .md\:group-focus\:pt-0{
    padding-top: 0 !important;
  }

  .group:focus .md\:group-focus\:pr-0{
    padding-right: 0 !important;
  }

  .group:focus .md\:group-focus\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:focus .md\:group-focus\:pl-0{
    padding-left: 0 !important;
  }

  .group:focus .md\:group-focus\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:focus .md\:group-focus\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:focus .md\:group-focus\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:focus .md\:group-focus\:pt-4{
    padding-top: 1rem !important;
  }

  .group:focus .md\:group-focus\:pr-4{
    padding-right: 1rem !important;
  }

  .group:focus .md\:group-focus\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:focus .md\:group-focus\:pl-4{
    padding-left: 1rem !important;
  }

  .group:focus .md\:group-focus\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:focus .md\:group-focus\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:focus .md\:group-focus\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:focus .md\:group-focus\:pt-8{
    padding-top: 2rem !important;
  }

  .group:focus .md\:group-focus\:pr-8{
    padding-right: 2rem !important;
  }

  .group:focus .md\:group-focus\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:focus .md\:group-focus\:pl-8{
    padding-left: 2rem !important;
  }

  .group:focus .md\:group-focus\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:focus .md\:group-focus\:pt-12{
    padding-top: 3rem !important;
  }

  .group:focus .md\:group-focus\:pr-12{
    padding-right: 3rem !important;
  }

  .group:focus .md\:group-focus\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:focus .md\:group-focus\:pl-12{
    padding-left: 3rem !important;
  }

  .group:focus .md\:group-focus\:pt-16{
    padding-top: 4rem !important;
  }

  .group:focus .md\:group-focus\:pr-16{
    padding-right: 4rem !important;
  }

  .group:focus .md\:group-focus\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:focus .md\:group-focus\:pl-16{
    padding-left: 4rem !important;
  }

  .group:focus .md\:group-focus\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:focus .md\:group-focus\:pt-20{
    padding-top: 5rem !important;
  }

  .group:focus .md\:group-focus\:pr-20{
    padding-right: 5rem !important;
  }

  .group:focus .md\:group-focus\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:focus .md\:group-focus\:pl-20{
    padding-left: 5rem !important;
  }

  .group:focus .md\:group-focus\:pt-22{
    padding-top: 6rem !important;
  }

  .group:focus .md\:group-focus\:pr-22{
    padding-right: 6rem !important;
  }

  .group:focus .md\:group-focus\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:focus .md\:group-focus\:pl-22{
    padding-left: 6rem !important;
  }

  .group:focus .md\:group-focus\:pt-24{
    padding-top: 6rem !important;
  }

  .group:focus .md\:group-focus\:pr-24{
    padding-right: 6rem !important;
  }

  .group:focus .md\:group-focus\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:focus .md\:group-focus\:pl-24{
    padding-left: 6rem !important;
  }

  .group:focus .md\:group-focus\:pt-28{
    padding-top: 7rem !important;
  }

  .group:focus .md\:group-focus\:pr-28{
    padding-right: 7rem !important;
  }

  .group:focus .md\:group-focus\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:focus .md\:group-focus\:pl-28{
    padding-left: 7rem !important;
  }

  .group:focus .md\:group-focus\:pt-32{
    padding-top: 8rem !important;
  }

  .group:focus .md\:group-focus\:pr-32{
    padding-right: 8rem !important;
  }

  .group:focus .md\:group-focus\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:focus .md\:group-focus\:pl-32{
    padding-left: 8rem !important;
  }

  .group:focus .md\:group-focus\:pt-40{
    padding-top: 10rem !important;
  }

  .group:focus .md\:group-focus\:pr-40{
    padding-right: 10rem !important;
  }

  .group:focus .md\:group-focus\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:focus .md\:group-focus\:pl-40{
    padding-left: 10rem !important;
  }

  .group:focus .md\:group-focus\:pt-44{
    padding-top: 11rem !important;
  }

  .group:focus .md\:group-focus\:pr-44{
    padding-right: 11rem !important;
  }

  .group:focus .md\:group-focus\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:focus .md\:group-focus\:pl-44{
    padding-left: 11rem !important;
  }

  .group:focus .md\:group-focus\:pt-48{
    padding-top: 13rem !important;
  }

  .group:focus .md\:group-focus\:pr-48{
    padding-right: 13rem !important;
  }

  .group:focus .md\:group-focus\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:focus .md\:group-focus\:pl-48{
    padding-left: 13rem !important;
  }

  .group:focus .md\:group-focus\:pt-56{
    padding-top: 14rem !important;
  }

  .group:focus .md\:group-focus\:pr-56{
    padding-right: 14rem !important;
  }

  .group:focus .md\:group-focus\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:focus .md\:group-focus\:pl-56{
    padding-left: 14rem !important;
  }

  .group:focus .md\:group-focus\:pt-60{
    padding-top: 15rem !important;
  }

  .group:focus .md\:group-focus\:pr-60{
    padding-right: 15rem !important;
  }

  .group:focus .md\:group-focus\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:focus .md\:group-focus\:pl-60{
    padding-left: 15rem !important;
  }

  .group:focus .md\:group-focus\:pt-64{
    padding-top: 16rem !important;
  }

  .group:focus .md\:group-focus\:pr-64{
    padding-right: 16rem !important;
  }

  .group:focus .md\:group-focus\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:focus .md\:group-focus\:pl-64{
    padding-left: 16rem !important;
  }

  .group:focus .md\:group-focus\:pt-66{
    padding-top: 18rem !important;
  }

  .group:focus .md\:group-focus\:pr-66{
    padding-right: 18rem !important;
  }

  .group:focus .md\:group-focus\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:focus .md\:group-focus\:pl-66{
    padding-left: 18rem !important;
  }

  .group:focus .md\:group-focus\:pt-68{
    padding-top: 21rem !important;
  }

  .group:focus .md\:group-focus\:pr-68{
    padding-right: 21rem !important;
  }

  .group:focus .md\:group-focus\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:focus .md\:group-focus\:pl-68{
    padding-left: 21rem !important;
  }

  .group:focus .md\:group-focus\:pt-70{
    padding-top: 23rem !important;
  }

  .group:focus .md\:group-focus\:pr-70{
    padding-right: 23rem !important;
  }

  .group:focus .md\:group-focus\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:focus .md\:group-focus\:pl-70{
    padding-left: 23rem !important;
  }

  .group:focus .md\:group-focus\:pt-72{
    padding-top: 25rem !important;
  }

  .group:focus .md\:group-focus\:pr-72{
    padding-right: 25rem !important;
  }

  .group:focus .md\:group-focus\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:focus .md\:group-focus\:pl-72{
    padding-left: 25rem !important;
  }

  .group:focus .md\:group-focus\:pt-74{
    padding-top: 27rem !important;
  }

  .group:focus .md\:group-focus\:pr-74{
    padding-right: 27rem !important;
  }

  .group:focus .md\:group-focus\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:focus .md\:group-focus\:pl-74{
    padding-left: 27rem !important;
  }

  .group:focus .md\:group-focus\:pt-75{
    padding-top: 75px !important;
  }

  .group:focus .md\:group-focus\:pr-75{
    padding-right: 75px !important;
  }

  .group:focus .md\:group-focus\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:focus .md\:group-focus\:pl-75{
    padding-left: 75px !important;
  }

  .group:focus .md\:group-focus\:pt-78{
    padding-top: 29rem !important;
  }

  .group:focus .md\:group-focus\:pr-78{
    padding-right: 29rem !important;
  }

  .group:focus .md\:group-focus\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:focus .md\:group-focus\:pl-78{
    padding-left: 29rem !important;
  }

  .group:focus .md\:group-focus\:pt-80{
    padding-top: 80px !important;
  }

  .group:focus .md\:group-focus\:pr-80{
    padding-right: 80px !important;
  }

  .group:focus .md\:group-focus\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:focus .md\:group-focus\:pl-80{
    padding-left: 80px !important;
  }

  .group:focus .md\:group-focus\:pt-90{
    padding-top: 90px !important;
  }

  .group:focus .md\:group-focus\:pr-90{
    padding-right: 90px !important;
  }

  .group:focus .md\:group-focus\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:focus .md\:group-focus\:pl-90{
    padding-left: 90px !important;
  }

  .group:focus .md\:group-focus\:pt-150{
    padding-top: 150px !important;
  }

  .group:focus .md\:group-focus\:pr-150{
    padding-right: 150px !important;
  }

  .group:focus .md\:group-focus\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:focus .md\:group-focus\:pl-150{
    padding-left: 150px !important;
  }

  .group:focus .md\:group-focus\:pt-200{
    padding-top: 200px !important;
  }

  .group:focus .md\:group-focus\:pr-200{
    padding-right: 200px !important;
  }

  .group:focus .md\:group-focus\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:focus .md\:group-focus\:pl-200{
    padding-left: 200px !important;
  }

  .group:focus .md\:group-focus\:pt-250{
    padding-top: 250px !important;
  }

  .group:focus .md\:group-focus\:pr-250{
    padding-right: 250px !important;
  }

  .group:focus .md\:group-focus\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:focus .md\:group-focus\:pl-250{
    padding-left: 250px !important;
  }

  .group:focus .md\:group-focus\:pt-270{
    padding-top: 270px !important;
  }

  .group:focus .md\:group-focus\:pr-270{
    padding-right: 270px !important;
  }

  .group:focus .md\:group-focus\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:focus .md\:group-focus\:pl-270{
    padding-left: 270px !important;
  }

  .group:focus .md\:group-focus\:pt-310{
    padding-top: 310px !important;
  }

  .group:focus .md\:group-focus\:pr-310{
    padding-right: 310px !important;
  }

  .group:focus .md\:group-focus\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:focus .md\:group-focus\:pl-310{
    padding-left: 310px !important;
  }

  .group:focus .md\:group-focus\:pt-330{
    padding-top: 330px !important;
  }

  .group:focus .md\:group-focus\:pr-330{
    padding-right: 330px !important;
  }

  .group:focus .md\:group-focus\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:focus .md\:group-focus\:pl-330{
    padding-left: 330px !important;
  }

  .group:focus .md\:group-focus\:pt-390{
    padding-top: 390px !important;
  }

  .group:focus .md\:group-focus\:pr-390{
    padding-right: 390px !important;
  }

  .group:focus .md\:group-focus\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:focus .md\:group-focus\:pl-390{
    padding-left: 390px !important;
  }

  .group:focus .md\:group-focus\:pt-400{
    padding-top: 400px !important;
  }

  .group:focus .md\:group-focus\:pr-400{
    padding-right: 400px !important;
  }

  .group:focus .md\:group-focus\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:focus .md\:group-focus\:pl-400{
    padding-left: 400px !important;
  }

  .group:focus .md\:group-focus\:pt-450{
    padding-top: 450px !important;
  }

  .group:focus .md\:group-focus\:pr-450{
    padding-right: 450px !important;
  }

  .group:focus .md\:group-focus\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:focus .md\:group-focus\:pl-450{
    padding-left: 450px !important;
  }

  .group:focus .md\:group-focus\:pt-500{
    padding-top: 500px !important;
  }

  .group:focus .md\:group-focus\:pr-500{
    padding-right: 500px !important;
  }

  .group:focus .md\:group-focus\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:focus .md\:group-focus\:pl-500{
    padding-left: 500px !important;
  }

  .group:focus .md\:group-focus\:pt-550{
    padding-top: 550px !important;
  }

  .group:focus .md\:group-focus\:pr-550{
    padding-right: 550px !important;
  }

  .group:focus .md\:group-focus\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:focus .md\:group-focus\:pl-550{
    padding-left: 550px !important;
  }

  .group:focus .md\:group-focus\:pt-600{
    padding-top: 600px !important;
  }

  .group:focus .md\:group-focus\:pr-600{
    padding-right: 600px !important;
  }

  .group:focus .md\:group-focus\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:focus .md\:group-focus\:pl-600{
    padding-left: 600px !important;
  }

  .group:focus .md\:group-focus\:pt-700{
    padding-top: 700px !important;
  }

  .group:focus .md\:group-focus\:pr-700{
    padding-right: 700px !important;
  }

  .group:focus .md\:group-focus\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:focus .md\:group-focus\:pl-700{
    padding-left: 700px !important;
  }

  .group:focus .md\:group-focus\:pt-px{
    padding-top: 1px !important;
  }

  .group:focus .md\:group-focus\:pr-px{
    padding-right: 1px !important;
  }

  .group:focus .md\:group-focus\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:focus .md\:group-focus\:pl-px{
    padding-left: 1px !important;
  }

  .group:focus .md\:group-focus\:pt-2px{
    padding-top: 2px !important;
  }

  .group:focus .md\:group-focus\:pr-2px{
    padding-right: 2px !important;
  }

  .group:focus .md\:group-focus\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:focus .md\:group-focus\:pl-2px{
    padding-left: 2px !important;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-06::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-06::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-06:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-06::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-brand-06::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-banner::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-banner::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-banner:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-banner::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-banner::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-p-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-p-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-p-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-p-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-p-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-inverse-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-inverse-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-inverse-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-inverse-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-inverse-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-medium::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-medium::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-medium:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-medium::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-medium::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-error::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-error::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-error:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-error::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-error::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-06:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-06:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-06:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-brand-06:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-banner:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-banner:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-banner:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-banner:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-banner:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-p-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-p-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-p-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-p-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-p-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-inverse-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-inverse-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-medium:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-medium:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-error:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-error:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-error:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-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;
  }

  .group:hover .md\:group-hover\:static{
    position: static !important;
  }

  .group:hover .md\:group-hover\:fixed{
    position: fixed !important;
  }

  .group:hover .md\:group-hover\:absolute{
    position: absolute !important;
  }

  .group:hover .md\:group-hover\:relative{
    position: relative !important;
  }

  .group:hover .md\:group-hover\:sticky{
    position: sticky !important;
  }

  .group:focus .md\:group-focus\:static{
    position: static !important;
  }

  .group:focus .md\:group-focus\:fixed{
    position: fixed !important;
  }

  .group:focus .md\:group-focus\:absolute{
    position: absolute !important;
  }

  .group:focus .md\:group-focus\:relative{
    position: relative !important;
  }

  .group:focus .md\:group-focus\:sticky{
    position: sticky !important;
  }

  .md\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-1{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-2{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-5{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .md\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3{
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .md\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-1{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-x-1{
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-y-2{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-x-2{
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-y-5{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:inset-x-5{
    right: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .md\:inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .md\:inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .md\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-1\/3{
    top: 33% !important;
    bottom: 33% !important;
  }

  .md\:inset-x-1\/3{
    right: 33% !important;
    left: 33% !important;
  }

  .md\:top-0{
    top: 0 !important;
  }

  .md\:right-0{
    right: 0 !important;
  }

  .md\:bottom-0{
    bottom: 0 !important;
  }

  .md\:left-0{
    left: 0 !important;
  }

  .md\:top-1{
    top: 1rem !important;
  }

  .md\:right-1{
    right: 1rem !important;
  }

  .md\:bottom-1{
    bottom: 1rem !important;
  }

  .md\:left-1{
    left: 1rem !important;
  }

  .md\:top-2{
    top: 2rem !important;
  }

  .md\:right-2{
    right: 2rem !important;
  }

  .md\:bottom-2{
    bottom: 2rem !important;
  }

  .md\:left-2{
    left: 2rem !important;
  }

  .md\:top-5{
    top: 5rem !important;
  }

  .md\:right-5{
    right: 5rem !important;
  }

  .md\:bottom-5{
    bottom: 5rem !important;
  }

  .md\:left-5{
    left: 5rem !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:top-1\/5{
    top: 20% !important;
  }

  .md\:right-1\/5{
    right: 20% !important;
  }

  .md\:bottom-1\/5{
    bottom: 20% !important;
  }

  .md\:left-1\/5{
    left: 20% !important;
  }

  .md\:top-1\/2{
    top: 50% !important;
  }

  .md\:right-1\/2{
    right: 50% !important;
  }

  .md\:bottom-1\/2{
    bottom: 50% !important;
  }

  .md\:left-1\/2{
    left: 50% !important;
  }

  .md\:top-1\/3{
    top: 33% !important;
  }

  .md\:right-1\/3{
    right: 33% !important;
  }

  .md\:bottom-1\/3{
    bottom: 33% !important;
  }

  .md\:left-1\/3{
    left: 33% !important;
  }

  .md\:resize-none{
    resize: none !important;
  }

  .md\:resize-y{
    resize: vertical !important;
  }

  .md\:resize-x{
    resize: horizontal !important;
  }

  .md\:resize{
    resize: both !important;
  }

  .md\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:stroke-current{
    stroke: currentColor !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;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-justify{
    text-align: justify !important;
  }

  .md\:text-transparent{
    color: transparent !important;
  }

  .md\:text-current{
    color: currentColor !important;
  }

  .md\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:text-white{
    --text-opacity: 1 !important;
    color: #fff !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-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .md\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .md\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .md\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .md\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .md\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .md\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .md\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .md\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .md\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .md\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .md\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .md\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .md\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .md\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !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-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:hover\:text-brand-01:hover{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:text-brand-02:hover{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:text-brand-03:hover{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .md\:hover\:text-brand-04:hover{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:text-brand-05:hover{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:text-brand-06:hover{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .md\:hover\:text-banner:hover{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .md\:hover\:text-p-01:hover{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .md\:hover\:text-inverse-01:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-medium:hover{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-02:hover{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-03:hover{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-04:hover{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-05:hover{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .md\:hover\:text-error:hover{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !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-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:focus\:text-brand-01:focus{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:text-brand-02:focus{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:text-brand-03:focus{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .md\:focus\:text-brand-04:focus{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:text-brand-05:focus{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:text-brand-06:focus{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .md\:focus\:text-banner:focus{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .md\:focus\:text-p-01:focus{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .md\:focus\:text-inverse-01:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-medium:focus{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-02:focus{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-03:focus{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-04:focus{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-05:focus{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .md\:focus\:text-error:focus{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor !important;
  }

  .group:hover .md\:group-hover\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-transparent{
    color: transparent !important;
  }

  .group:focus .md\:group-focus\:text-current{
    color: currentColor !important;
  }

  .group:focus .md\:group-focus\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:focus .md\:group-focus\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, 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-80{
    --text-opacity: 0.80 !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-80:hover{
    --text-opacity: 0.80 !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-80:focus{
    --text-opacity: 0.80 !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\: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\: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\: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\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:tracking-h1{
    letter-spacing: 0.19rem !important;
  }

  .md\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-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-0{
    width: 0 !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-7{
    width: 1.75rem !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-18{
    width: 4.75rem !important;
  }

  .md\:w-20{
    width: 5rem !important;
  }

  .md\:w-22{
    width: 6rem !important;
  }

  .md\:w-24{
    width: 6rem !important;
  }

  .md\:w-28{
    width: 7rem !important;
  }

  .md\:w-32{
    width: 8rem !important;
  }

  .md\:w-40{
    width: 10rem !important;
  }

  .md\:w-44{
    width: 11rem !important;
  }

  .md\:w-48{
    width: 13rem !important;
  }

  .md\:w-56{
    width: 14rem !important;
  }

  .md\:w-60{
    width: 15rem !important;
  }

  .md\:w-64{
    width: 16rem !important;
  }

  .md\:w-66{
    width: 18rem !important;
  }

  .md\:w-68{
    width: 21rem !important;
  }

  .md\:w-70{
    width: 23rem !important;
  }

  .md\:w-72{
    width: 25rem !important;
  }

  .md\:w-74{
    width: 27rem !important;
  }

  .md\:w-75{
    width: 75px !important;
  }

  .md\:w-78{
    width: 29rem !important;
  }

  .md\:w-80{
    width: 80px !important;
  }

  .md\:w-90{
    width: 90px !important;
  }

  .md\:w-150{
    width: 150px !important;
  }

  .md\:w-200{
    width: 200px !important;
  }

  .md\:w-250{
    width: 250px !important;
  }

  .md\:w-270{
    width: 270px !important;
  }

  .md\:w-310{
    width: 310px !important;
  }

  .md\:w-330{
    width: 330px !important;
  }

  .md\:w-390{
    width: 390px !important;
  }

  .md\:w-400{
    width: 400px !important;
  }

  .md\:w-450{
    width: 450px !important;
  }

  .md\:w-500{
    width: 500px !important;
  }

  .md\:w-550{
    width: 550px !important;
  }

  .md\:w-570{
    width: 570px !important;
  }

  .md\:w-600{
    width: 600px !important;
  }

  .md\:w-700{
    width: 700px !important;
  }

  .md\:w-900{
    width: 900px !important;
  }

  .md\:w-1135{
    width: 1135px !important;
  }

  .md\:w-1366{
    width: 1366px !important;
  }

  .md\:w-1440{
    width: 1440px !important;
  }

  .md\:w-1920{
    width: 1920px !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-px{
    width: 1px !important;
  }

  .md\:w-2px{
    width: 2px !important;
  }

  .md\:w-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-2\/3{
    width: 66.666667% !important;
  }

  .md\:w-1\/4{
    width: 25% !important;
  }

  .md\:w-2\/4{
    width: 50% !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.666667% !important;
  }

  .md\:w-2\/6{
    width: 33.333333% !important;
  }

  .md\:w-3\/6{
    width: 50% !important;
  }

  .md\:w-4\/6{
    width: 66.666667% !important;
  }

  .md\:w-5\/6{
    width: 83.333333% !important;
  }

  .md\:w-1\/12{
    width: 8.333333% !important;
  }

  .md\:w-2\/12{
    width: 16.666667% !important;
  }

  .md\:w-3\/12{
    width: 25% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-5\/12{
    width: 41.666667% !important;
  }

  .md\:w-6\/12{
    width: 50% !important;
  }

  .md\:w-7\/12{
    width: 58.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-9\/12{
    width: 75% !important;
  }

  .md\:w-10\/12{
    width: 83.333333% !important;
  }

  .md\:w-11\/12{
    width: 91.666667% !important;
  }

  .md\:w-full{
    width: 100% !important;
  }

  .md\:w-screen{
    width: 100vw !important;
  }

  .md\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:w-main-content-margin{
    width: 900px !important;
  }

  .md\:w-inner-margin{
    width: 84% !important;
  }

  .md\:w-outer-margin{
    width: 1920px !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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-18{
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .md\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-22{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .md\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-44{
    grid-gap: 11rem !important;
    gap: 11rem !important;
  }

  .md\:gap-48{
    grid-gap: 13rem !important;
    gap: 13rem !important;
  }

  .md\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .md\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-66{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .md\:gap-68{
    grid-gap: 21rem !important;
    gap: 21rem !important;
  }

  .md\:gap-70{
    grid-gap: 23rem !important;
    gap: 23rem !important;
  }

  .md\:gap-72{
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .md\:gap-74{
    grid-gap: 27rem !important;
    gap: 27rem !important;
  }

  .md\:gap-75{
    grid-gap: 75px !important;
    gap: 75px !important;
  }

  .md\:gap-78{
    grid-gap: 29rem !important;
    gap: 29rem !important;
  }

  .md\:gap-80{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .md\:gap-90{
    grid-gap: 90px !important;
    gap: 90px !important;
  }

  .md\:gap-150{
    grid-gap: 150px !important;
    gap: 150px !important;
  }

  .md\:gap-200{
    grid-gap: 200px !important;
    gap: 200px !important;
  }

  .md\:gap-250{
    grid-gap: 250px !important;
    gap: 250px !important;
  }

  .md\:gap-270{
    grid-gap: 270px !important;
    gap: 270px !important;
  }

  .md\:gap-310{
    grid-gap: 310px !important;
    gap: 310px !important;
  }

  .md\:gap-330{
    grid-gap: 330px !important;
    gap: 330px !important;
  }

  .md\:gap-390{
    grid-gap: 390px !important;
    gap: 390px !important;
  }

  .md\:gap-400{
    grid-gap: 400px !important;
    gap: 400px !important;
  }

  .md\:gap-450{
    grid-gap: 450px !important;
    gap: 450px !important;
  }

  .md\:gap-500{
    grid-gap: 500px !important;
    gap: 500px !important;
  }

  .md\:gap-550{
    grid-gap: 550px !important;
    gap: 550px !important;
  }

  .md\:gap-600{
    grid-gap: 600px !important;
    gap: 600px !important;
  }

  .md\:gap-700{
    grid-gap: 700px !important;
    gap: 700px !important;
  }

  .md\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .md\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .md\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .md\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .md\:col-gap-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .md\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:col-gap-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .md\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .md\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .md\:col-gap-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .md\:col-gap-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .md\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .md\:col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .md\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .md\:col-gap-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .md\:col-gap-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .md\:col-gap-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .md\:col-gap-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .md\:col-gap-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .md\:col-gap-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .md\:col-gap-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .md\:col-gap-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .md\:col-gap-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .md\:col-gap-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .md\:col-gap-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .md\:col-gap-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .md\:col-gap-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .md\:col-gap-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .md\:col-gap-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .md\:col-gap-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .md\:col-gap-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .md\:col-gap-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .md\:col-gap-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .md\:col-gap-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .md\:col-gap-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .md\:col-gap-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .md\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .md\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .md\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .md\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:gap-x-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .md\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .md\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .md\:gap-x-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .md\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:gap-x-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .md\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .md\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .md\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .md\:gap-x-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .md\:gap-x-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .md\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .md\:gap-x-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .md\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .md\:gap-x-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .md\:gap-x-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .md\:gap-x-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .md\:gap-x-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .md\:gap-x-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .md\:gap-x-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .md\:gap-x-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .md\:gap-x-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .md\:gap-x-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .md\:gap-x-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .md\:gap-x-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .md\:gap-x-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .md\:gap-x-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .md\:gap-x-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .md\:gap-x-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .md\:gap-x-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .md\:gap-x-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .md\:gap-x-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .md\:gap-x-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .md\:gap-x-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .md\:gap-x-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .md\:gap-x-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .md\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .md\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .md\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .md\:row-gap-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .md\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .md\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .md\:row-gap-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .md\:row-gap-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .md\:row-gap-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .md\:row-gap-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .md\:row-gap-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .md\:row-gap-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .md\:row-gap-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .md\:row-gap-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .md\:row-gap-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .md\:row-gap-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .md\:row-gap-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .md\:row-gap-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .md\:row-gap-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .md\:row-gap-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .md\:row-gap-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .md\:row-gap-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .md\:row-gap-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .md\:row-gap-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .md\:row-gap-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .md\:row-gap-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .md\:row-gap-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .md\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .md\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:gap-y-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .md\:gap-y-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .md\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:gap-y-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .md\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:gap-y-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .md\:gap-y-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .md\:gap-y-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .md\:gap-y-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .md\:gap-y-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .md\:gap-y-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .md\:gap-y-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .md\:gap-y-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .md\:gap-y-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .md\:gap-y-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .md\:gap-y-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .md\:gap-y-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .md\:gap-y-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .md\:gap-y-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .md\:gap-y-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .md\:gap-y-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .md\:gap-y-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .md\:gap-y-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .md\:gap-y-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .md\:gap-y-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .md\:gap-y-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .md\:gap-y-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .md\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    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: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    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;
    -webkit-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;
            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;
  }

  .md\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .md\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .md\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .md\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .md\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !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-7{
    --transform-translate-x: 1.75rem !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-18{
    --transform-translate-x: 4.75rem !important;
  }

  .md\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-22{
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .md\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-44{
    --transform-translate-x: 11rem !important;
  }

  .md\:translate-x-48{
    --transform-translate-x: 13rem !important;
  }

  .md\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-60{
    --transform-translate-x: 15rem !important;
  }

  .md\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-66{
    --transform-translate-x: 18rem !important;
  }

  .md\:translate-x-68{
    --transform-translate-x: 21rem !important;
  }

  .md\:translate-x-70{
    --transform-translate-x: 23rem !important;
  }

  .md\:translate-x-72{
    --transform-translate-x: 25rem !important;
  }

  .md\:translate-x-74{
    --transform-translate-x: 27rem !important;
  }

  .md\:translate-x-75{
    --transform-translate-x: 75px !important;
  }

  .md\:translate-x-78{
    --transform-translate-x: 29rem !important;
  }

  .md\:translate-x-80{
    --transform-translate-x: 80px !important;
  }

  .md\:translate-x-90{
    --transform-translate-x: 90px !important;
  }

  .md\:translate-x-150{
    --transform-translate-x: 150px !important;
  }

  .md\:translate-x-200{
    --transform-translate-x: 200px !important;
  }

  .md\:translate-x-250{
    --transform-translate-x: 250px !important;
  }

  .md\:translate-x-270{
    --transform-translate-x: 270px !important;
  }

  .md\:translate-x-310{
    --transform-translate-x: 310px !important;
  }

  .md\:translate-x-330{
    --transform-translate-x: 330px !important;
  }

  .md\:translate-x-390{
    --transform-translate-x: 390px !important;
  }

  .md\:translate-x-400{
    --transform-translate-x: 400px !important;
  }

  .md\:translate-x-450{
    --transform-translate-x: 450px !important;
  }

  .md\:translate-x-500{
    --transform-translate-x: 500px !important;
  }

  .md\:translate-x-550{
    --transform-translate-x: 550px !important;
  }

  .md\:translate-x-600{
    --transform-translate-x: 600px !important;
  }

  .md\:translate-x-700{
    --transform-translate-x: 700px !important;
  }

  .md\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .md\:translate-x-2px{
    --transform-translate-x: 2px !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-7{
    --transform-translate-x: -1.75rem !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-18{
    --transform-translate-x: -4.75rem !important;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-22{
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .md\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-44{
    --transform-translate-x: -11rem !important;
  }

  .md\:-translate-x-48{
    --transform-translate-x: -13rem !important;
  }

  .md\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-60{
    --transform-translate-x: -15rem !important;
  }

  .md\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-66{
    --transform-translate-x: -18rem !important;
  }

  .md\:-translate-x-68{
    --transform-translate-x: -21rem !important;
  }

  .md\:-translate-x-70{
    --transform-translate-x: -23rem !important;
  }

  .md\:-translate-x-72{
    --transform-translate-x: -25rem !important;
  }

  .md\:-translate-x-74{
    --transform-translate-x: -27rem !important;
  }

  .md\:-translate-x-75{
    --transform-translate-x: -75px !important;
  }

  .md\:-translate-x-78{
    --transform-translate-x: -29rem !important;
  }

  .md\:-translate-x-80{
    --transform-translate-x: -80px !important;
  }

  .md\:-translate-x-90{
    --transform-translate-x: -90px !important;
  }

  .md\:-translate-x-150{
    --transform-translate-x: -150px !important;
  }

  .md\:-translate-x-200{
    --transform-translate-x: -200px !important;
  }

  .md\:-translate-x-250{
    --transform-translate-x: -250px !important;
  }

  .md\:-translate-x-270{
    --transform-translate-x: -270px !important;
  }

  .md\:-translate-x-310{
    --transform-translate-x: -310px !important;
  }

  .md\:-translate-x-330{
    --transform-translate-x: -330px !important;
  }

  .md\:-translate-x-390{
    --transform-translate-x: -390px !important;
  }

  .md\:-translate-x-400{
    --transform-translate-x: -400px !important;
  }

  .md\:-translate-x-450{
    --transform-translate-x: -450px !important;
  }

  .md\:-translate-x-500{
    --transform-translate-x: -500px !important;
  }

  .md\:-translate-x-550{
    --transform-translate-x: -550px !important;
  }

  .md\:-translate-x-600{
    --transform-translate-x: -600px !important;
  }

  .md\:-translate-x-700{
    --transform-translate-x: -700px !important;
  }

  .md\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-2px{
    --transform-translate-x: -2px !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-7{
    --transform-translate-y: 1.75rem !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-18{
    --transform-translate-y: 4.75rem !important;
  }

  .md\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-22{
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .md\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-44{
    --transform-translate-y: 11rem !important;
  }

  .md\:translate-y-48{
    --transform-translate-y: 13rem !important;
  }

  .md\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-60{
    --transform-translate-y: 15rem !important;
  }

  .md\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-66{
    --transform-translate-y: 18rem !important;
  }

  .md\:translate-y-68{
    --transform-translate-y: 21rem !important;
  }

  .md\:translate-y-70{
    --transform-translate-y: 23rem !important;
  }

  .md\:translate-y-72{
    --transform-translate-y: 25rem !important;
  }

  .md\:translate-y-74{
    --transform-translate-y: 27rem !important;
  }

  .md\:translate-y-75{
    --transform-translate-y: 75px !important;
  }

  .md\:translate-y-78{
    --transform-translate-y: 29rem !important;
  }

  .md\:translate-y-80{
    --transform-translate-y: 80px !important;
  }

  .md\:translate-y-90{
    --transform-translate-y: 90px !important;
  }

  .md\:translate-y-150{
    --transform-translate-y: 150px !important;
  }

  .md\:translate-y-200{
    --transform-translate-y: 200px !important;
  }

  .md\:translate-y-250{
    --transform-translate-y: 250px !important;
  }

  .md\:translate-y-270{
    --transform-translate-y: 270px !important;
  }

  .md\:translate-y-310{
    --transform-translate-y: 310px !important;
  }

  .md\:translate-y-330{
    --transform-translate-y: 330px !important;
  }

  .md\:translate-y-390{
    --transform-translate-y: 390px !important;
  }

  .md\:translate-y-400{
    --transform-translate-y: 400px !important;
  }

  .md\:translate-y-450{
    --transform-translate-y: 450px !important;
  }

  .md\:translate-y-500{
    --transform-translate-y: 500px !important;
  }

  .md\:translate-y-550{
    --transform-translate-y: 550px !important;
  }

  .md\:translate-y-600{
    --transform-translate-y: 600px !important;
  }

  .md\:translate-y-700{
    --transform-translate-y: 700px !important;
  }

  .md\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .md\:translate-y-2px{
    --transform-translate-y: 2px !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-7{
    --transform-translate-y: -1.75rem !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-18{
    --transform-translate-y: -4.75rem !important;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-22{
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .md\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-44{
    --transform-translate-y: -11rem !important;
  }

  .md\:-translate-y-48{
    --transform-translate-y: -13rem !important;
  }

  .md\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-60{
    --transform-translate-y: -15rem !important;
  }

  .md\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-66{
    --transform-translate-y: -18rem !important;
  }

  .md\:-translate-y-68{
    --transform-translate-y: -21rem !important;
  }

  .md\:-translate-y-70{
    --transform-translate-y: -23rem !important;
  }

  .md\:-translate-y-72{
    --transform-translate-y: -25rem !important;
  }

  .md\:-translate-y-74{
    --transform-translate-y: -27rem !important;
  }

  .md\:-translate-y-75{
    --transform-translate-y: -75px !important;
  }

  .md\:-translate-y-78{
    --transform-translate-y: -29rem !important;
  }

  .md\:-translate-y-80{
    --transform-translate-y: -80px !important;
  }

  .md\:-translate-y-90{
    --transform-translate-y: -90px !important;
  }

  .md\:-translate-y-150{
    --transform-translate-y: -150px !important;
  }

  .md\:-translate-y-200{
    --transform-translate-y: -200px !important;
  }

  .md\:-translate-y-250{
    --transform-translate-y: -250px !important;
  }

  .md\:-translate-y-270{
    --transform-translate-y: -270px !important;
  }

  .md\:-translate-y-310{
    --transform-translate-y: -310px !important;
  }

  .md\:-translate-y-330{
    --transform-translate-y: -330px !important;
  }

  .md\:-translate-y-390{
    --transform-translate-y: -390px !important;
  }

  .md\:-translate-y-400{
    --transform-translate-y: -400px !important;
  }

  .md\:-translate-y-450{
    --transform-translate-y: -450px !important;
  }

  .md\:-translate-y-500{
    --transform-translate-y: -500px !important;
  }

  .md\:-translate-y-550{
    --transform-translate-y: -550px !important;
  }

  .md\:-translate-y-600{
    --transform-translate-y: -600px !important;
  }

  .md\:-translate-y-700{
    --transform-translate-y: -700px !important;
  }

  .md\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-2px{
    --transform-translate-y: -2px !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-7:hover{
    --transform-translate-x: 1.75rem !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-18:hover{
    --transform-translate-x: 4.75rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-22:hover{
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !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-44:hover{
    --transform-translate-x: 11rem !important;
  }

  .md\:hover\:translate-x-48:hover{
    --transform-translate-x: 13rem !important;
  }

  .md\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .md\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-66:hover{
    --transform-translate-x: 18rem !important;
  }

  .md\:hover\:translate-x-68:hover{
    --transform-translate-x: 21rem !important;
  }

  .md\:hover\:translate-x-70:hover{
    --transform-translate-x: 23rem !important;
  }

  .md\:hover\:translate-x-72:hover{
    --transform-translate-x: 25rem !important;
  }

  .md\:hover\:translate-x-74:hover{
    --transform-translate-x: 27rem !important;
  }

  .md\:hover\:translate-x-75:hover{
    --transform-translate-x: 75px !important;
  }

  .md\:hover\:translate-x-78:hover{
    --transform-translate-x: 29rem !important;
  }

  .md\:hover\:translate-x-80:hover{
    --transform-translate-x: 80px !important;
  }

  .md\:hover\:translate-x-90:hover{
    --transform-translate-x: 90px !important;
  }

  .md\:hover\:translate-x-150:hover{
    --transform-translate-x: 150px !important;
  }

  .md\:hover\:translate-x-200:hover{
    --transform-translate-x: 200px !important;
  }

  .md\:hover\:translate-x-250:hover{
    --transform-translate-x: 250px !important;
  }

  .md\:hover\:translate-x-270:hover{
    --transform-translate-x: 270px !important;
  }

  .md\:hover\:translate-x-310:hover{
    --transform-translate-x: 310px !important;
  }

  .md\:hover\:translate-x-330:hover{
    --transform-translate-x: 330px !important;
  }

  .md\:hover\:translate-x-390:hover{
    --transform-translate-x: 390px !important;
  }

  .md\:hover\:translate-x-400:hover{
    --transform-translate-x: 400px !important;
  }

  .md\:hover\:translate-x-450:hover{
    --transform-translate-x: 450px !important;
  }

  .md\:hover\:translate-x-500:hover{
    --transform-translate-x: 500px !important;
  }

  .md\:hover\:translate-x-550:hover{
    --transform-translate-x: 550px !important;
  }

  .md\:hover\:translate-x-600:hover{
    --transform-translate-x: 600px !important;
  }

  .md\:hover\:translate-x-700:hover{
    --transform-translate-x: 700px !important;
  }

  .md\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !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-7:hover{
    --transform-translate-x: -1.75rem !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-18:hover{
    --transform-translate-x: -4.75rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-22:hover{
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !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-44:hover{
    --transform-translate-x: -11rem !important;
  }

  .md\:hover\:-translate-x-48:hover{
    --transform-translate-x: -13rem !important;
  }

  .md\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .md\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-66:hover{
    --transform-translate-x: -18rem !important;
  }

  .md\:hover\:-translate-x-68:hover{
    --transform-translate-x: -21rem !important;
  }

  .md\:hover\:-translate-x-70:hover{
    --transform-translate-x: -23rem !important;
  }

  .md\:hover\:-translate-x-72:hover{
    --transform-translate-x: -25rem !important;
  }

  .md\:hover\:-translate-x-74:hover{
    --transform-translate-x: -27rem !important;
  }

  .md\:hover\:-translate-x-75:hover{
    --transform-translate-x: -75px !important;
  }

  .md\:hover\:-translate-x-78:hover{
    --transform-translate-x: -29rem !important;
  }

  .md\:hover\:-translate-x-80:hover{
    --transform-translate-x: -80px !important;
  }

  .md\:hover\:-translate-x-90:hover{
    --transform-translate-x: -90px !important;
  }

  .md\:hover\:-translate-x-150:hover{
    --transform-translate-x: -150px !important;
  }

  .md\:hover\:-translate-x-200:hover{
    --transform-translate-x: -200px !important;
  }

  .md\:hover\:-translate-x-250:hover{
    --transform-translate-x: -250px !important;
  }

  .md\:hover\:-translate-x-270:hover{
    --transform-translate-x: -270px !important;
  }

  .md\:hover\:-translate-x-310:hover{
    --transform-translate-x: -310px !important;
  }

  .md\:hover\:-translate-x-330:hover{
    --transform-translate-x: -330px !important;
  }

  .md\:hover\:-translate-x-390:hover{
    --transform-translate-x: -390px !important;
  }

  .md\:hover\:-translate-x-400:hover{
    --transform-translate-x: -400px !important;
  }

  .md\:hover\:-translate-x-450:hover{
    --transform-translate-x: -450px !important;
  }

  .md\:hover\:-translate-x-500:hover{
    --transform-translate-x: -500px !important;
  }

  .md\:hover\:-translate-x-550:hover{
    --transform-translate-x: -550px !important;
  }

  .md\:hover\:-translate-x-600:hover{
    --transform-translate-x: -600px !important;
  }

  .md\:hover\:-translate-x-700:hover{
    --transform-translate-x: -700px !important;
  }

  .md\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !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-7:hover{
    --transform-translate-y: 1.75rem !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-18:hover{
    --transform-translate-y: 4.75rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-22:hover{
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !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-44:hover{
    --transform-translate-y: 11rem !important;
  }

  .md\:hover\:translate-y-48:hover{
    --transform-translate-y: 13rem !important;
  }

  .md\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .md\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-66:hover{
    --transform-translate-y: 18rem !important;
  }

  .md\:hover\:translate-y-68:hover{
    --transform-translate-y: 21rem !important;
  }

  .md\:hover\:translate-y-70:hover{
    --transform-translate-y: 23rem !important;
  }

  .md\:hover\:translate-y-72:hover{
    --transform-translate-y: 25rem !important;
  }

  .md\:hover\:translate-y-74:hover{
    --transform-translate-y: 27rem !important;
  }

  .md\:hover\:translate-y-75:hover{
    --transform-translate-y: 75px !important;
  }

  .md\:hover\:translate-y-78:hover{
    --transform-translate-y: 29rem !important;
  }

  .md\:hover\:translate-y-80:hover{
    --transform-translate-y: 80px !important;
  }

  .md\:hover\:translate-y-90:hover{
    --transform-translate-y: 90px !important;
  }

  .md\:hover\:translate-y-150:hover{
    --transform-translate-y: 150px !important;
  }

  .md\:hover\:translate-y-200:hover{
    --transform-translate-y: 200px !important;
  }

  .md\:hover\:translate-y-250:hover{
    --transform-translate-y: 250px !important;
  }

  .md\:hover\:translate-y-270:hover{
    --transform-translate-y: 270px !important;
  }

  .md\:hover\:translate-y-310:hover{
    --transform-translate-y: 310px !important;
  }

  .md\:hover\:translate-y-330:hover{
    --transform-translate-y: 330px !important;
  }

  .md\:hover\:translate-y-390:hover{
    --transform-translate-y: 390px !important;
  }

  .md\:hover\:translate-y-400:hover{
    --transform-translate-y: 400px !important;
  }

  .md\:hover\:translate-y-450:hover{
    --transform-translate-y: 450px !important;
  }

  .md\:hover\:translate-y-500:hover{
    --transform-translate-y: 500px !important;
  }

  .md\:hover\:translate-y-550:hover{
    --transform-translate-y: 550px !important;
  }

  .md\:hover\:translate-y-600:hover{
    --transform-translate-y: 600px !important;
  }

  .md\:hover\:translate-y-700:hover{
    --transform-translate-y: 700px !important;
  }

  .md\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !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-7:hover{
    --transform-translate-y: -1.75rem !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-18:hover{
    --transform-translate-y: -4.75rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-22:hover{
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !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-44:hover{
    --transform-translate-y: -11rem !important;
  }

  .md\:hover\:-translate-y-48:hover{
    --transform-translate-y: -13rem !important;
  }

  .md\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .md\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-66:hover{
    --transform-translate-y: -18rem !important;
  }

  .md\:hover\:-translate-y-68:hover{
    --transform-translate-y: -21rem !important;
  }

  .md\:hover\:-translate-y-70:hover{
    --transform-translate-y: -23rem !important;
  }

  .md\:hover\:-translate-y-72:hover{
    --transform-translate-y: -25rem !important;
  }

  .md\:hover\:-translate-y-74:hover{
    --transform-translate-y: -27rem !important;
  }

  .md\:hover\:-translate-y-75:hover{
    --transform-translate-y: -75px !important;
  }

  .md\:hover\:-translate-y-78:hover{
    --transform-translate-y: -29rem !important;
  }

  .md\:hover\:-translate-y-80:hover{
    --transform-translate-y: -80px !important;
  }

  .md\:hover\:-translate-y-90:hover{
    --transform-translate-y: -90px !important;
  }

  .md\:hover\:-translate-y-150:hover{
    --transform-translate-y: -150px !important;
  }

  .md\:hover\:-translate-y-200:hover{
    --transform-translate-y: -200px !important;
  }

  .md\:hover\:-translate-y-250:hover{
    --transform-translate-y: -250px !important;
  }

  .md\:hover\:-translate-y-270:hover{
    --transform-translate-y: -270px !important;
  }

  .md\:hover\:-translate-y-310:hover{
    --transform-translate-y: -310px !important;
  }

  .md\:hover\:-translate-y-330:hover{
    --transform-translate-y: -330px !important;
  }

  .md\:hover\:-translate-y-390:hover{
    --transform-translate-y: -390px !important;
  }

  .md\:hover\:-translate-y-400:hover{
    --transform-translate-y: -400px !important;
  }

  .md\:hover\:-translate-y-450:hover{
    --transform-translate-y: -450px !important;
  }

  .md\:hover\:-translate-y-500:hover{
    --transform-translate-y: -500px !important;
  }

  .md\:hover\:-translate-y-550:hover{
    --transform-translate-y: -550px !important;
  }

  .md\:hover\:-translate-y-600:hover{
    --transform-translate-y: -600px !important;
  }

  .md\:hover\:-translate-y-700:hover{
    --transform-translate-y: -700px !important;
  }

  .md\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !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-7:focus{
    --transform-translate-x: 1.75rem !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-18:focus{
    --transform-translate-x: 4.75rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-22:focus{
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !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-44:focus{
    --transform-translate-x: 11rem !important;
  }

  .md\:focus\:translate-x-48:focus{
    --transform-translate-x: 13rem !important;
  }

  .md\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .md\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-66:focus{
    --transform-translate-x: 18rem !important;
  }

  .md\:focus\:translate-x-68:focus{
    --transform-translate-x: 21rem !important;
  }

  .md\:focus\:translate-x-70:focus{
    --transform-translate-x: 23rem !important;
  }

  .md\:focus\:translate-x-72:focus{
    --transform-translate-x: 25rem !important;
  }

  .md\:focus\:translate-x-74:focus{
    --transform-translate-x: 27rem !important;
  }

  .md\:focus\:translate-x-75:focus{
    --transform-translate-x: 75px !important;
  }

  .md\:focus\:translate-x-78:focus{
    --transform-translate-x: 29rem !important;
  }

  .md\:focus\:translate-x-80:focus{
    --transform-translate-x: 80px !important;
  }

  .md\:focus\:translate-x-90:focus{
    --transform-translate-x: 90px !important;
  }

  .md\:focus\:translate-x-150:focus{
    --transform-translate-x: 150px !important;
  }

  .md\:focus\:translate-x-200:focus{
    --transform-translate-x: 200px !important;
  }

  .md\:focus\:translate-x-250:focus{
    --transform-translate-x: 250px !important;
  }

  .md\:focus\:translate-x-270:focus{
    --transform-translate-x: 270px !important;
  }

  .md\:focus\:translate-x-310:focus{
    --transform-translate-x: 310px !important;
  }

  .md\:focus\:translate-x-330:focus{
    --transform-translate-x: 330px !important;
  }

  .md\:focus\:translate-x-390:focus{
    --transform-translate-x: 390px !important;
  }

  .md\:focus\:translate-x-400:focus{
    --transform-translate-x: 400px !important;
  }

  .md\:focus\:translate-x-450:focus{
    --transform-translate-x: 450px !important;
  }

  .md\:focus\:translate-x-500:focus{
    --transform-translate-x: 500px !important;
  }

  .md\:focus\:translate-x-550:focus{
    --transform-translate-x: 550px !important;
  }

  .md\:focus\:translate-x-600:focus{
    --transform-translate-x: 600px !important;
  }

  .md\:focus\:translate-x-700:focus{
    --transform-translate-x: 700px !important;
  }

  .md\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !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-7:focus{
    --transform-translate-x: -1.75rem !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-18:focus{
    --transform-translate-x: -4.75rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-22:focus{
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !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-44:focus{
    --transform-translate-x: -11rem !important;
  }

  .md\:focus\:-translate-x-48:focus{
    --transform-translate-x: -13rem !important;
  }

  .md\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .md\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-66:focus{
    --transform-translate-x: -18rem !important;
  }

  .md\:focus\:-translate-x-68:focus{
    --transform-translate-x: -21rem !important;
  }

  .md\:focus\:-translate-x-70:focus{
    --transform-translate-x: -23rem !important;
  }

  .md\:focus\:-translate-x-72:focus{
    --transform-translate-x: -25rem !important;
  }

  .md\:focus\:-translate-x-74:focus{
    --transform-translate-x: -27rem !important;
  }

  .md\:focus\:-translate-x-75:focus{
    --transform-translate-x: -75px !important;
  }

  .md\:focus\:-translate-x-78:focus{
    --transform-translate-x: -29rem !important;
  }

  .md\:focus\:-translate-x-80:focus{
    --transform-translate-x: -80px !important;
  }

  .md\:focus\:-translate-x-90:focus{
    --transform-translate-x: -90px !important;
  }

  .md\:focus\:-translate-x-150:focus{
    --transform-translate-x: -150px !important;
  }

  .md\:focus\:-translate-x-200:focus{
    --transform-translate-x: -200px !important;
  }

  .md\:focus\:-translate-x-250:focus{
    --transform-translate-x: -250px !important;
  }

  .md\:focus\:-translate-x-270:focus{
    --transform-translate-x: -270px !important;
  }

  .md\:focus\:-translate-x-310:focus{
    --transform-translate-x: -310px !important;
  }

  .md\:focus\:-translate-x-330:focus{
    --transform-translate-x: -330px !important;
  }

  .md\:focus\:-translate-x-390:focus{
    --transform-translate-x: -390px !important;
  }

  .md\:focus\:-translate-x-400:focus{
    --transform-translate-x: -400px !important;
  }

  .md\:focus\:-translate-x-450:focus{
    --transform-translate-x: -450px !important;
  }

  .md\:focus\:-translate-x-500:focus{
    --transform-translate-x: -500px !important;
  }

  .md\:focus\:-translate-x-550:focus{
    --transform-translate-x: -550px !important;
  }

  .md\:focus\:-translate-x-600:focus{
    --transform-translate-x: -600px !important;
  }

  .md\:focus\:-translate-x-700:focus{
    --transform-translate-x: -700px !important;
  }

  .md\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !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-7:focus{
    --transform-translate-y: 1.75rem !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-18:focus{
    --transform-translate-y: 4.75rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-22:focus{
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !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-44:focus{
    --transform-translate-y: 11rem !important;
  }

  .md\:focus\:translate-y-48:focus{
    --transform-translate-y: 13rem !important;
  }

  .md\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .md\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-66:focus{
    --transform-translate-y: 18rem !important;
  }

  .md\:focus\:translate-y-68:focus{
    --transform-translate-y: 21rem !important;
  }

  .md\:focus\:translate-y-70:focus{
    --transform-translate-y: 23rem !important;
  }

  .md\:focus\:translate-y-72:focus{
    --transform-translate-y: 25rem !important;
  }

  .md\:focus\:translate-y-74:focus{
    --transform-translate-y: 27rem !important;
  }

  .md\:focus\:translate-y-75:focus{
    --transform-translate-y: 75px !important;
  }

  .md\:focus\:translate-y-78:focus{
    --transform-translate-y: 29rem !important;
  }

  .md\:focus\:translate-y-80:focus{
    --transform-translate-y: 80px !important;
  }

  .md\:focus\:translate-y-90:focus{
    --transform-translate-y: 90px !important;
  }

  .md\:focus\:translate-y-150:focus{
    --transform-translate-y: 150px !important;
  }

  .md\:focus\:translate-y-200:focus{
    --transform-translate-y: 200px !important;
  }

  .md\:focus\:translate-y-250:focus{
    --transform-translate-y: 250px !important;
  }

  .md\:focus\:translate-y-270:focus{
    --transform-translate-y: 270px !important;
  }

  .md\:focus\:translate-y-310:focus{
    --transform-translate-y: 310px !important;
  }

  .md\:focus\:translate-y-330:focus{
    --transform-translate-y: 330px !important;
  }

  .md\:focus\:translate-y-390:focus{
    --transform-translate-y: 390px !important;
  }

  .md\:focus\:translate-y-400:focus{
    --transform-translate-y: 400px !important;
  }

  .md\:focus\:translate-y-450:focus{
    --transform-translate-y: 450px !important;
  }

  .md\:focus\:translate-y-500:focus{
    --transform-translate-y: 500px !important;
  }

  .md\:focus\:translate-y-550:focus{
    --transform-translate-y: 550px !important;
  }

  .md\:focus\:translate-y-600:focus{
    --transform-translate-y: 600px !important;
  }

  .md\:focus\:translate-y-700:focus{
    --transform-translate-y: 700px !important;
  }

  .md\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !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-7:focus{
    --transform-translate-y: -1.75rem !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-18:focus{
    --transform-translate-y: -4.75rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-22:focus{
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !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-44:focus{
    --transform-translate-y: -11rem !important;
  }

  .md\:focus\:-translate-y-48:focus{
    --transform-translate-y: -13rem !important;
  }

  .md\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .md\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-66:focus{
    --transform-translate-y: -18rem !important;
  }

  .md\:focus\:-translate-y-68:focus{
    --transform-translate-y: -21rem !important;
  }

  .md\:focus\:-translate-y-70:focus{
    --transform-translate-y: -23rem !important;
  }

  .md\:focus\:-translate-y-72:focus{
    --transform-translate-y: -25rem !important;
  }

  .md\:focus\:-translate-y-74:focus{
    --transform-translate-y: -27rem !important;
  }

  .md\:focus\:-translate-y-75:focus{
    --transform-translate-y: -75px !important;
  }

  .md\:focus\:-translate-y-78:focus{
    --transform-translate-y: -29rem !important;
  }

  .md\:focus\:-translate-y-80:focus{
    --transform-translate-y: -80px !important;
  }

  .md\:focus\:-translate-y-90:focus{
    --transform-translate-y: -90px !important;
  }

  .md\:focus\:-translate-y-150:focus{
    --transform-translate-y: -150px !important;
  }

  .md\:focus\:-translate-y-200:focus{
    --transform-translate-y: -200px !important;
  }

  .md\:focus\:-translate-y-250:focus{
    --transform-translate-y: -250px !important;
  }

  .md\:focus\:-translate-y-270:focus{
    --transform-translate-y: -270px !important;
  }

  .md\:focus\:-translate-y-310:focus{
    --transform-translate-y: -310px !important;
  }

  .md\:focus\:-translate-y-330:focus{
    --transform-translate-y: -330px !important;
  }

  .md\:focus\:-translate-y-390:focus{
    --transform-translate-y: -390px !important;
  }

  .md\:focus\:-translate-y-400:focus{
    --transform-translate-y: -400px !important;
  }

  .md\:focus\:-translate-y-450:focus{
    --transform-translate-y: -450px !important;
  }

  .md\:focus\:-translate-y-500:focus{
    --transform-translate-y: -500px !important;
  }

  .md\:focus\:-translate-y-550:focus{
    --transform-translate-y: -550px !important;
  }

  .md\:focus\:-translate-y-600:focus{
    --transform-translate-y: -600px !important;
  }

  .md\:focus\:-translate-y-700:focus{
    --transform-translate-y: -700px !important;
  }

  .md\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !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;
  }

  .md\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .md\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .md\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .md\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .md\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .md\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .md\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .md\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .md\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .lg\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 450px){
    .lg\:container{
      max-width: 450px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }

  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(250px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(250px * var(--space-x-reverse)) !important;
    margin-left: calc(250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(270px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(270px * var(--space-x-reverse)) !important;
    margin-left: calc(270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(310px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(310px * var(--space-x-reverse)) !important;
    margin-left: calc(310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(330px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(330px * var(--space-x-reverse)) !important;
    margin-left: calc(330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(390px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(390px * var(--space-x-reverse)) !important;
    margin-left: calc(390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(400px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(400px * var(--space-x-reverse)) !important;
    margin-left: calc(400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(450px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(450px * var(--space-x-reverse)) !important;
    margin-left: calc(450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(500px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(500px * var(--space-x-reverse)) !important;
    margin-left: calc(500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(550px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(550px * var(--space-x-reverse)) !important;
    margin-left: calc(550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(600px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(600px * var(--space-x-reverse)) !important;
    margin-left: calc(600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(700px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(700px * var(--space-x-reverse)) !important;
    margin-left: calc(700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-250px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-250px * var(--space-x-reverse)) !important;
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-270px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-270px * var(--space-x-reverse)) !important;
    margin-left: calc(-270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-310px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-310px * var(--space-x-reverse)) !important;
    margin-left: calc(-310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-330px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-330px * var(--space-x-reverse)) !important;
    margin-left: calc(-330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-390px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-390px * var(--space-x-reverse)) !important;
    margin-left: calc(-390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-400px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-400px * var(--space-x-reverse)) !important;
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-450px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-450px * var(--space-x-reverse)) !important;
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-500px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-500px * var(--space-x-reverse)) !important;
    margin-left: calc(-500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-550px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-550px * var(--space-x-reverse)) !important;
    margin-left: calc(-550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-600px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-600px * var(--space-x-reverse)) !important;
    margin-left: calc(-600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-700px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-700px * var(--space-x-reverse)) !important;
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * 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;
    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;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-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;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .lg\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .lg\:divide-brand-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
  }

  .lg\:divide-brand-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
  }

  .lg\:divide-brand-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
  }

  .lg\:divide-brand-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
  }

  .lg\:divide-brand-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
  }

  .lg\:divide-brand-06 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
  }

  .lg\:divide-banner > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
  }

  .lg\:divide-p-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
  }

  .lg\:divide-inverse-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-medium > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
  }

  .lg\:divide-error > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
  }

  .lg\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .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-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.80 !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;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:bg-local{
    background-attachment: local !important;
  }

  .lg\:bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border{
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content{
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-transparent{
    background-color: transparent !important;
  }

  .lg\:bg-current{
    background-color: currentColor !important;
  }

  .lg\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .lg\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .lg\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .lg\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .lg\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .lg\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .lg\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .lg\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .lg\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-brand-01:hover{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-brand-02:hover{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-brand-03:hover{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-brand-04:hover{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-brand-05:hover{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-brand-06:hover{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-banner:hover{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-p-01:hover{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-inverse-01:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-medium:hover{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-02:hover{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-03:hover{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-04:hover{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-05:hover{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-error:hover{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .lg\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-brand-01:focus{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-brand-02:focus{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-brand-03:focus{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-brand-04:focus{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-brand-05:focus{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-brand-06:focus{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-banner:focus{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-p-01:focus{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-inverse-01:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-medium:focus{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-02:focus{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-03:focus{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-04:focus{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-05:focus{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-error:focus{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .lg\:group-focus\:bg-current{
    background-color: currentColor !important;
  }

  .group:focus .lg\:group-focus\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white{
    --gradient-from-color: #fff !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-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:from-brand-01{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .lg\:from-brand-02{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .lg\:from-brand-03{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .lg\:from-brand-04{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .lg\:from-brand-05{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .lg\:from-brand-06{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .lg\:from-banner{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .lg\:from-p-01{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .lg\:from-inverse-01{
    --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-light{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:from-gray-medium{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:from-gray-02{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .lg\:from-gray-03{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .lg\:from-gray-04{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .lg\:from-gray-05{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .lg\:from-error{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white{
    --gradient-via-color: #fff !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-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:via-brand-01{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .lg\:via-brand-02{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .lg\:via-brand-03{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .lg\:via-brand-04{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .lg\:via-brand-05{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .lg\:via-brand-06{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .lg\:via-banner{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .lg\:via-p-01{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .lg\:via-inverse-01{
    --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-light{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:via-gray-medium{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:via-gray-02{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .lg\:via-gray-03{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .lg\:via-gray-04{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .lg\:via-gray-05{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .lg\:via-error{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .lg\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .lg\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .lg\:to-black{
    --gradient-to-color: #000 !important;
  }

  .lg\:to-white{
    --gradient-to-color: #fff !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-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .lg\:to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .lg\:to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .lg\:to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .lg\:to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .lg\:to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .lg\:to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .lg\:to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .lg\:to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .lg\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .lg\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .lg\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .lg\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .lg\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:to-blue-900{
    --gradient-to-color: #2a4365 !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-100{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .lg\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .lg\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .lg\:to-brand-01{
    --gradient-to-color: #0d112c !important;
  }

  .lg\:to-brand-02{
    --gradient-to-color: #1F354A !important;
  }

  .lg\:to-brand-03{
    --gradient-to-color: #44CEC9 !important;
  }

  .lg\:to-brand-04{
    --gradient-to-color: #499E8A !important;
  }

  .lg\:to-brand-05{
    --gradient-to-color: #A41F63 !important;
  }

  .lg\:to-brand-06{
    --gradient-to-color: #7D49BB !important;
  }

  .lg\:to-banner{
    --gradient-to-color: #FAD05C !important;
  }

  .lg\:to-p-01{
    --gradient-to-color: #303030 !important;
  }

  .lg\:to-inverse-01{
    --gradient-to-color: #ffffff !important;
  }

  .lg\:to-gray-light{
    --gradient-to-color: #F3F3F3 !important;
  }

  .lg\:to-gray-medium{
    --gradient-to-color: #EEEEEE !important;
  }

  .lg\:to-gray-02{
    --gradient-to-color: #D0D0D0 !important;
  }

  .lg\:to-gray-03{
    --gradient-to-color: #32333e !important;
  }

  .lg\:to-gray-04{
    --gradient-to-color: #272C2C !important;
  }

  .lg\:to-gray-05{
    --gradient-to-color: #575966 !important;
  }

  .lg\:to-error{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --gradient-from-color: #fff !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-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:from-brand-01:hover{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .lg\:hover\:from-brand-02:hover{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .lg\:hover\:from-brand-03:hover{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .lg\:hover\:from-brand-04:hover{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .lg\:hover\:from-brand-05:hover{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .lg\:hover\:from-brand-06:hover{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .lg\:hover\:from-banner:hover{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .lg\:hover\:from-p-01:hover{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .lg\:hover\:from-inverse-01: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-light:hover{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:hover\:from-gray-medium:hover{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:from-gray-02:hover{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .lg\:hover\:from-gray-03:hover{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .lg\:hover\:from-gray-04:hover{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .lg\:hover\:from-gray-05:hover{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .lg\:hover\:from-error:hover{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:hover{
    --gradient-via-color: #fff !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-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:via-brand-01:hover{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .lg\:hover\:via-brand-02:hover{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .lg\:hover\:via-brand-03:hover{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .lg\:hover\:via-brand-04:hover{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .lg\:hover\:via-brand-05:hover{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .lg\:hover\:via-brand-06:hover{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .lg\:hover\:via-banner:hover{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .lg\:hover\:via-p-01:hover{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .lg\:hover\:via-inverse-01: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-light:hover{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:hover\:via-gray-medium:hover{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:hover\:via-gray-02:hover{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .lg\:hover\:via-gray-03:hover{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .lg\:hover\:via-gray-04:hover{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .lg\:hover\:via-gray-05:hover{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .lg\:hover\:via-error:hover{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .lg\:hover\:to-white:hover{
    --gradient-to-color: #fff !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-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .lg\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .lg\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .lg\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .lg\:hover\:to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .lg\:hover\:to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .lg\:hover\:to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .lg\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .lg\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .lg\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .lg\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .lg\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .lg\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .lg\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !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-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .lg\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .lg\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .lg\:hover\:to-brand-01:hover{
    --gradient-to-color: #0d112c !important;
  }

  .lg\:hover\:to-brand-02:hover{
    --gradient-to-color: #1F354A !important;
  }

  .lg\:hover\:to-brand-03:hover{
    --gradient-to-color: #44CEC9 !important;
  }

  .lg\:hover\:to-brand-04:hover{
    --gradient-to-color: #499E8A !important;
  }

  .lg\:hover\:to-brand-05:hover{
    --gradient-to-color: #A41F63 !important;
  }

  .lg\:hover\:to-brand-06:hover{
    --gradient-to-color: #7D49BB !important;
  }

  .lg\:hover\:to-banner:hover{
    --gradient-to-color: #FAD05C !important;
  }

  .lg\:hover\:to-p-01:hover{
    --gradient-to-color: #303030 !important;
  }

  .lg\:hover\:to-inverse-01:hover{
    --gradient-to-color: #ffffff !important;
  }

  .lg\:hover\:to-gray-light:hover{
    --gradient-to-color: #F3F3F3 !important;
  }

  .lg\:hover\:to-gray-medium:hover{
    --gradient-to-color: #EEEEEE !important;
  }

  .lg\:hover\:to-gray-02:hover{
    --gradient-to-color: #D0D0D0 !important;
  }

  .lg\:hover\:to-gray-03:hover{
    --gradient-to-color: #32333e !important;
  }

  .lg\:hover\:to-gray-04:hover{
    --gradient-to-color: #272C2C !important;
  }

  .lg\:hover\:to-gray-05:hover{
    --gradient-to-color: #575966 !important;
  }

  .lg\:hover\:to-error:hover{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --gradient-from-color: #fff !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-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:from-brand-01:focus{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .lg\:focus\:from-brand-02:focus{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .lg\:focus\:from-brand-03:focus{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .lg\:focus\:from-brand-04:focus{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .lg\:focus\:from-brand-05:focus{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .lg\:focus\:from-brand-06:focus{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .lg\:focus\:from-banner:focus{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .lg\:focus\:from-p-01:focus{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .lg\:focus\:from-inverse-01: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-light:focus{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:focus\:from-gray-medium:focus{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:from-gray-02:focus{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .lg\:focus\:from-gray-03:focus{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .lg\:focus\:from-gray-04:focus{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .lg\:focus\:from-gray-05:focus{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .lg\:focus\:from-error:focus{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:focus{
    --gradient-via-color: #fff !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-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:via-brand-01:focus{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .lg\:focus\:via-brand-02:focus{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .lg\:focus\:via-brand-03:focus{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .lg\:focus\:via-brand-04:focus{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .lg\:focus\:via-brand-05:focus{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .lg\:focus\:via-brand-06:focus{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .lg\:focus\:via-banner:focus{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .lg\:focus\:via-p-01:focus{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .lg\:focus\:via-inverse-01: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-light:focus{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:focus\:via-gray-medium:focus{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .lg\:focus\:via-gray-02:focus{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .lg\:focus\:via-gray-03:focus{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .lg\:focus\:via-gray-04:focus{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .lg\:focus\:via-gray-05:focus{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .lg\:focus\:via-error:focus{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .lg\:focus\:to-white:focus{
    --gradient-to-color: #fff !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-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .lg\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .lg\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .lg\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .lg\:focus\:to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .lg\:focus\:to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .lg\:focus\:to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .lg\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .lg\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .lg\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .lg\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .lg\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .lg\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .lg\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !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-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .lg\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .lg\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .lg\:focus\:to-brand-01:focus{
    --gradient-to-color: #0d112c !important;
  }

  .lg\:focus\:to-brand-02:focus{
    --gradient-to-color: #1F354A !important;
  }

  .lg\:focus\:to-brand-03:focus{
    --gradient-to-color: #44CEC9 !important;
  }

  .lg\:focus\:to-brand-04:focus{
    --gradient-to-color: #499E8A !important;
  }

  .lg\:focus\:to-brand-05:focus{
    --gradient-to-color: #A41F63 !important;
  }

  .lg\:focus\:to-brand-06:focus{
    --gradient-to-color: #7D49BB !important;
  }

  .lg\:focus\:to-banner:focus{
    --gradient-to-color: #FAD05C !important;
  }

  .lg\:focus\:to-p-01:focus{
    --gradient-to-color: #303030 !important;
  }

  .lg\:focus\:to-inverse-01:focus{
    --gradient-to-color: #ffffff !important;
  }

  .lg\:focus\:to-gray-light:focus{
    --gradient-to-color: #F3F3F3 !important;
  }

  .lg\:focus\:to-gray-medium:focus{
    --gradient-to-color: #EEEEEE !important;
  }

  .lg\:focus\:to-gray-02:focus{
    --gradient-to-color: #D0D0D0 !important;
  }

  .lg\:focus\:to-gray-03:focus{
    --gradient-to-color: #32333e !important;
  }

  .lg\:focus\:to-gray-04:focus{
    --gradient-to-color: #272C2C !important;
  }

  .lg\:focus\:to-gray-05:focus{
    --gradient-to-color: #575966 !important;
  }

  .lg\:focus\:to-error:focus{
    --gradient-to-color: #f35b5b !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-80{
    --bg-opacity: 0.80 !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-80:hover{
    --bg-opacity: 0.80 !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-80:focus{
    --bg-opacity: 0.80 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom{
    background-position: bottom !important;
  }

  .lg\:bg-center{
    background-position: center !important;
  }

  .lg\:bg-left{
    background-position: left !important;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .lg\:bg-left-top{
    background-position: left top !important;
  }

  .lg\:bg-right{
    background-position: right !important;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .lg\:bg-right-top{
    background-position: right top !important;
  }

  .lg\:bg-top{
    background-position: top !important;
  }

  .lg\:bg-repeat{
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:bg-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !important;
  }

  .lg\:border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:border-separate{
    border-collapse: separate !important;
  }

  .lg\:border-transparent{
    border-color: transparent !important;
  }

  .lg\:border-current{
    border-color: currentColor !important;
  }

  .lg\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg\:border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg\:border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg\:border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg\:border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg\:border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:border-brand-01{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .lg\:border-brand-02{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .lg\:border-brand-03{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .lg\:border-brand-04{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .lg\:border-brand-05{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .lg\:border-brand-06{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .lg\:border-banner{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .lg\:border-p-01{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:border-inverse-01{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .lg\:border-gray-medium{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .lg\:border-gray-02{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .lg\:border-gray-03{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .lg\:border-gray-04{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:border-gray-05{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .lg\:border-error{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .lg\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-brand-01:hover{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-brand-02:hover{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-brand-03:hover{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-brand-04:hover{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-brand-05:hover{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-brand-06:hover{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-banner:hover{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-p-01:hover{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-inverse-01:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-medium:hover{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-02:hover{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-03:hover{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-04:hover{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-05:hover{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-error:hover{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .lg\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-brand-01:focus{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-brand-02:focus{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-brand-03:focus{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-brand-04:focus{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-brand-05:focus{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-brand-06:focus{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-banner:focus{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-p-01:focus{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-inverse-01:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-medium:focus{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-02:focus{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-03:focus{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-04:focus{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-05:focus{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-error:focus{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, 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-80{
    --border-opacity: 0.80 !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-80:hover{
    --border-opacity: 0.80 !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-80:focus{
    --border-opacity: 0.80 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !important;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:rounded{
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .lg\:rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:rounded-1\/2{
    border-radius: 50% !important;
  }

  .lg\:rounded-menu{
    border-radius: 12px !important;
  }

  .lg\:rounded-button{
    border-radius: 50px !important;
  }

  .lg\:rounded-card{
    border-radius: 22px !important;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-t-1\/2{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-r-1\/2{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-b-1\/2{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-l-1\/2{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-t-menu{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .lg\:rounded-r-menu{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .lg\:rounded-b-menu{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:rounded-l-menu{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .lg\:rounded-t-button{
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .lg\:rounded-r-button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .lg\:rounded-b-button{
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-l-button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-t-card{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .lg\:rounded-r-card{
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .lg\:rounded-b-card{
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .lg\:rounded-l-card{
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-1\/2{
    border-top-left-radius: 50% !important;
  }

  .lg\:rounded-tr-1\/2{
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-br-1\/2{
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-bl-1\/2{
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-tl-menu{
    border-top-left-radius: 12px !important;
  }

  .lg\:rounded-tr-menu{
    border-top-right-radius: 12px !important;
  }

  .lg\:rounded-br-menu{
    border-bottom-right-radius: 12px !important;
  }

  .lg\:rounded-bl-menu{
    border-bottom-left-radius: 12px !important;
  }

  .lg\:rounded-tl-button{
    border-top-left-radius: 50px !important;
  }

  .lg\:rounded-tr-button{
    border-top-right-radius: 50px !important;
  }

  .lg\:rounded-br-button{
    border-bottom-right-radius: 50px !important;
  }

  .lg\:rounded-bl-button{
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-tl-card{
    border-top-left-radius: 22px !important;
  }

  .lg\:rounded-tr-card{
    border-top-right-radius: 22px !important;
  }

  .lg\:rounded-br-card{
    border-bottom-right-radius: 22px !important;
  }

  .lg\:rounded-bl-card{
    border-bottom-left-radius: 22px !important;
  }

  .lg\:border-solid{
    border-style: solid !important;
  }

  .lg\:border-dashed{
    border-style: dashed !important;
  }

  .lg\:border-dotted{
    border-style: dotted !important;
  }

  .lg\:border-double{
    border-style: double !important;
  }

  .lg\:border-none{
    border-style: none !important;
  }

  .lg\:border-0{
    border-width: 0 !important;
  }

  .lg\:border-1{
    border-width: 1px !important;
  }

  .lg\:border-2{
    border-width: 2px !important;
  }

  .lg\:border-4{
    border-width: 4px !important;
  }

  .lg\:border-8{
    border-width: 8px !important;
  }

  .lg\:border{
    border-width: 1px !important;
  }

  .lg\:border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:border-t-1{
    border-top-width: 1px !important;
  }

  .lg\:border-r-1{
    border-right-width: 1px !important;
  }

  .lg\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-1{
    border-left-width: 1px !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !important;
  }

  .lg\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .lg\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .lg\:cursor-auto{
    cursor: auto !important;
  }

  .lg\:cursor-default{
    cursor: default !important;
  }

  .lg\:cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:cursor-wait{
    cursor: wait !important;
  }

  .lg\:cursor-text{
    cursor: text !important;
  }

  .lg\:cursor-move{
    cursor: move !important;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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;
  }

  .group:hover .lg\:group-hover\:block{
    display: block !important;
  }

  .group:hover .lg\:group-hover\:inline-block{
    display: inline-block !important;
  }

  .group:hover .lg\:group-hover\:inline{
    display: inline !important;
  }

  .group:hover .lg\:group-hover\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:hover .lg\:group-hover\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:hover .lg\:group-hover\:table{
    display: table !important;
  }

  .group:hover .lg\:group-hover\:table-caption{
    display: table-caption !important;
  }

  .group:hover .lg\:group-hover\:table-cell{
    display: table-cell !important;
  }

  .group:hover .lg\:group-hover\:table-column{
    display: table-column !important;
  }

  .group:hover .lg\:group-hover\:table-column-group{
    display: table-column-group !important;
  }

  .group:hover .lg\:group-hover\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:hover .lg\:group-hover\:table-header-group{
    display: table-header-group !important;
  }

  .group:hover .lg\:group-hover\:table-row-group{
    display: table-row-group !important;
  }

  .group:hover .lg\:group-hover\:table-row{
    display: table-row !important;
  }

  .group:hover .lg\:group-hover\:flow-root{
    display: flow-root !important;
  }

  .group:hover .lg\:group-hover\:grid{
    display: grid !important;
  }

  .group:hover .lg\:group-hover\:inline-grid{
    display: inline-grid !important;
  }

  .group:hover .lg\:group-hover\:contents{
    display: contents !important;
  }

  .group:hover .lg\:group-hover\:hidden{
    display: none !important;
  }

  .group:focus .lg\:group-focus\:block{
    display: block !important;
  }

  .group:focus .lg\:group-focus\:inline-block{
    display: inline-block !important;
  }

  .group:focus .lg\:group-focus\:inline{
    display: inline !important;
  }

  .group:focus .lg\:group-focus\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:focus .lg\:group-focus\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:focus .lg\:group-focus\:table{
    display: table !important;
  }

  .group:focus .lg\:group-focus\:table-caption{
    display: table-caption !important;
  }

  .group:focus .lg\:group-focus\:table-cell{
    display: table-cell !important;
  }

  .group:focus .lg\:group-focus\:table-column{
    display: table-column !important;
  }

  .group:focus .lg\:group-focus\:table-column-group{
    display: table-column-group !important;
  }

  .group:focus .lg\:group-focus\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:focus .lg\:group-focus\:table-header-group{
    display: table-header-group !important;
  }

  .group:focus .lg\:group-focus\:table-row-group{
    display: table-row-group !important;
  }

  .group:focus .lg\:group-focus\:table-row{
    display: table-row !important;
  }

  .group:focus .lg\:group-focus\:flow-root{
    display: flow-root !important;
  }

  .group:focus .lg\:group-focus\:grid{
    display: grid !important;
  }

  .group:focus .lg\:group-focus\:inline-grid{
    display: inline-grid !important;
  }

  .group:focus .lg\:group-focus\:contents{
    display: contents !important;
  }

  .group:focus .lg\:group-focus\:hidden{
    display: none !important;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        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{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:hover .lg\:group-hover\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:hover .lg\:group-hover\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:hover .lg\:group-hover\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:hover .lg\:group-hover\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:hover .lg\:group-hover\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:focus .lg\:group-focus\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:focus .lg\:group-focus\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:focus .lg\:group-focus\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:focus .lg\:group-focus\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:focus .lg\:group-focus\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lg\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lg\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lg\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lg\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lg\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .lg\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lg\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lg\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lg\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lg\:self-stretch{
    -ms-flex-item-align: stretch !important;
        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{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            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{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .lg\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .lg\:float-right{
    float: right !important;
  }

  .lg\:float-left{
    float: left !important;
  }

  .lg\:float-none{
    float: none !important;
  }

  .lg\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:clear-left{
    clear: left !important;
  }

  .lg\:clear-right{
    clear: right !important;
  }

  .lg\:clear-both{
    clear: both !important;
  }

  .lg\:clear-none{
    clear: none !important;
  }

  .lg\:font-body{
    font-family: Roboto !important;
  }

  .lg\:font-heading{
    font-family: Lato !important;
  }

  .lg\:font-hairline{
    font-weight: 100 !important;
  }

  .lg\:font-thin{
    font-weight: 200 !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-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200 !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\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:h-0{
    height: 0 !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-7{
    height: 1.75rem !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-18{
    height: 4.75rem !important;
  }

  .lg\:h-20{
    height: 5rem !important;
  }

  .lg\:h-22{
    height: 6rem !important;
  }

  .lg\:h-24{
    height: 6rem !important;
  }

  .lg\:h-28{
    height: 7rem !important;
  }

  .lg\:h-32{
    height: 8rem !important;
  }

  .lg\:h-40{
    height: 10rem !important;
  }

  .lg\:h-44{
    height: 11rem !important;
  }

  .lg\:h-48{
    height: 13rem !important;
  }

  .lg\:h-56{
    height: 14rem !important;
  }

  .lg\:h-60{
    height: 15rem !important;
  }

  .lg\:h-64{
    height: 16rem !important;
  }

  .lg\:h-66{
    height: 18rem !important;
  }

  .lg\:h-68{
    height: 21rem !important;
  }

  .lg\:h-70{
    height: 23rem !important;
  }

  .lg\:h-72{
    height: 25rem !important;
  }

  .lg\:h-74{
    height: 27rem !important;
  }

  .lg\:h-75{
    height: 75px !important;
  }

  .lg\:h-78{
    height: 29rem !important;
  }

  .lg\:h-80{
    height: 80px !important;
  }

  .lg\:h-90{
    height: 90px !important;
  }

  .lg\:h-150{
    height: 150px !important;
  }

  .lg\:h-200{
    height: 200px !important;
  }

  .lg\:h-250{
    height: 250px !important;
  }

  .lg\:h-270{
    height: 270px !important;
  }

  .lg\:h-310{
    height: 310px !important;
  }

  .lg\:h-330{
    height: 330px !important;
  }

  .lg\:h-390{
    height: 390px !important;
  }

  .lg\:h-400{
    height: 400px !important;
  }

  .lg\:h-450{
    height: 450px !important;
  }

  .lg\:h-500{
    height: 500px !important;
  }

  .lg\:h-550{
    height: 550px !important;
  }

  .lg\:h-600{
    height: 600px !important;
  }

  .lg\:h-700{
    height: 700px !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-px{
    height: 1px !important;
  }

  .lg\:h-2px{
    height: 2px !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vw !important;
  }

  .lg\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .lg\:h-1\/2{
    height: 50% !important;
  }

  .lg\:h-1\/3{
    height: 33.333333% !important;
  }

  .lg\:h-2\/3{
    height: 66.666667% !important;
  }

  .lg\:h-1\/4{
    height: 25% !important;
  }

  .lg\:h-2\/4{
    height: 50% !important;
  }

  .lg\:h-3\/4{
    height: 75% !important;
  }

  .lg\:h-1\/5{
    height: 20% !important;
  }

  .lg\:h-2\/5{
    height: 40% !important;
  }

  .lg\:h-3\/5{
    height: 60% !important;
  }

  .lg\:h-4\/5{
    height: 80% !important;
  }

  .lg\:h-1\/6{
    height: 16.666667% !important;
  }

  .lg\:h-2\/6{
    height: 33.333333% !important;
  }

  .lg\:h-3\/6{
    height: 50% !important;
  }

  .lg\:h-4\/6{
    height: 66.666667% !important;
  }

  .lg\:h-5\/6{
    height: 83.333333% !important;
  }

  .lg\:h-1\/12{
    height: 8.333333% !important;
  }

  .lg\:h-2\/12{
    height: 16.666667% !important;
  }

  .lg\:h-3\/12{
    height: 25% !important;
  }

  .lg\:h-4\/12{
    height: 33.333333% !important;
  }

  .lg\:h-5\/12{
    height: 41.666667% !important;
  }

  .lg\:h-6\/12{
    height: 50% !important;
  }

  .lg\:h-7\/12{
    height: 58.333333% !important;
  }

  .lg\:h-8\/12{
    height: 66.666667% !important;
  }

  .lg\:h-9\/12{
    height: 75% !important;
  }

  .lg\:h-10\/12{
    height: 83.333333% !important;
  }

  .lg\:h-11\/12{
    height: 91.666667% !important;
  }

  .lg\:h-logo_header{
    height: 50px !important;
  }

  .lg\:h-logo_header_bsc{
    height: 60px !important;
  }

  .lg\:h-logo_footer{
    height: 70px !important;
  }

  .lg\:h-page_title{
    height: 140px !important;
  }

  .lg\:h-page_title2{
    height: 260px !important;
  }

  .lg\:text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:text-sm{
    font-size: 0.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.375rem !important;
  }

  .lg\:text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl{
    font-size: 2rem !important;
  }

  .lg\:text-5xl{
    font-size: 2.8rem !important;
  }

  .lg\:text-12rem{
    font-size: 12rem !important;
  }

  .lg\:leading-3{
    line-height: .75rem !important;
  }

  .lg\:leading-4{
    line-height: 1rem !important;
  }

  .lg\:leading-5{
    line-height: 1.25rem !important;
  }

  .lg\:leading-6{
    line-height: 1.5rem !important;
  }

  .lg\:leading-7{
    line-height: 1.75rem !important;
  }

  .lg\:leading-8{
    line-height: 2rem !important;
  }

  .lg\:leading-9{
    line-height: 2.25rem !important;
  }

  .lg\:leading-10{
    line-height: 2.5rem !important;
  }

  .lg\:leading-none{
    line-height: 1 !important;
  }

  .lg\:leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:leading-loose{
    line-height: 2 !important;
  }

  .lg\:list-inside{
    list-style-position: inside !important;
  }

  .lg\:list-outside{
    list-style-position: outside !important;
  }

  .lg\:list-none{
    list-style-type: none !important;
  }

  .lg\:list-disc{
    list-style-type: disc !important;
  }

  .lg\:list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:m-0{
    margin: 0 !important;
  }

  .lg\:m-1{
    margin: 0.25rem !important;
  }

  .lg\:m-2{
    margin: 0.5rem !important;
  }

  .lg\:m-3{
    margin: 0.75rem !important;
  }

  .lg\:m-4{
    margin: 1rem !important;
  }

  .lg\:m-5{
    margin: 1.25rem !important;
  }

  .lg\:m-6{
    margin: 1.5rem !important;
  }

  .lg\:m-7{
    margin: 1.75rem !important;
  }

  .lg\:m-8{
    margin: 2rem !important;
  }

  .lg\:m-10{
    margin: 2.5rem !important;
  }

  .lg\:m-12{
    margin: 3rem !important;
  }

  .lg\:m-16{
    margin: 4rem !important;
  }

  .lg\:m-18{
    margin: 4.75rem !important;
  }

  .lg\:m-20{
    margin: 5rem !important;
  }

  .lg\:m-22{
    margin: 6rem !important;
  }

  .lg\:m-24{
    margin: 6rem !important;
  }

  .lg\:m-28{
    margin: 7rem !important;
  }

  .lg\:m-32{
    margin: 8rem !important;
  }

  .lg\:m-40{
    margin: 10rem !important;
  }

  .lg\:m-44{
    margin: 11rem !important;
  }

  .lg\:m-48{
    margin: 13rem !important;
  }

  .lg\:m-56{
    margin: 14rem !important;
  }

  .lg\:m-60{
    margin: 15rem !important;
  }

  .lg\:m-64{
    margin: 16rem !important;
  }

  .lg\:m-66{
    margin: 18rem !important;
  }

  .lg\:m-68{
    margin: 21rem !important;
  }

  .lg\:m-70{
    margin: 23rem !important;
  }

  .lg\:m-72{
    margin: 25rem !important;
  }

  .lg\:m-74{
    margin: 27rem !important;
  }

  .lg\:m-75{
    margin: 75px !important;
  }

  .lg\:m-78{
    margin: 29rem !important;
  }

  .lg\:m-80{
    margin: 80px !important;
  }

  .lg\:m-90{
    margin: 90px !important;
  }

  .lg\:m-150{
    margin: 150px !important;
  }

  .lg\:m-200{
    margin: 200px !important;
  }

  .lg\:m-250{
    margin: 250px !important;
  }

  .lg\:m-270{
    margin: 270px !important;
  }

  .lg\:m-310{
    margin: 310px !important;
  }

  .lg\:m-330{
    margin: 330px !important;
  }

  .lg\:m-390{
    margin: 390px !important;
  }

  .lg\:m-400{
    margin: 400px !important;
  }

  .lg\:m-450{
    margin: 450px !important;
  }

  .lg\:m-500{
    margin: 500px !important;
  }

  .lg\:m-550{
    margin: 550px !important;
  }

  .lg\:m-600{
    margin: 600px !important;
  }

  .lg\:m-700{
    margin: 700px !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:m-px{
    margin: 1px !important;
  }

  .lg\:m-2px{
    margin: 2px !important;
  }

  .lg\:-m-1{
    margin: -0.25rem !important;
  }

  .lg\:-m-2{
    margin: -0.5rem !important;
  }

  .lg\:-m-3{
    margin: -0.75rem !important;
  }

  .lg\:-m-4{
    margin: -1rem !important;
  }

  .lg\:-m-5{
    margin: -1.25rem !important;
  }

  .lg\:-m-6{
    margin: -1.5rem !important;
  }

  .lg\:-m-7{
    margin: -1.75rem !important;
  }

  .lg\:-m-8{
    margin: -2rem !important;
  }

  .lg\:-m-10{
    margin: -2.5rem !important;
  }

  .lg\:-m-12{
    margin: -3rem !important;
  }

  .lg\:-m-16{
    margin: -4rem !important;
  }

  .lg\:-m-18{
    margin: -4.75rem !important;
  }

  .lg\:-m-20{
    margin: -5rem !important;
  }

  .lg\:-m-22{
    margin: -6rem !important;
  }

  .lg\:-m-24{
    margin: -6rem !important;
  }

  .lg\:-m-28{
    margin: -7rem !important;
  }

  .lg\:-m-32{
    margin: -8rem !important;
  }

  .lg\:-m-40{
    margin: -10rem !important;
  }

  .lg\:-m-44{
    margin: -11rem !important;
  }

  .lg\:-m-48{
    margin: -13rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-60{
    margin: -15rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-66{
    margin: -18rem !important;
  }

  .lg\:-m-68{
    margin: -21rem !important;
  }

  .lg\:-m-70{
    margin: -23rem !important;
  }

  .lg\:-m-72{
    margin: -25rem !important;
  }

  .lg\:-m-74{
    margin: -27rem !important;
  }

  .lg\:-m-75{
    margin: -75px !important;
  }

  .lg\:-m-78{
    margin: -29rem !important;
  }

  .lg\:-m-80{
    margin: -80px !important;
  }

  .lg\:-m-90{
    margin: -90px !important;
  }

  .lg\:-m-150{
    margin: -150px !important;
  }

  .lg\:-m-200{
    margin: -200px !important;
  }

  .lg\:-m-250{
    margin: -250px !important;
  }

  .lg\:-m-270{
    margin: -270px !important;
  }

  .lg\:-m-310{
    margin: -310px !important;
  }

  .lg\:-m-330{
    margin: -330px !important;
  }

  .lg\:-m-390{
    margin: -390px !important;
  }

  .lg\:-m-400{
    margin: -400px !important;
  }

  .lg\:-m-450{
    margin: -450px !important;
  }

  .lg\:-m-500{
    margin: -500px !important;
  }

  .lg\:-m-550{
    margin: -550px !important;
  }

  .lg\:-m-600{
    margin: -600px !important;
  }

  .lg\:-m-700{
    margin: -700px !important;
  }

  .lg\:-m-px{
    margin: -1px !important;
  }

  .lg\:-m-2px{
    margin: -2px !important;
  }

  .lg\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-18{
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .lg\:mx-18{
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }

  .lg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-22{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-22{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:my-48{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:mx-48{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-66{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:mx-66{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:my-68{
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }

  .lg\:mx-68{
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }

  .lg\:my-70{
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }

  .lg\:mx-70{
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }

  .lg\:my-72{
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .lg\:mx-72{
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .lg\:my-74{
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .lg\:mx-74{
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }

  .lg\:my-75{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .lg\:mx-75{
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .lg\:my-78{
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }

  .lg\:mx-78{
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }

  .lg\:my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:mx-80{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:my-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .lg\:mx-90{
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .lg\:my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .lg\:mx-150{
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .lg\:my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .lg\:mx-200{
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .lg\:my-250{
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .lg\:mx-250{
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .lg\:my-270{
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }

  .lg\:mx-270{
    margin-left: 270px !important;
    margin-right: 270px !important;
  }

  .lg\:my-310{
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }

  .lg\:mx-310{
    margin-left: 310px !important;
    margin-right: 310px !important;
  }

  .lg\:my-330{
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .lg\:mx-330{
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .lg\:my-390{
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }

  .lg\:mx-390{
    margin-left: 390px !important;
    margin-right: 390px !important;
  }

  .lg\:my-400{
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }

  .lg\:mx-400{
    margin-left: 400px !important;
    margin-right: 400px !important;
  }

  .lg\:my-450{
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }

  .lg\:mx-450{
    margin-left: 450px !important;
    margin-right: 450px !important;
  }

  .lg\:my-500{
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }

  .lg\:mx-500{
    margin-left: 500px !important;
    margin-right: 500px !important;
  }

  .lg\:my-550{
    margin-top: 550px !important;
    margin-bottom: 550px !important;
  }

  .lg\:mx-550{
    margin-left: 550px !important;
    margin-right: 550px !important;
  }

  .lg\:my-600{
    margin-top: 600px !important;
    margin-bottom: 600px !important;
  }

  .lg\:mx-600{
    margin-left: 600px !important;
    margin-right: 600px !important;
  }

  .lg\:my-700{
    margin-top: 700px !important;
    margin-bottom: 700px !important;
  }

  .lg\:mx-700{
    margin-left: 700px !important;
    margin-right: 700px !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .lg\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .lg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-18{
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .lg\:-mx-18{
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }

  .lg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-22{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-22{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:-my-48{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:-mx-48{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-66{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lg\:-mx-66{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lg\:-my-68{
    margin-top: -21rem !important;
    margin-bottom: -21rem !important;
  }

  .lg\:-mx-68{
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }

  .lg\:-my-70{
    margin-top: -23rem !important;
    margin-bottom: -23rem !important;
  }

  .lg\:-mx-70{
    margin-left: -23rem !important;
    margin-right: -23rem !important;
  }

  .lg\:-my-72{
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .lg\:-mx-72{
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .lg\:-my-74{
    margin-top: -27rem !important;
    margin-bottom: -27rem !important;
  }

  .lg\:-mx-74{
    margin-left: -27rem !important;
    margin-right: -27rem !important;
  }

  .lg\:-my-75{
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .lg\:-mx-75{
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .lg\:-my-78{
    margin-top: -29rem !important;
    margin-bottom: -29rem !important;
  }

  .lg\:-mx-78{
    margin-left: -29rem !important;
    margin-right: -29rem !important;
  }

  .lg\:-my-80{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .lg\:-mx-80{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .lg\:-my-90{
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .lg\:-mx-90{
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .lg\:-my-150{
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .lg\:-mx-150{
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .lg\:-my-200{
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .lg\:-mx-200{
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .lg\:-my-250{
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .lg\:-mx-250{
    margin-left: -250px !important;
    margin-right: -250px !important;
  }

  .lg\:-my-270{
    margin-top: -270px !important;
    margin-bottom: -270px !important;
  }

  .lg\:-mx-270{
    margin-left: -270px !important;
    margin-right: -270px !important;
  }

  .lg\:-my-310{
    margin-top: -310px !important;
    margin-bottom: -310px !important;
  }

  .lg\:-mx-310{
    margin-left: -310px !important;
    margin-right: -310px !important;
  }

  .lg\:-my-330{
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .lg\:-mx-330{
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .lg\:-my-390{
    margin-top: -390px !important;
    margin-bottom: -390px !important;
  }

  .lg\:-mx-390{
    margin-left: -390px !important;
    margin-right: -390px !important;
  }

  .lg\:-my-400{
    margin-top: -400px !important;
    margin-bottom: -400px !important;
  }

  .lg\:-mx-400{
    margin-left: -400px !important;
    margin-right: -400px !important;
  }

  .lg\:-my-450{
    margin-top: -450px !important;
    margin-bottom: -450px !important;
  }

  .lg\:-mx-450{
    margin-left: -450px !important;
    margin-right: -450px !important;
  }

  .lg\:-my-500{
    margin-top: -500px !important;
    margin-bottom: -500px !important;
  }

  .lg\:-mx-500{
    margin-left: -500px !important;
    margin-right: -500px !important;
  }

  .lg\:-my-550{
    margin-top: -550px !important;
    margin-bottom: -550px !important;
  }

  .lg\:-mx-550{
    margin-left: -550px !important;
    margin-right: -550px !important;
  }

  .lg\:-my-600{
    margin-top: -600px !important;
    margin-bottom: -600px !important;
  }

  .lg\:-mx-600{
    margin-left: -600px !important;
    margin-right: -600px !important;
  }

  .lg\:-my-700{
    margin-top: -700px !important;
    margin-bottom: -700px !important;
  }

  .lg\:-mx-700{
    margin-left: -700px !important;
    margin-right: -700px !important;
  }

  .lg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .lg\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .lg\:mt-0{
    margin-top: 0 !important;
  }

  .lg\:mr-0{
    margin-right: 0 !important;
  }

  .lg\:mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:ml-0{
    margin-left: 0 !important;
  }

  .lg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:mt-4{
    margin-top: 1rem !important;
  }

  .lg\:mr-4{
    margin-right: 1rem !important;
  }

  .lg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4{
    margin-left: 1rem !important;
  }

  .lg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:mt-7{
    margin-top: 1.75rem !important;
  }

  .lg\:mr-7{
    margin-right: 1.75rem !important;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .lg\:ml-7{
    margin-left: 1.75rem !important;
  }

  .lg\:mt-8{
    margin-top: 2rem !important;
  }

  .lg\:mr-8{
    margin-right: 2rem !important;
  }

  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8{
    margin-left: 2rem !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mr-12{
    margin-right: 3rem !important;
  }

  .lg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12{
    margin-left: 3rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mr-16{
    margin-right: 4rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16{
    margin-left: 4rem !important;
  }

  .lg\:mt-18{
    margin-top: 4.75rem !important;
  }

  .lg\:mr-18{
    margin-right: 4.75rem !important;
  }

  .lg\:mb-18{
    margin-bottom: 4.75rem !important;
  }

  .lg\:ml-18{
    margin-left: 4.75rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mr-20{
    margin-right: 5rem !important;
  }

  .lg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20{
    margin-left: 5rem !important;
  }

  .lg\:mt-22{
    margin-top: 6rem !important;
  }

  .lg\:mr-22{
    margin-right: 6rem !important;
  }

  .lg\:mb-22{
    margin-bottom: 6rem !important;
  }

  .lg\:ml-22{
    margin-left: 6rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mr-24{
    margin-right: 6rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24{
    margin-left: 6rem !important;
  }

  .lg\:mt-28{
    margin-top: 7rem !important;
  }

  .lg\:mr-28{
    margin-right: 7rem !important;
  }

  .lg\:mb-28{
    margin-bottom: 7rem !important;
  }

  .lg\:ml-28{
    margin-left: 7rem !important;
  }

  .lg\:mt-32{
    margin-top: 8rem !important;
  }

  .lg\:mr-32{
    margin-right: 8rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32{
    margin-left: 8rem !important;
  }

  .lg\:mt-40{
    margin-top: 10rem !important;
  }

  .lg\:mr-40{
    margin-right: 10rem !important;
  }

  .lg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:ml-40{
    margin-left: 10rem !important;
  }

  .lg\:mt-44{
    margin-top: 11rem !important;
  }

  .lg\:mr-44{
    margin-right: 11rem !important;
  }

  .lg\:mb-44{
    margin-bottom: 11rem !important;
  }

  .lg\:ml-44{
    margin-left: 11rem !important;
  }

  .lg\:mt-48{
    margin-top: 13rem !important;
  }

  .lg\:mr-48{
    margin-right: 13rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 13rem !important;
  }

  .lg\:ml-48{
    margin-left: 13rem !important;
  }

  .lg\:mt-56{
    margin-top: 14rem !important;
  }

  .lg\:mr-56{
    margin-right: 14rem !important;
  }

  .lg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:ml-56{
    margin-left: 14rem !important;
  }

  .lg\:mt-60{
    margin-top: 15rem !important;
  }

  .lg\:mr-60{
    margin-right: 15rem !important;
  }

  .lg\:mb-60{
    margin-bottom: 15rem !important;
  }

  .lg\:ml-60{
    margin-left: 15rem !important;
  }

  .lg\:mt-64{
    margin-top: 16rem !important;
  }

  .lg\:mr-64{
    margin-right: 16rem !important;
  }

  .lg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64{
    margin-left: 16rem !important;
  }

  .lg\:mt-66{
    margin-top: 18rem !important;
  }

  .lg\:mr-66{
    margin-right: 18rem !important;
  }

  .lg\:mb-66{
    margin-bottom: 18rem !important;
  }

  .lg\:ml-66{
    margin-left: 18rem !important;
  }

  .lg\:mt-68{
    margin-top: 21rem !important;
  }

  .lg\:mr-68{
    margin-right: 21rem !important;
  }

  .lg\:mb-68{
    margin-bottom: 21rem !important;
  }

  .lg\:ml-68{
    margin-left: 21rem !important;
  }

  .lg\:mt-70{
    margin-top: 23rem !important;
  }

  .lg\:mr-70{
    margin-right: 23rem !important;
  }

  .lg\:mb-70{
    margin-bottom: 23rem !important;
  }

  .lg\:ml-70{
    margin-left: 23rem !important;
  }

  .lg\:mt-72{
    margin-top: 25rem !important;
  }

  .lg\:mr-72{
    margin-right: 25rem !important;
  }

  .lg\:mb-72{
    margin-bottom: 25rem !important;
  }

  .lg\:ml-72{
    margin-left: 25rem !important;
  }

  .lg\:mt-74{
    margin-top: 27rem !important;
  }

  .lg\:mr-74{
    margin-right: 27rem !important;
  }

  .lg\:mb-74{
    margin-bottom: 27rem !important;
  }

  .lg\:ml-74{
    margin-left: 27rem !important;
  }

  .lg\:mt-75{
    margin-top: 75px !important;
  }

  .lg\:mr-75{
    margin-right: 75px !important;
  }

  .lg\:mb-75{
    margin-bottom: 75px !important;
  }

  .lg\:ml-75{
    margin-left: 75px !important;
  }

  .lg\:mt-78{
    margin-top: 29rem !important;
  }

  .lg\:mr-78{
    margin-right: 29rem !important;
  }

  .lg\:mb-78{
    margin-bottom: 29rem !important;
  }

  .lg\:ml-78{
    margin-left: 29rem !important;
  }

  .lg\:mt-80{
    margin-top: 80px !important;
  }

  .lg\:mr-80{
    margin-right: 80px !important;
  }

  .lg\:mb-80{
    margin-bottom: 80px !important;
  }

  .lg\:ml-80{
    margin-left: 80px !important;
  }

  .lg\:mt-90{
    margin-top: 90px !important;
  }

  .lg\:mr-90{
    margin-right: 90px !important;
  }

  .lg\:mb-90{
    margin-bottom: 90px !important;
  }

  .lg\:ml-90{
    margin-left: 90px !important;
  }

  .lg\:mt-150{
    margin-top: 150px !important;
  }

  .lg\:mr-150{
    margin-right: 150px !important;
  }

  .lg\:mb-150{
    margin-bottom: 150px !important;
  }

  .lg\:ml-150{
    margin-left: 150px !important;
  }

  .lg\:mt-200{
    margin-top: 200px !important;
  }

  .lg\:mr-200{
    margin-right: 200px !important;
  }

  .lg\:mb-200{
    margin-bottom: 200px !important;
  }

  .lg\:ml-200{
    margin-left: 200px !important;
  }

  .lg\:mt-250{
    margin-top: 250px !important;
  }

  .lg\:mr-250{
    margin-right: 250px !important;
  }

  .lg\:mb-250{
    margin-bottom: 250px !important;
  }

  .lg\:ml-250{
    margin-left: 250px !important;
  }

  .lg\:mt-270{
    margin-top: 270px !important;
  }

  .lg\:mr-270{
    margin-right: 270px !important;
  }

  .lg\:mb-270{
    margin-bottom: 270px !important;
  }

  .lg\:ml-270{
    margin-left: 270px !important;
  }

  .lg\:mt-310{
    margin-top: 310px !important;
  }

  .lg\:mr-310{
    margin-right: 310px !important;
  }

  .lg\:mb-310{
    margin-bottom: 310px !important;
  }

  .lg\:ml-310{
    margin-left: 310px !important;
  }

  .lg\:mt-330{
    margin-top: 330px !important;
  }

  .lg\:mr-330{
    margin-right: 330px !important;
  }

  .lg\:mb-330{
    margin-bottom: 330px !important;
  }

  .lg\:ml-330{
    margin-left: 330px !important;
  }

  .lg\:mt-390{
    margin-top: 390px !important;
  }

  .lg\:mr-390{
    margin-right: 390px !important;
  }

  .lg\:mb-390{
    margin-bottom: 390px !important;
  }

  .lg\:ml-390{
    margin-left: 390px !important;
  }

  .lg\:mt-400{
    margin-top: 400px !important;
  }

  .lg\:mr-400{
    margin-right: 400px !important;
  }

  .lg\:mb-400{
    margin-bottom: 400px !important;
  }

  .lg\:ml-400{
    margin-left: 400px !important;
  }

  .lg\:mt-450{
    margin-top: 450px !important;
  }

  .lg\:mr-450{
    margin-right: 450px !important;
  }

  .lg\:mb-450{
    margin-bottom: 450px !important;
  }

  .lg\:ml-450{
    margin-left: 450px !important;
  }

  .lg\:mt-500{
    margin-top: 500px !important;
  }

  .lg\:mr-500{
    margin-right: 500px !important;
  }

  .lg\:mb-500{
    margin-bottom: 500px !important;
  }

  .lg\:ml-500{
    margin-left: 500px !important;
  }

  .lg\:mt-550{
    margin-top: 550px !important;
  }

  .lg\:mr-550{
    margin-right: 550px !important;
  }

  .lg\:mb-550{
    margin-bottom: 550px !important;
  }

  .lg\:ml-550{
    margin-left: 550px !important;
  }

  .lg\:mt-600{
    margin-top: 600px !important;
  }

  .lg\:mr-600{
    margin-right: 600px !important;
  }

  .lg\:mb-600{
    margin-bottom: 600px !important;
  }

  .lg\:ml-600{
    margin-left: 600px !important;
  }

  .lg\:mt-700{
    margin-top: 700px !important;
  }

  .lg\:mr-700{
    margin-right: 700px !important;
  }

  .lg\:mb-700{
    margin-bottom: 700px !important;
  }

  .lg\:ml-700{
    margin-left: 700px !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:mt-px{
    margin-top: 1px !important;
  }

  .lg\:mr-px{
    margin-right: 1px !important;
  }

  .lg\:mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:ml-px{
    margin-left: 1px !important;
  }

  .lg\:mt-2px{
    margin-top: 2px !important;
  }

  .lg\:mr-2px{
    margin-right: 2px !important;
  }

  .lg\:mb-2px{
    margin-bottom: 2px !important;
  }

  .lg\:ml-2px{
    margin-left: 2px !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4{
    margin-top: -1rem !important;
  }

  .lg\:-mr-4{
    margin-right: -1rem !important;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4{
    margin-left: -1rem !important;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .lg\:-mt-8{
    margin-top: -2rem !important;
  }

  .lg\:-mr-8{
    margin-right: -2rem !important;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8{
    margin-left: -2rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12{
    margin-top: -3rem !important;
  }

  .lg\:-mr-12{
    margin-right: -3rem !important;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12{
    margin-left: -3rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mr-16{
    margin-right: -4rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16{
    margin-left: -4rem !important;
  }

  .lg\:-mt-18{
    margin-top: -4.75rem !important;
  }

  .lg\:-mr-18{
    margin-right: -4.75rem !important;
  }

  .lg\:-mb-18{
    margin-bottom: -4.75rem !important;
  }

  .lg\:-ml-18{
    margin-left: -4.75rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:-mr-20{
    margin-right: -5rem !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem !important;
  }

  .lg\:-mt-22{
    margin-top: -6rem !important;
  }

  .lg\:-mr-22{
    margin-right: -6rem !important;
  }

  .lg\:-mb-22{
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-22{
    margin-left: -6rem !important;
  }

  .lg\:-mt-24{
    margin-top: -6rem !important;
  }

  .lg\:-mr-24{
    margin-right: -6rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24{
    margin-left: -6rem !important;
  }

  .lg\:-mt-28{
    margin-top: -7rem !important;
  }

  .lg\:-mr-28{
    margin-right: -7rem !important;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .lg\:-ml-28{
    margin-left: -7rem !important;
  }

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:-mr-32{
    margin-right: -8rem !important;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32{
    margin-left: -8rem !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:-mr-40{
    margin-right: -10rem !important;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:-ml-40{
    margin-left: -10rem !important;
  }

  .lg\:-mt-44{
    margin-top: -11rem !important;
  }

  .lg\:-mr-44{
    margin-right: -11rem !important;
  }

  .lg\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .lg\:-ml-44{
    margin-left: -11rem !important;
  }

  .lg\:-mt-48{
    margin-top: -13rem !important;
  }

  .lg\:-mr-48{
    margin-right: -13rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -13rem !important;
  }

  .lg\:-ml-48{
    margin-left: -13rem !important;
  }

  .lg\:-mt-56{
    margin-top: -14rem !important;
  }

  .lg\:-mr-56{
    margin-right: -14rem !important;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:-ml-56{
    margin-left: -14rem !important;
  }

  .lg\:-mt-60{
    margin-top: -15rem !important;
  }

  .lg\:-mr-60{
    margin-right: -15rem !important;
  }

  .lg\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .lg\:-ml-60{
    margin-left: -15rem !important;
  }

  .lg\:-mt-64{
    margin-top: -16rem !important;
  }

  .lg\:-mr-64{
    margin-right: -16rem !important;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:-ml-64{
    margin-left: -16rem !important;
  }

  .lg\:-mt-66{
    margin-top: -18rem !important;
  }

  .lg\:-mr-66{
    margin-right: -18rem !important;
  }

  .lg\:-mb-66{
    margin-bottom: -18rem !important;
  }

  .lg\:-ml-66{
    margin-left: -18rem !important;
  }

  .lg\:-mt-68{
    margin-top: -21rem !important;
  }

  .lg\:-mr-68{
    margin-right: -21rem !important;
  }

  .lg\:-mb-68{
    margin-bottom: -21rem !important;
  }

  .lg\:-ml-68{
    margin-left: -21rem !important;
  }

  .lg\:-mt-70{
    margin-top: -23rem !important;
  }

  .lg\:-mr-70{
    margin-right: -23rem !important;
  }

  .lg\:-mb-70{
    margin-bottom: -23rem !important;
  }

  .lg\:-ml-70{
    margin-left: -23rem !important;
  }

  .lg\:-mt-72{
    margin-top: -25rem !important;
  }

  .lg\:-mr-72{
    margin-right: -25rem !important;
  }

  .lg\:-mb-72{
    margin-bottom: -25rem !important;
  }

  .lg\:-ml-72{
    margin-left: -25rem !important;
  }

  .lg\:-mt-74{
    margin-top: -27rem !important;
  }

  .lg\:-mr-74{
    margin-right: -27rem !important;
  }

  .lg\:-mb-74{
    margin-bottom: -27rem !important;
  }

  .lg\:-ml-74{
    margin-left: -27rem !important;
  }

  .lg\:-mt-75{
    margin-top: -75px !important;
  }

  .lg\:-mr-75{
    margin-right: -75px !important;
  }

  .lg\:-mb-75{
    margin-bottom: -75px !important;
  }

  .lg\:-ml-75{
    margin-left: -75px !important;
  }

  .lg\:-mt-78{
    margin-top: -29rem !important;
  }

  .lg\:-mr-78{
    margin-right: -29rem !important;
  }

  .lg\:-mb-78{
    margin-bottom: -29rem !important;
  }

  .lg\:-ml-78{
    margin-left: -29rem !important;
  }

  .lg\:-mt-80{
    margin-top: -80px !important;
  }

  .lg\:-mr-80{
    margin-right: -80px !important;
  }

  .lg\:-mb-80{
    margin-bottom: -80px !important;
  }

  .lg\:-ml-80{
    margin-left: -80px !important;
  }

  .lg\:-mt-90{
    margin-top: -90px !important;
  }

  .lg\:-mr-90{
    margin-right: -90px !important;
  }

  .lg\:-mb-90{
    margin-bottom: -90px !important;
  }

  .lg\:-ml-90{
    margin-left: -90px !important;
  }

  .lg\:-mt-150{
    margin-top: -150px !important;
  }

  .lg\:-mr-150{
    margin-right: -150px !important;
  }

  .lg\:-mb-150{
    margin-bottom: -150px !important;
  }

  .lg\:-ml-150{
    margin-left: -150px !important;
  }

  .lg\:-mt-200{
    margin-top: -200px !important;
  }

  .lg\:-mr-200{
    margin-right: -200px !important;
  }

  .lg\:-mb-200{
    margin-bottom: -200px !important;
  }

  .lg\:-ml-200{
    margin-left: -200px !important;
  }

  .lg\:-mt-250{
    margin-top: -250px !important;
  }

  .lg\:-mr-250{
    margin-right: -250px !important;
  }

  .lg\:-mb-250{
    margin-bottom: -250px !important;
  }

  .lg\:-ml-250{
    margin-left: -250px !important;
  }

  .lg\:-mt-270{
    margin-top: -270px !important;
  }

  .lg\:-mr-270{
    margin-right: -270px !important;
  }

  .lg\:-mb-270{
    margin-bottom: -270px !important;
  }

  .lg\:-ml-270{
    margin-left: -270px !important;
  }

  .lg\:-mt-310{
    margin-top: -310px !important;
  }

  .lg\:-mr-310{
    margin-right: -310px !important;
  }

  .lg\:-mb-310{
    margin-bottom: -310px !important;
  }

  .lg\:-ml-310{
    margin-left: -310px !important;
  }

  .lg\:-mt-330{
    margin-top: -330px !important;
  }

  .lg\:-mr-330{
    margin-right: -330px !important;
  }

  .lg\:-mb-330{
    margin-bottom: -330px !important;
  }

  .lg\:-ml-330{
    margin-left: -330px !important;
  }

  .lg\:-mt-390{
    margin-top: -390px !important;
  }

  .lg\:-mr-390{
    margin-right: -390px !important;
  }

  .lg\:-mb-390{
    margin-bottom: -390px !important;
  }

  .lg\:-ml-390{
    margin-left: -390px !important;
  }

  .lg\:-mt-400{
    margin-top: -400px !important;
  }

  .lg\:-mr-400{
    margin-right: -400px !important;
  }

  .lg\:-mb-400{
    margin-bottom: -400px !important;
  }

  .lg\:-ml-400{
    margin-left: -400px !important;
  }

  .lg\:-mt-450{
    margin-top: -450px !important;
  }

  .lg\:-mr-450{
    margin-right: -450px !important;
  }

  .lg\:-mb-450{
    margin-bottom: -450px !important;
  }

  .lg\:-ml-450{
    margin-left: -450px !important;
  }

  .lg\:-mt-500{
    margin-top: -500px !important;
  }

  .lg\:-mr-500{
    margin-right: -500px !important;
  }

  .lg\:-mb-500{
    margin-bottom: -500px !important;
  }

  .lg\:-ml-500{
    margin-left: -500px !important;
  }

  .lg\:-mt-550{
    margin-top: -550px !important;
  }

  .lg\:-mr-550{
    margin-right: -550px !important;
  }

  .lg\:-mb-550{
    margin-bottom: -550px !important;
  }

  .lg\:-ml-550{
    margin-left: -550px !important;
  }

  .lg\:-mt-600{
    margin-top: -600px !important;
  }

  .lg\:-mr-600{
    margin-right: -600px !important;
  }

  .lg\:-mb-600{
    margin-bottom: -600px !important;
  }

  .lg\:-ml-600{
    margin-left: -600px !important;
  }

  .lg\:-mt-700{
    margin-top: -700px !important;
  }

  .lg\:-mr-700{
    margin-right: -700px !important;
  }

  .lg\:-mb-700{
    margin-bottom: -700px !important;
  }

  .lg\:-ml-700{
    margin-left: -700px !important;
  }

  .lg\:-mt-px{
    margin-top: -1px !important;
  }

  .lg\:-mr-px{
    margin-right: -1px !important;
  }

  .lg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px{
    margin-left: -1px !important;
  }

  .lg\:-mt-2px{
    margin-top: -2px !important;
  }

  .lg\:-mr-2px{
    margin-right: -2px !important;
  }

  .lg\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .lg\:-ml-2px{
    margin-left: -2px !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:max-h-logo{
    max-height: 115px !important;
  }

  .lg\:max-w-200{
    max-width: 200px !important;
  }

  .lg\:max-w-570{
    max-width: 570px !important;
  }

  .lg\:max-w-700{
    max-width: 700px !important;
  }

  .lg\:max-w-900{
    max-width: 900px !important;
  }

  .lg\:max-w-1135{
    max-width: 1135px !important;
  }

  .lg\:max-w-1366{
    max-width: 1366px !important;
  }

  .lg\:max-w-1440{
    max-width: 1440px !important;
  }

  .lg\:max-w-1920{
    max-width: 1920px !important;
  }

  .lg\:max-w-none{
    max-width: none !important;
  }

  .lg\:max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:max-w-md{
    max-width: 28rem !important;
  }

  .lg\:max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 450px !important;
  }

  .lg\:max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .lg\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .lg\:max-w-main-content-margin{
    max-width: 900px !important;
  }

  .lg\:max-w-inner-margin{
    max-width: 1440px !important;
  }

  .lg\:max-w-outer-margin{
    max-width: 1920px !important;
  }

  .lg\:min-h-0{
    min-height: 0 !important;
  }

  .lg\:min-h-12{
    min-height: 3rem !important;
  }

  .lg\:min-h-28{
    min-height: 7rem !important;
  }

  .lg\:min-h-100{
    min-height: 100px !important;
  }

  .lg\:min-h-150{
    min-height: 150px !important;
  }

  .lg\:min-h-300{
    min-height: 300px !important;
  }

  .lg\:min-h-310{
    min-height: 310px !important;
  }

  .lg\:min-h-330{
    min-height: 330px !important;
  }

  .lg\:min-h-390{
    min-height: 390px !important;
  }

  .lg\:min-h-420{
    min-height: 420px !important;
  }

  .lg\:min-h-600{
    min-height: 600px !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:min-h-page_title{
    min-height: 140px !important;
  }

  .lg\:min-h-page_title2{
    min-height: 260px !important;
  }

  .lg\:min-w-0{
    min-width: 0 !important;
  }

  .lg\:min-w-200{
    min-width: 200px !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-80{
    opacity: 0.80 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.80 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.80 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !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{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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;
  }

  .lg\:p-0{
    padding: 0 !important;
  }

  .lg\:p-1{
    padding: 0.25rem !important;
  }

  .lg\:p-2{
    padding: 0.5rem !important;
  }

  .lg\:p-3{
    padding: 0.75rem !important;
  }

  .lg\:p-4{
    padding: 1rem !important;
  }

  .lg\:p-5{
    padding: 1.25rem !important;
  }

  .lg\:p-6{
    padding: 1.5rem !important;
  }

  .lg\:p-7{
    padding: 1.75rem !important;
  }

  .lg\:p-8{
    padding: 2rem !important;
  }

  .lg\:p-10{
    padding: 2.5rem !important;
  }

  .lg\:p-12{
    padding: 3rem !important;
  }

  .lg\:p-16{
    padding: 4rem !important;
  }

  .lg\:p-18{
    padding: 4.75rem !important;
  }

  .lg\:p-20{
    padding: 5rem !important;
  }

  .lg\:p-22{
    padding: 6rem !important;
  }

  .lg\:p-24{
    padding: 6rem !important;
  }

  .lg\:p-28{
    padding: 7rem !important;
  }

  .lg\:p-32{
    padding: 8rem !important;
  }

  .lg\:p-40{
    padding: 10rem !important;
  }

  .lg\:p-44{
    padding: 11rem !important;
  }

  .lg\:p-48{
    padding: 13rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-60{
    padding: 15rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-66{
    padding: 18rem !important;
  }

  .lg\:p-68{
    padding: 21rem !important;
  }

  .lg\:p-70{
    padding: 23rem !important;
  }

  .lg\:p-72{
    padding: 25rem !important;
  }

  .lg\:p-74{
    padding: 27rem !important;
  }

  .lg\:p-75{
    padding: 75px !important;
  }

  .lg\:p-78{
    padding: 29rem !important;
  }

  .lg\:p-80{
    padding: 80px !important;
  }

  .lg\:p-90{
    padding: 90px !important;
  }

  .lg\:p-150{
    padding: 150px !important;
  }

  .lg\:p-200{
    padding: 200px !important;
  }

  .lg\:p-250{
    padding: 250px !important;
  }

  .lg\:p-270{
    padding: 270px !important;
  }

  .lg\:p-310{
    padding: 310px !important;
  }

  .lg\:p-330{
    padding: 330px !important;
  }

  .lg\:p-390{
    padding: 390px !important;
  }

  .lg\:p-400{
    padding: 400px !important;
  }

  .lg\:p-450{
    padding: 450px !important;
  }

  .lg\:p-500{
    padding: 500px !important;
  }

  .lg\:p-550{
    padding: 550px !important;
  }

  .lg\:p-600{
    padding: 600px !important;
  }

  .lg\:p-700{
    padding: 700px !important;
  }

  .lg\:p-px{
    padding: 1px !important;
  }

  .lg\:p-2px{
    padding: 2px !important;
  }

  .lg\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .lg\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .lg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .lg\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .lg\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .lg\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .lg\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .lg\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .lg\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .lg\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .lg\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .lg\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .lg\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .lg\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .lg\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .lg\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .lg\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .lg\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .lg\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .lg\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .lg\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .lg\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .lg\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .lg\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .lg\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .lg\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .lg\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .lg\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .lg\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .lg\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .lg\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .lg\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .lg\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .lg\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .lg\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .lg\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .lg\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .lg\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .lg\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .lg\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .lg\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .lg\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .lg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .lg\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .lg\:pt-0{
    padding-top: 0 !important;
  }

  .lg\:pr-0{
    padding-right: 0 !important;
  }

  .lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:pl-0{
    padding-left: 0 !important;
  }

  .lg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:pt-4{
    padding-top: 1rem !important;
  }

  .lg\:pr-4{
    padding-right: 1rem !important;
  }

  .lg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:pt-7{
    padding-top: 1.75rem !important;
  }

  .lg\:pr-7{
    padding-right: 1.75rem !important;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .lg\:pl-7{
    padding-left: 1.75rem !important;
  }

  .lg\:pt-8{
    padding-top: 2rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8{
    padding-left: 2rem !important;
  }

  .lg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pt-16{
    padding-top: 4rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pt-18{
    padding-top: 4.75rem !important;
  }

  .lg\:pr-18{
    padding-right: 4.75rem !important;
  }

  .lg\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .lg\:pl-18{
    padding-left: 4.75rem !important;
  }

  .lg\:pt-20{
    padding-top: 5rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20{
    padding-left: 5rem !important;
  }

  .lg\:pt-22{
    padding-top: 6rem !important;
  }

  .lg\:pr-22{
    padding-right: 6rem !important;
  }

  .lg\:pb-22{
    padding-bottom: 6rem !important;
  }

  .lg\:pl-22{
    padding-left: 6rem !important;
  }

  .lg\:pt-24{
    padding-top: 6rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24{
    padding-left: 6rem !important;
  }

  .lg\:pt-28{
    padding-top: 7rem !important;
  }

  .lg\:pr-28{
    padding-right: 7rem !important;
  }

  .lg\:pb-28{
    padding-bottom: 7rem !important;
  }

  .lg\:pl-28{
    padding-left: 7rem !important;
  }

  .lg\:pt-32{
    padding-top: 8rem !important;
  }

  .lg\:pr-32{
    padding-right: 8rem !important;
  }

  .lg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pr-40{
    padding-right: 10rem !important;
  }

  .lg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:pt-44{
    padding-top: 11rem !important;
  }

  .lg\:pr-44{
    padding-right: 11rem !important;
  }

  .lg\:pb-44{
    padding-bottom: 11rem !important;
  }

  .lg\:pl-44{
    padding-left: 11rem !important;
  }

  .lg\:pt-48{
    padding-top: 13rem !important;
  }

  .lg\:pr-48{
    padding-right: 13rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 13rem !important;
  }

  .lg\:pl-48{
    padding-left: 13rem !important;
  }

  .lg\:pt-56{
    padding-top: 14rem !important;
  }

  .lg\:pr-56{
    padding-right: 14rem !important;
  }

  .lg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:pl-56{
    padding-left: 14rem !important;
  }

  .lg\:pt-60{
    padding-top: 15rem !important;
  }

  .lg\:pr-60{
    padding-right: 15rem !important;
  }

  .lg\:pb-60{
    padding-bottom: 15rem !important;
  }

  .lg\:pl-60{
    padding-left: 15rem !important;
  }

  .lg\:pt-64{
    padding-top: 16rem !important;
  }

  .lg\:pr-64{
    padding-right: 16rem !important;
  }

  .lg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64{
    padding-left: 16rem !important;
  }

  .lg\:pt-66{
    padding-top: 18rem !important;
  }

  .lg\:pr-66{
    padding-right: 18rem !important;
  }

  .lg\:pb-66{
    padding-bottom: 18rem !important;
  }

  .lg\:pl-66{
    padding-left: 18rem !important;
  }

  .lg\:pt-68{
    padding-top: 21rem !important;
  }

  .lg\:pr-68{
    padding-right: 21rem !important;
  }

  .lg\:pb-68{
    padding-bottom: 21rem !important;
  }

  .lg\:pl-68{
    padding-left: 21rem !important;
  }

  .lg\:pt-70{
    padding-top: 23rem !important;
  }

  .lg\:pr-70{
    padding-right: 23rem !important;
  }

  .lg\:pb-70{
    padding-bottom: 23rem !important;
  }

  .lg\:pl-70{
    padding-left: 23rem !important;
  }

  .lg\:pt-72{
    padding-top: 25rem !important;
  }

  .lg\:pr-72{
    padding-right: 25rem !important;
  }

  .lg\:pb-72{
    padding-bottom: 25rem !important;
  }

  .lg\:pl-72{
    padding-left: 25rem !important;
  }

  .lg\:pt-74{
    padding-top: 27rem !important;
  }

  .lg\:pr-74{
    padding-right: 27rem !important;
  }

  .lg\:pb-74{
    padding-bottom: 27rem !important;
  }

  .lg\:pl-74{
    padding-left: 27rem !important;
  }

  .lg\:pt-75{
    padding-top: 75px !important;
  }

  .lg\:pr-75{
    padding-right: 75px !important;
  }

  .lg\:pb-75{
    padding-bottom: 75px !important;
  }

  .lg\:pl-75{
    padding-left: 75px !important;
  }

  .lg\:pt-78{
    padding-top: 29rem !important;
  }

  .lg\:pr-78{
    padding-right: 29rem !important;
  }

  .lg\:pb-78{
    padding-bottom: 29rem !important;
  }

  .lg\:pl-78{
    padding-left: 29rem !important;
  }

  .lg\:pt-80{
    padding-top: 80px !important;
  }

  .lg\:pr-80{
    padding-right: 80px !important;
  }

  .lg\:pb-80{
    padding-bottom: 80px !important;
  }

  .lg\:pl-80{
    padding-left: 80px !important;
  }

  .lg\:pt-90{
    padding-top: 90px !important;
  }

  .lg\:pr-90{
    padding-right: 90px !important;
  }

  .lg\:pb-90{
    padding-bottom: 90px !important;
  }

  .lg\:pl-90{
    padding-left: 90px !important;
  }

  .lg\:pt-150{
    padding-top: 150px !important;
  }

  .lg\:pr-150{
    padding-right: 150px !important;
  }

  .lg\:pb-150{
    padding-bottom: 150px !important;
  }

  .lg\:pl-150{
    padding-left: 150px !important;
  }

  .lg\:pt-200{
    padding-top: 200px !important;
  }

  .lg\:pr-200{
    padding-right: 200px !important;
  }

  .lg\:pb-200{
    padding-bottom: 200px !important;
  }

  .lg\:pl-200{
    padding-left: 200px !important;
  }

  .lg\:pt-250{
    padding-top: 250px !important;
  }

  .lg\:pr-250{
    padding-right: 250px !important;
  }

  .lg\:pb-250{
    padding-bottom: 250px !important;
  }

  .lg\:pl-250{
    padding-left: 250px !important;
  }

  .lg\:pt-270{
    padding-top: 270px !important;
  }

  .lg\:pr-270{
    padding-right: 270px !important;
  }

  .lg\:pb-270{
    padding-bottom: 270px !important;
  }

  .lg\:pl-270{
    padding-left: 270px !important;
  }

  .lg\:pt-310{
    padding-top: 310px !important;
  }

  .lg\:pr-310{
    padding-right: 310px !important;
  }

  .lg\:pb-310{
    padding-bottom: 310px !important;
  }

  .lg\:pl-310{
    padding-left: 310px !important;
  }

  .lg\:pt-330{
    padding-top: 330px !important;
  }

  .lg\:pr-330{
    padding-right: 330px !important;
  }

  .lg\:pb-330{
    padding-bottom: 330px !important;
  }

  .lg\:pl-330{
    padding-left: 330px !important;
  }

  .lg\:pt-390{
    padding-top: 390px !important;
  }

  .lg\:pr-390{
    padding-right: 390px !important;
  }

  .lg\:pb-390{
    padding-bottom: 390px !important;
  }

  .lg\:pl-390{
    padding-left: 390px !important;
  }

  .lg\:pt-400{
    padding-top: 400px !important;
  }

  .lg\:pr-400{
    padding-right: 400px !important;
  }

  .lg\:pb-400{
    padding-bottom: 400px !important;
  }

  .lg\:pl-400{
    padding-left: 400px !important;
  }

  .lg\:pt-450{
    padding-top: 450px !important;
  }

  .lg\:pr-450{
    padding-right: 450px !important;
  }

  .lg\:pb-450{
    padding-bottom: 450px !important;
  }

  .lg\:pl-450{
    padding-left: 450px !important;
  }

  .lg\:pt-500{
    padding-top: 500px !important;
  }

  .lg\:pr-500{
    padding-right: 500px !important;
  }

  .lg\:pb-500{
    padding-bottom: 500px !important;
  }

  .lg\:pl-500{
    padding-left: 500px !important;
  }

  .lg\:pt-550{
    padding-top: 550px !important;
  }

  .lg\:pr-550{
    padding-right: 550px !important;
  }

  .lg\:pb-550{
    padding-bottom: 550px !important;
  }

  .lg\:pl-550{
    padding-left: 550px !important;
  }

  .lg\:pt-600{
    padding-top: 600px !important;
  }

  .lg\:pr-600{
    padding-right: 600px !important;
  }

  .lg\:pb-600{
    padding-bottom: 600px !important;
  }

  .lg\:pl-600{
    padding-left: 600px !important;
  }

  .lg\:pt-700{
    padding-top: 700px !important;
  }

  .lg\:pr-700{
    padding-right: 700px !important;
  }

  .lg\:pb-700{
    padding-bottom: 700px !important;
  }

  .lg\:pl-700{
    padding-left: 700px !important;
  }

  .lg\:pt-px{
    padding-top: 1px !important;
  }

  .lg\:pr-px{
    padding-right: 1px !important;
  }

  .lg\:pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:pl-px{
    padding-left: 1px !important;
  }

  .lg\:pt-2px{
    padding-top: 2px !important;
  }

  .lg\:pr-2px{
    padding-right: 2px !important;
  }

  .lg\:pb-2px{
    padding-bottom: 2px !important;
  }

  .lg\:pl-2px{
    padding-left: 2px !important;
  }

  .group:hover .lg\:group-hover\:p-0{
    padding: 0 !important;
  }

  .group:hover .lg\:group-hover\:p-1{
    padding: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:p-2{
    padding: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:p-3{
    padding: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:p-4{
    padding: 1rem !important;
  }

  .group:hover .lg\:group-hover\:p-5{
    padding: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:p-6{
    padding: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:p-7{
    padding: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:p-8{
    padding: 2rem !important;
  }

  .group:hover .lg\:group-hover\:p-10{
    padding: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:p-12{
    padding: 3rem !important;
  }

  .group:hover .lg\:group-hover\:p-16{
    padding: 4rem !important;
  }

  .group:hover .lg\:group-hover\:p-18{
    padding: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:p-20{
    padding: 5rem !important;
  }

  .group:hover .lg\:group-hover\:p-22{
    padding: 6rem !important;
  }

  .group:hover .lg\:group-hover\:p-24{
    padding: 6rem !important;
  }

  .group:hover .lg\:group-hover\:p-28{
    padding: 7rem !important;
  }

  .group:hover .lg\:group-hover\:p-32{
    padding: 8rem !important;
  }

  .group:hover .lg\:group-hover\:p-40{
    padding: 10rem !important;
  }

  .group:hover .lg\:group-hover\:p-44{
    padding: 11rem !important;
  }

  .group:hover .lg\:group-hover\:p-48{
    padding: 13rem !important;
  }

  .group:hover .lg\:group-hover\:p-56{
    padding: 14rem !important;
  }

  .group:hover .lg\:group-hover\:p-60{
    padding: 15rem !important;
  }

  .group:hover .lg\:group-hover\:p-64{
    padding: 16rem !important;
  }

  .group:hover .lg\:group-hover\:p-66{
    padding: 18rem !important;
  }

  .group:hover .lg\:group-hover\:p-68{
    padding: 21rem !important;
  }

  .group:hover .lg\:group-hover\:p-70{
    padding: 23rem !important;
  }

  .group:hover .lg\:group-hover\:p-72{
    padding: 25rem !important;
  }

  .group:hover .lg\:group-hover\:p-74{
    padding: 27rem !important;
  }

  .group:hover .lg\:group-hover\:p-75{
    padding: 75px !important;
  }

  .group:hover .lg\:group-hover\:p-78{
    padding: 29rem !important;
  }

  .group:hover .lg\:group-hover\:p-80{
    padding: 80px !important;
  }

  .group:hover .lg\:group-hover\:p-90{
    padding: 90px !important;
  }

  .group:hover .lg\:group-hover\:p-150{
    padding: 150px !important;
  }

  .group:hover .lg\:group-hover\:p-200{
    padding: 200px !important;
  }

  .group:hover .lg\:group-hover\:p-250{
    padding: 250px !important;
  }

  .group:hover .lg\:group-hover\:p-270{
    padding: 270px !important;
  }

  .group:hover .lg\:group-hover\:p-310{
    padding: 310px !important;
  }

  .group:hover .lg\:group-hover\:p-330{
    padding: 330px !important;
  }

  .group:hover .lg\:group-hover\:p-390{
    padding: 390px !important;
  }

  .group:hover .lg\:group-hover\:p-400{
    padding: 400px !important;
  }

  .group:hover .lg\:group-hover\:p-450{
    padding: 450px !important;
  }

  .group:hover .lg\:group-hover\:p-500{
    padding: 500px !important;
  }

  .group:hover .lg\:group-hover\:p-550{
    padding: 550px !important;
  }

  .group:hover .lg\:group-hover\:p-600{
    padding: 600px !important;
  }

  .group:hover .lg\:group-hover\:p-700{
    padding: 700px !important;
  }

  .group:hover .lg\:group-hover\:p-px{
    padding: 1px !important;
  }

  .group:hover .lg\:group-hover\:p-2px{
    padding: 2px !important;
  }

  .group:hover .lg\:group-hover\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:hover .lg\:group-hover\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:hover .lg\:group-hover\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:hover .lg\:group-hover\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:hover .lg\:group-hover\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:hover .lg\:group-hover\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:hover .lg\:group-hover\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:hover .lg\:group-hover\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:hover .lg\:group-hover\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:hover .lg\:group-hover\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:hover .lg\:group-hover\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:hover .lg\:group-hover\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:hover .lg\:group-hover\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .lg\:group-hover\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .lg\:group-hover\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .lg\:group-hover\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .lg\:group-hover\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:hover .lg\:group-hover\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:hover .lg\:group-hover\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:hover .lg\:group-hover\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:hover .lg\:group-hover\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:hover .lg\:group-hover\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:hover .lg\:group-hover\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:hover .lg\:group-hover\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:hover .lg\:group-hover\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:hover .lg\:group-hover\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:hover .lg\:group-hover\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:hover .lg\:group-hover\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:hover .lg\:group-hover\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:hover .lg\:group-hover\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:hover .lg\:group-hover\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:hover .lg\:group-hover\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:hover .lg\:group-hover\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:hover .lg\:group-hover\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:hover .lg\:group-hover\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:hover .lg\:group-hover\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:hover .lg\:group-hover\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:hover .lg\:group-hover\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:hover .lg\:group-hover\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:hover .lg\:group-hover\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:hover .lg\:group-hover\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:hover .lg\:group-hover\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:hover .lg\:group-hover\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:hover .lg\:group-hover\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:hover .lg\:group-hover\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:hover .lg\:group-hover\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:hover .lg\:group-hover\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:hover .lg\:group-hover\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:hover .lg\:group-hover\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:hover .lg\:group-hover\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:hover .lg\:group-hover\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:hover .lg\:group-hover\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:hover .lg\:group-hover\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:hover .lg\:group-hover\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:hover .lg\:group-hover\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:hover .lg\:group-hover\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:hover .lg\:group-hover\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:hover .lg\:group-hover\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:hover .lg\:group-hover\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:hover .lg\:group-hover\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:hover .lg\:group-hover\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:hover .lg\:group-hover\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:hover .lg\:group-hover\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:hover .lg\:group-hover\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:hover .lg\:group-hover\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:hover .lg\:group-hover\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:hover .lg\:group-hover\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:hover .lg\:group-hover\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:hover .lg\:group-hover\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:hover .lg\:group-hover\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:hover .lg\:group-hover\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:hover .lg\:group-hover\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:hover .lg\:group-hover\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:hover .lg\:group-hover\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:hover .lg\:group-hover\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:hover .lg\:group-hover\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:hover .lg\:group-hover\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:hover .lg\:group-hover\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:hover .lg\:group-hover\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:hover .lg\:group-hover\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:hover .lg\:group-hover\:pt-0{
    padding-top: 0 !important;
  }

  .group:hover .lg\:group-hover\:pr-0{
    padding-right: 0 !important;
  }

  .group:hover .lg\:group-hover\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:hover .lg\:group-hover\:pl-0{
    padding-left: 0 !important;
  }

  .group:hover .lg\:group-hover\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:hover .lg\:group-hover\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:hover .lg\:group-hover\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:hover .lg\:group-hover\:pt-4{
    padding-top: 1rem !important;
  }

  .group:hover .lg\:group-hover\:pr-4{
    padding-right: 1rem !important;
  }

  .group:hover .lg\:group-hover\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:hover .lg\:group-hover\:pl-4{
    padding-left: 1rem !important;
  }

  .group:hover .lg\:group-hover\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:hover .lg\:group-hover\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:hover .lg\:group-hover\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:hover .lg\:group-hover\:pt-8{
    padding-top: 2rem !important;
  }

  .group:hover .lg\:group-hover\:pr-8{
    padding-right: 2rem !important;
  }

  .group:hover .lg\:group-hover\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:hover .lg\:group-hover\:pl-8{
    padding-left: 2rem !important;
  }

  .group:hover .lg\:group-hover\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:hover .lg\:group-hover\:pt-12{
    padding-top: 3rem !important;
  }

  .group:hover .lg\:group-hover\:pr-12{
    padding-right: 3rem !important;
  }

  .group:hover .lg\:group-hover\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:hover .lg\:group-hover\:pl-12{
    padding-left: 3rem !important;
  }

  .group:hover .lg\:group-hover\:pt-16{
    padding-top: 4rem !important;
  }

  .group:hover .lg\:group-hover\:pr-16{
    padding-right: 4rem !important;
  }

  .group:hover .lg\:group-hover\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:hover .lg\:group-hover\:pl-16{
    padding-left: 4rem !important;
  }

  .group:hover .lg\:group-hover\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:hover .lg\:group-hover\:pt-20{
    padding-top: 5rem !important;
  }

  .group:hover .lg\:group-hover\:pr-20{
    padding-right: 5rem !important;
  }

  .group:hover .lg\:group-hover\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:hover .lg\:group-hover\:pl-20{
    padding-left: 5rem !important;
  }

  .group:hover .lg\:group-hover\:pt-22{
    padding-top: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pr-22{
    padding-right: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pl-22{
    padding-left: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pt-24{
    padding-top: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pr-24{
    padding-right: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pl-24{
    padding-left: 6rem !important;
  }

  .group:hover .lg\:group-hover\:pt-28{
    padding-top: 7rem !important;
  }

  .group:hover .lg\:group-hover\:pr-28{
    padding-right: 7rem !important;
  }

  .group:hover .lg\:group-hover\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:hover .lg\:group-hover\:pl-28{
    padding-left: 7rem !important;
  }

  .group:hover .lg\:group-hover\:pt-32{
    padding-top: 8rem !important;
  }

  .group:hover .lg\:group-hover\:pr-32{
    padding-right: 8rem !important;
  }

  .group:hover .lg\:group-hover\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:hover .lg\:group-hover\:pl-32{
    padding-left: 8rem !important;
  }

  .group:hover .lg\:group-hover\:pt-40{
    padding-top: 10rem !important;
  }

  .group:hover .lg\:group-hover\:pr-40{
    padding-right: 10rem !important;
  }

  .group:hover .lg\:group-hover\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:hover .lg\:group-hover\:pl-40{
    padding-left: 10rem !important;
  }

  .group:hover .lg\:group-hover\:pt-44{
    padding-top: 11rem !important;
  }

  .group:hover .lg\:group-hover\:pr-44{
    padding-right: 11rem !important;
  }

  .group:hover .lg\:group-hover\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:hover .lg\:group-hover\:pl-44{
    padding-left: 11rem !important;
  }

  .group:hover .lg\:group-hover\:pt-48{
    padding-top: 13rem !important;
  }

  .group:hover .lg\:group-hover\:pr-48{
    padding-right: 13rem !important;
  }

  .group:hover .lg\:group-hover\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:hover .lg\:group-hover\:pl-48{
    padding-left: 13rem !important;
  }

  .group:hover .lg\:group-hover\:pt-56{
    padding-top: 14rem !important;
  }

  .group:hover .lg\:group-hover\:pr-56{
    padding-right: 14rem !important;
  }

  .group:hover .lg\:group-hover\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:hover .lg\:group-hover\:pl-56{
    padding-left: 14rem !important;
  }

  .group:hover .lg\:group-hover\:pt-60{
    padding-top: 15rem !important;
  }

  .group:hover .lg\:group-hover\:pr-60{
    padding-right: 15rem !important;
  }

  .group:hover .lg\:group-hover\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:hover .lg\:group-hover\:pl-60{
    padding-left: 15rem !important;
  }

  .group:hover .lg\:group-hover\:pt-64{
    padding-top: 16rem !important;
  }

  .group:hover .lg\:group-hover\:pr-64{
    padding-right: 16rem !important;
  }

  .group:hover .lg\:group-hover\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:hover .lg\:group-hover\:pl-64{
    padding-left: 16rem !important;
  }

  .group:hover .lg\:group-hover\:pt-66{
    padding-top: 18rem !important;
  }

  .group:hover .lg\:group-hover\:pr-66{
    padding-right: 18rem !important;
  }

  .group:hover .lg\:group-hover\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:hover .lg\:group-hover\:pl-66{
    padding-left: 18rem !important;
  }

  .group:hover .lg\:group-hover\:pt-68{
    padding-top: 21rem !important;
  }

  .group:hover .lg\:group-hover\:pr-68{
    padding-right: 21rem !important;
  }

  .group:hover .lg\:group-hover\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:hover .lg\:group-hover\:pl-68{
    padding-left: 21rem !important;
  }

  .group:hover .lg\:group-hover\:pt-70{
    padding-top: 23rem !important;
  }

  .group:hover .lg\:group-hover\:pr-70{
    padding-right: 23rem !important;
  }

  .group:hover .lg\:group-hover\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:hover .lg\:group-hover\:pl-70{
    padding-left: 23rem !important;
  }

  .group:hover .lg\:group-hover\:pt-72{
    padding-top: 25rem !important;
  }

  .group:hover .lg\:group-hover\:pr-72{
    padding-right: 25rem !important;
  }

  .group:hover .lg\:group-hover\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:hover .lg\:group-hover\:pl-72{
    padding-left: 25rem !important;
  }

  .group:hover .lg\:group-hover\:pt-74{
    padding-top: 27rem !important;
  }

  .group:hover .lg\:group-hover\:pr-74{
    padding-right: 27rem !important;
  }

  .group:hover .lg\:group-hover\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:hover .lg\:group-hover\:pl-74{
    padding-left: 27rem !important;
  }

  .group:hover .lg\:group-hover\:pt-75{
    padding-top: 75px !important;
  }

  .group:hover .lg\:group-hover\:pr-75{
    padding-right: 75px !important;
  }

  .group:hover .lg\:group-hover\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:hover .lg\:group-hover\:pl-75{
    padding-left: 75px !important;
  }

  .group:hover .lg\:group-hover\:pt-78{
    padding-top: 29rem !important;
  }

  .group:hover .lg\:group-hover\:pr-78{
    padding-right: 29rem !important;
  }

  .group:hover .lg\:group-hover\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:hover .lg\:group-hover\:pl-78{
    padding-left: 29rem !important;
  }

  .group:hover .lg\:group-hover\:pt-80{
    padding-top: 80px !important;
  }

  .group:hover .lg\:group-hover\:pr-80{
    padding-right: 80px !important;
  }

  .group:hover .lg\:group-hover\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:hover .lg\:group-hover\:pl-80{
    padding-left: 80px !important;
  }

  .group:hover .lg\:group-hover\:pt-90{
    padding-top: 90px !important;
  }

  .group:hover .lg\:group-hover\:pr-90{
    padding-right: 90px !important;
  }

  .group:hover .lg\:group-hover\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:hover .lg\:group-hover\:pl-90{
    padding-left: 90px !important;
  }

  .group:hover .lg\:group-hover\:pt-150{
    padding-top: 150px !important;
  }

  .group:hover .lg\:group-hover\:pr-150{
    padding-right: 150px !important;
  }

  .group:hover .lg\:group-hover\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:hover .lg\:group-hover\:pl-150{
    padding-left: 150px !important;
  }

  .group:hover .lg\:group-hover\:pt-200{
    padding-top: 200px !important;
  }

  .group:hover .lg\:group-hover\:pr-200{
    padding-right: 200px !important;
  }

  .group:hover .lg\:group-hover\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:hover .lg\:group-hover\:pl-200{
    padding-left: 200px !important;
  }

  .group:hover .lg\:group-hover\:pt-250{
    padding-top: 250px !important;
  }

  .group:hover .lg\:group-hover\:pr-250{
    padding-right: 250px !important;
  }

  .group:hover .lg\:group-hover\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:hover .lg\:group-hover\:pl-250{
    padding-left: 250px !important;
  }

  .group:hover .lg\:group-hover\:pt-270{
    padding-top: 270px !important;
  }

  .group:hover .lg\:group-hover\:pr-270{
    padding-right: 270px !important;
  }

  .group:hover .lg\:group-hover\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:hover .lg\:group-hover\:pl-270{
    padding-left: 270px !important;
  }

  .group:hover .lg\:group-hover\:pt-310{
    padding-top: 310px !important;
  }

  .group:hover .lg\:group-hover\:pr-310{
    padding-right: 310px !important;
  }

  .group:hover .lg\:group-hover\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:hover .lg\:group-hover\:pl-310{
    padding-left: 310px !important;
  }

  .group:hover .lg\:group-hover\:pt-330{
    padding-top: 330px !important;
  }

  .group:hover .lg\:group-hover\:pr-330{
    padding-right: 330px !important;
  }

  .group:hover .lg\:group-hover\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:hover .lg\:group-hover\:pl-330{
    padding-left: 330px !important;
  }

  .group:hover .lg\:group-hover\:pt-390{
    padding-top: 390px !important;
  }

  .group:hover .lg\:group-hover\:pr-390{
    padding-right: 390px !important;
  }

  .group:hover .lg\:group-hover\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:hover .lg\:group-hover\:pl-390{
    padding-left: 390px !important;
  }

  .group:hover .lg\:group-hover\:pt-400{
    padding-top: 400px !important;
  }

  .group:hover .lg\:group-hover\:pr-400{
    padding-right: 400px !important;
  }

  .group:hover .lg\:group-hover\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:hover .lg\:group-hover\:pl-400{
    padding-left: 400px !important;
  }

  .group:hover .lg\:group-hover\:pt-450{
    padding-top: 450px !important;
  }

  .group:hover .lg\:group-hover\:pr-450{
    padding-right: 450px !important;
  }

  .group:hover .lg\:group-hover\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:hover .lg\:group-hover\:pl-450{
    padding-left: 450px !important;
  }

  .group:hover .lg\:group-hover\:pt-500{
    padding-top: 500px !important;
  }

  .group:hover .lg\:group-hover\:pr-500{
    padding-right: 500px !important;
  }

  .group:hover .lg\:group-hover\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:hover .lg\:group-hover\:pl-500{
    padding-left: 500px !important;
  }

  .group:hover .lg\:group-hover\:pt-550{
    padding-top: 550px !important;
  }

  .group:hover .lg\:group-hover\:pr-550{
    padding-right: 550px !important;
  }

  .group:hover .lg\:group-hover\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:hover .lg\:group-hover\:pl-550{
    padding-left: 550px !important;
  }

  .group:hover .lg\:group-hover\:pt-600{
    padding-top: 600px !important;
  }

  .group:hover .lg\:group-hover\:pr-600{
    padding-right: 600px !important;
  }

  .group:hover .lg\:group-hover\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:hover .lg\:group-hover\:pl-600{
    padding-left: 600px !important;
  }

  .group:hover .lg\:group-hover\:pt-700{
    padding-top: 700px !important;
  }

  .group:hover .lg\:group-hover\:pr-700{
    padding-right: 700px !important;
  }

  .group:hover .lg\:group-hover\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:hover .lg\:group-hover\:pl-700{
    padding-left: 700px !important;
  }

  .group:hover .lg\:group-hover\:pt-px{
    padding-top: 1px !important;
  }

  .group:hover .lg\:group-hover\:pr-px{
    padding-right: 1px !important;
  }

  .group:hover .lg\:group-hover\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:hover .lg\:group-hover\:pl-px{
    padding-left: 1px !important;
  }

  .group:hover .lg\:group-hover\:pt-2px{
    padding-top: 2px !important;
  }

  .group:hover .lg\:group-hover\:pr-2px{
    padding-right: 2px !important;
  }

  .group:hover .lg\:group-hover\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:hover .lg\:group-hover\:pl-2px{
    padding-left: 2px !important;
  }

  .group:focus .lg\:group-focus\:p-0{
    padding: 0 !important;
  }

  .group:focus .lg\:group-focus\:p-1{
    padding: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:p-2{
    padding: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:p-3{
    padding: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:p-4{
    padding: 1rem !important;
  }

  .group:focus .lg\:group-focus\:p-5{
    padding: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:p-6{
    padding: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:p-7{
    padding: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:p-8{
    padding: 2rem !important;
  }

  .group:focus .lg\:group-focus\:p-10{
    padding: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:p-12{
    padding: 3rem !important;
  }

  .group:focus .lg\:group-focus\:p-16{
    padding: 4rem !important;
  }

  .group:focus .lg\:group-focus\:p-18{
    padding: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:p-20{
    padding: 5rem !important;
  }

  .group:focus .lg\:group-focus\:p-22{
    padding: 6rem !important;
  }

  .group:focus .lg\:group-focus\:p-24{
    padding: 6rem !important;
  }

  .group:focus .lg\:group-focus\:p-28{
    padding: 7rem !important;
  }

  .group:focus .lg\:group-focus\:p-32{
    padding: 8rem !important;
  }

  .group:focus .lg\:group-focus\:p-40{
    padding: 10rem !important;
  }

  .group:focus .lg\:group-focus\:p-44{
    padding: 11rem !important;
  }

  .group:focus .lg\:group-focus\:p-48{
    padding: 13rem !important;
  }

  .group:focus .lg\:group-focus\:p-56{
    padding: 14rem !important;
  }

  .group:focus .lg\:group-focus\:p-60{
    padding: 15rem !important;
  }

  .group:focus .lg\:group-focus\:p-64{
    padding: 16rem !important;
  }

  .group:focus .lg\:group-focus\:p-66{
    padding: 18rem !important;
  }

  .group:focus .lg\:group-focus\:p-68{
    padding: 21rem !important;
  }

  .group:focus .lg\:group-focus\:p-70{
    padding: 23rem !important;
  }

  .group:focus .lg\:group-focus\:p-72{
    padding: 25rem !important;
  }

  .group:focus .lg\:group-focus\:p-74{
    padding: 27rem !important;
  }

  .group:focus .lg\:group-focus\:p-75{
    padding: 75px !important;
  }

  .group:focus .lg\:group-focus\:p-78{
    padding: 29rem !important;
  }

  .group:focus .lg\:group-focus\:p-80{
    padding: 80px !important;
  }

  .group:focus .lg\:group-focus\:p-90{
    padding: 90px !important;
  }

  .group:focus .lg\:group-focus\:p-150{
    padding: 150px !important;
  }

  .group:focus .lg\:group-focus\:p-200{
    padding: 200px !important;
  }

  .group:focus .lg\:group-focus\:p-250{
    padding: 250px !important;
  }

  .group:focus .lg\:group-focus\:p-270{
    padding: 270px !important;
  }

  .group:focus .lg\:group-focus\:p-310{
    padding: 310px !important;
  }

  .group:focus .lg\:group-focus\:p-330{
    padding: 330px !important;
  }

  .group:focus .lg\:group-focus\:p-390{
    padding: 390px !important;
  }

  .group:focus .lg\:group-focus\:p-400{
    padding: 400px !important;
  }

  .group:focus .lg\:group-focus\:p-450{
    padding: 450px !important;
  }

  .group:focus .lg\:group-focus\:p-500{
    padding: 500px !important;
  }

  .group:focus .lg\:group-focus\:p-550{
    padding: 550px !important;
  }

  .group:focus .lg\:group-focus\:p-600{
    padding: 600px !important;
  }

  .group:focus .lg\:group-focus\:p-700{
    padding: 700px !important;
  }

  .group:focus .lg\:group-focus\:p-px{
    padding: 1px !important;
  }

  .group:focus .lg\:group-focus\:p-2px{
    padding: 2px !important;
  }

  .group:focus .lg\:group-focus\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:focus .lg\:group-focus\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:focus .lg\:group-focus\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:focus .lg\:group-focus\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:focus .lg\:group-focus\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:focus .lg\:group-focus\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:focus .lg\:group-focus\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:focus .lg\:group-focus\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:focus .lg\:group-focus\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:focus .lg\:group-focus\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:focus .lg\:group-focus\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:focus .lg\:group-focus\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:focus .lg\:group-focus\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .lg\:group-focus\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .lg\:group-focus\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .lg\:group-focus\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .lg\:group-focus\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:focus .lg\:group-focus\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:focus .lg\:group-focus\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:focus .lg\:group-focus\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:focus .lg\:group-focus\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:focus .lg\:group-focus\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:focus .lg\:group-focus\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:focus .lg\:group-focus\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:focus .lg\:group-focus\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:focus .lg\:group-focus\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:focus .lg\:group-focus\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:focus .lg\:group-focus\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:focus .lg\:group-focus\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:focus .lg\:group-focus\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:focus .lg\:group-focus\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:focus .lg\:group-focus\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:focus .lg\:group-focus\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:focus .lg\:group-focus\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:focus .lg\:group-focus\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:focus .lg\:group-focus\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:focus .lg\:group-focus\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:focus .lg\:group-focus\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:focus .lg\:group-focus\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:focus .lg\:group-focus\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:focus .lg\:group-focus\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:focus .lg\:group-focus\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:focus .lg\:group-focus\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:focus .lg\:group-focus\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:focus .lg\:group-focus\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:focus .lg\:group-focus\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:focus .lg\:group-focus\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:focus .lg\:group-focus\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:focus .lg\:group-focus\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:focus .lg\:group-focus\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:focus .lg\:group-focus\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:focus .lg\:group-focus\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:focus .lg\:group-focus\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:focus .lg\:group-focus\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:focus .lg\:group-focus\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:focus .lg\:group-focus\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:focus .lg\:group-focus\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:focus .lg\:group-focus\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:focus .lg\:group-focus\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:focus .lg\:group-focus\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:focus .lg\:group-focus\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:focus .lg\:group-focus\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:focus .lg\:group-focus\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:focus .lg\:group-focus\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:focus .lg\:group-focus\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:focus .lg\:group-focus\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:focus .lg\:group-focus\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:focus .lg\:group-focus\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:focus .lg\:group-focus\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:focus .lg\:group-focus\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:focus .lg\:group-focus\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:focus .lg\:group-focus\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:focus .lg\:group-focus\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:focus .lg\:group-focus\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:focus .lg\:group-focus\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:focus .lg\:group-focus\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:focus .lg\:group-focus\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:focus .lg\:group-focus\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:focus .lg\:group-focus\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:focus .lg\:group-focus\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:focus .lg\:group-focus\:pt-0{
    padding-top: 0 !important;
  }

  .group:focus .lg\:group-focus\:pr-0{
    padding-right: 0 !important;
  }

  .group:focus .lg\:group-focus\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:focus .lg\:group-focus\:pl-0{
    padding-left: 0 !important;
  }

  .group:focus .lg\:group-focus\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:focus .lg\:group-focus\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:focus .lg\:group-focus\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:focus .lg\:group-focus\:pt-4{
    padding-top: 1rem !important;
  }

  .group:focus .lg\:group-focus\:pr-4{
    padding-right: 1rem !important;
  }

  .group:focus .lg\:group-focus\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:focus .lg\:group-focus\:pl-4{
    padding-left: 1rem !important;
  }

  .group:focus .lg\:group-focus\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:focus .lg\:group-focus\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:focus .lg\:group-focus\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:focus .lg\:group-focus\:pt-8{
    padding-top: 2rem !important;
  }

  .group:focus .lg\:group-focus\:pr-8{
    padding-right: 2rem !important;
  }

  .group:focus .lg\:group-focus\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:focus .lg\:group-focus\:pl-8{
    padding-left: 2rem !important;
  }

  .group:focus .lg\:group-focus\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:focus .lg\:group-focus\:pt-12{
    padding-top: 3rem !important;
  }

  .group:focus .lg\:group-focus\:pr-12{
    padding-right: 3rem !important;
  }

  .group:focus .lg\:group-focus\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:focus .lg\:group-focus\:pl-12{
    padding-left: 3rem !important;
  }

  .group:focus .lg\:group-focus\:pt-16{
    padding-top: 4rem !important;
  }

  .group:focus .lg\:group-focus\:pr-16{
    padding-right: 4rem !important;
  }

  .group:focus .lg\:group-focus\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:focus .lg\:group-focus\:pl-16{
    padding-left: 4rem !important;
  }

  .group:focus .lg\:group-focus\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:focus .lg\:group-focus\:pt-20{
    padding-top: 5rem !important;
  }

  .group:focus .lg\:group-focus\:pr-20{
    padding-right: 5rem !important;
  }

  .group:focus .lg\:group-focus\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:focus .lg\:group-focus\:pl-20{
    padding-left: 5rem !important;
  }

  .group:focus .lg\:group-focus\:pt-22{
    padding-top: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pr-22{
    padding-right: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pl-22{
    padding-left: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pt-24{
    padding-top: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pr-24{
    padding-right: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pl-24{
    padding-left: 6rem !important;
  }

  .group:focus .lg\:group-focus\:pt-28{
    padding-top: 7rem !important;
  }

  .group:focus .lg\:group-focus\:pr-28{
    padding-right: 7rem !important;
  }

  .group:focus .lg\:group-focus\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:focus .lg\:group-focus\:pl-28{
    padding-left: 7rem !important;
  }

  .group:focus .lg\:group-focus\:pt-32{
    padding-top: 8rem !important;
  }

  .group:focus .lg\:group-focus\:pr-32{
    padding-right: 8rem !important;
  }

  .group:focus .lg\:group-focus\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:focus .lg\:group-focus\:pl-32{
    padding-left: 8rem !important;
  }

  .group:focus .lg\:group-focus\:pt-40{
    padding-top: 10rem !important;
  }

  .group:focus .lg\:group-focus\:pr-40{
    padding-right: 10rem !important;
  }

  .group:focus .lg\:group-focus\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:focus .lg\:group-focus\:pl-40{
    padding-left: 10rem !important;
  }

  .group:focus .lg\:group-focus\:pt-44{
    padding-top: 11rem !important;
  }

  .group:focus .lg\:group-focus\:pr-44{
    padding-right: 11rem !important;
  }

  .group:focus .lg\:group-focus\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:focus .lg\:group-focus\:pl-44{
    padding-left: 11rem !important;
  }

  .group:focus .lg\:group-focus\:pt-48{
    padding-top: 13rem !important;
  }

  .group:focus .lg\:group-focus\:pr-48{
    padding-right: 13rem !important;
  }

  .group:focus .lg\:group-focus\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:focus .lg\:group-focus\:pl-48{
    padding-left: 13rem !important;
  }

  .group:focus .lg\:group-focus\:pt-56{
    padding-top: 14rem !important;
  }

  .group:focus .lg\:group-focus\:pr-56{
    padding-right: 14rem !important;
  }

  .group:focus .lg\:group-focus\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:focus .lg\:group-focus\:pl-56{
    padding-left: 14rem !important;
  }

  .group:focus .lg\:group-focus\:pt-60{
    padding-top: 15rem !important;
  }

  .group:focus .lg\:group-focus\:pr-60{
    padding-right: 15rem !important;
  }

  .group:focus .lg\:group-focus\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:focus .lg\:group-focus\:pl-60{
    padding-left: 15rem !important;
  }

  .group:focus .lg\:group-focus\:pt-64{
    padding-top: 16rem !important;
  }

  .group:focus .lg\:group-focus\:pr-64{
    padding-right: 16rem !important;
  }

  .group:focus .lg\:group-focus\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:focus .lg\:group-focus\:pl-64{
    padding-left: 16rem !important;
  }

  .group:focus .lg\:group-focus\:pt-66{
    padding-top: 18rem !important;
  }

  .group:focus .lg\:group-focus\:pr-66{
    padding-right: 18rem !important;
  }

  .group:focus .lg\:group-focus\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:focus .lg\:group-focus\:pl-66{
    padding-left: 18rem !important;
  }

  .group:focus .lg\:group-focus\:pt-68{
    padding-top: 21rem !important;
  }

  .group:focus .lg\:group-focus\:pr-68{
    padding-right: 21rem !important;
  }

  .group:focus .lg\:group-focus\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:focus .lg\:group-focus\:pl-68{
    padding-left: 21rem !important;
  }

  .group:focus .lg\:group-focus\:pt-70{
    padding-top: 23rem !important;
  }

  .group:focus .lg\:group-focus\:pr-70{
    padding-right: 23rem !important;
  }

  .group:focus .lg\:group-focus\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:focus .lg\:group-focus\:pl-70{
    padding-left: 23rem !important;
  }

  .group:focus .lg\:group-focus\:pt-72{
    padding-top: 25rem !important;
  }

  .group:focus .lg\:group-focus\:pr-72{
    padding-right: 25rem !important;
  }

  .group:focus .lg\:group-focus\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:focus .lg\:group-focus\:pl-72{
    padding-left: 25rem !important;
  }

  .group:focus .lg\:group-focus\:pt-74{
    padding-top: 27rem !important;
  }

  .group:focus .lg\:group-focus\:pr-74{
    padding-right: 27rem !important;
  }

  .group:focus .lg\:group-focus\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:focus .lg\:group-focus\:pl-74{
    padding-left: 27rem !important;
  }

  .group:focus .lg\:group-focus\:pt-75{
    padding-top: 75px !important;
  }

  .group:focus .lg\:group-focus\:pr-75{
    padding-right: 75px !important;
  }

  .group:focus .lg\:group-focus\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:focus .lg\:group-focus\:pl-75{
    padding-left: 75px !important;
  }

  .group:focus .lg\:group-focus\:pt-78{
    padding-top: 29rem !important;
  }

  .group:focus .lg\:group-focus\:pr-78{
    padding-right: 29rem !important;
  }

  .group:focus .lg\:group-focus\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:focus .lg\:group-focus\:pl-78{
    padding-left: 29rem !important;
  }

  .group:focus .lg\:group-focus\:pt-80{
    padding-top: 80px !important;
  }

  .group:focus .lg\:group-focus\:pr-80{
    padding-right: 80px !important;
  }

  .group:focus .lg\:group-focus\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:focus .lg\:group-focus\:pl-80{
    padding-left: 80px !important;
  }

  .group:focus .lg\:group-focus\:pt-90{
    padding-top: 90px !important;
  }

  .group:focus .lg\:group-focus\:pr-90{
    padding-right: 90px !important;
  }

  .group:focus .lg\:group-focus\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:focus .lg\:group-focus\:pl-90{
    padding-left: 90px !important;
  }

  .group:focus .lg\:group-focus\:pt-150{
    padding-top: 150px !important;
  }

  .group:focus .lg\:group-focus\:pr-150{
    padding-right: 150px !important;
  }

  .group:focus .lg\:group-focus\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:focus .lg\:group-focus\:pl-150{
    padding-left: 150px !important;
  }

  .group:focus .lg\:group-focus\:pt-200{
    padding-top: 200px !important;
  }

  .group:focus .lg\:group-focus\:pr-200{
    padding-right: 200px !important;
  }

  .group:focus .lg\:group-focus\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:focus .lg\:group-focus\:pl-200{
    padding-left: 200px !important;
  }

  .group:focus .lg\:group-focus\:pt-250{
    padding-top: 250px !important;
  }

  .group:focus .lg\:group-focus\:pr-250{
    padding-right: 250px !important;
  }

  .group:focus .lg\:group-focus\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:focus .lg\:group-focus\:pl-250{
    padding-left: 250px !important;
  }

  .group:focus .lg\:group-focus\:pt-270{
    padding-top: 270px !important;
  }

  .group:focus .lg\:group-focus\:pr-270{
    padding-right: 270px !important;
  }

  .group:focus .lg\:group-focus\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:focus .lg\:group-focus\:pl-270{
    padding-left: 270px !important;
  }

  .group:focus .lg\:group-focus\:pt-310{
    padding-top: 310px !important;
  }

  .group:focus .lg\:group-focus\:pr-310{
    padding-right: 310px !important;
  }

  .group:focus .lg\:group-focus\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:focus .lg\:group-focus\:pl-310{
    padding-left: 310px !important;
  }

  .group:focus .lg\:group-focus\:pt-330{
    padding-top: 330px !important;
  }

  .group:focus .lg\:group-focus\:pr-330{
    padding-right: 330px !important;
  }

  .group:focus .lg\:group-focus\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:focus .lg\:group-focus\:pl-330{
    padding-left: 330px !important;
  }

  .group:focus .lg\:group-focus\:pt-390{
    padding-top: 390px !important;
  }

  .group:focus .lg\:group-focus\:pr-390{
    padding-right: 390px !important;
  }

  .group:focus .lg\:group-focus\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:focus .lg\:group-focus\:pl-390{
    padding-left: 390px !important;
  }

  .group:focus .lg\:group-focus\:pt-400{
    padding-top: 400px !important;
  }

  .group:focus .lg\:group-focus\:pr-400{
    padding-right: 400px !important;
  }

  .group:focus .lg\:group-focus\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:focus .lg\:group-focus\:pl-400{
    padding-left: 400px !important;
  }

  .group:focus .lg\:group-focus\:pt-450{
    padding-top: 450px !important;
  }

  .group:focus .lg\:group-focus\:pr-450{
    padding-right: 450px !important;
  }

  .group:focus .lg\:group-focus\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:focus .lg\:group-focus\:pl-450{
    padding-left: 450px !important;
  }

  .group:focus .lg\:group-focus\:pt-500{
    padding-top: 500px !important;
  }

  .group:focus .lg\:group-focus\:pr-500{
    padding-right: 500px !important;
  }

  .group:focus .lg\:group-focus\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:focus .lg\:group-focus\:pl-500{
    padding-left: 500px !important;
  }

  .group:focus .lg\:group-focus\:pt-550{
    padding-top: 550px !important;
  }

  .group:focus .lg\:group-focus\:pr-550{
    padding-right: 550px !important;
  }

  .group:focus .lg\:group-focus\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:focus .lg\:group-focus\:pl-550{
    padding-left: 550px !important;
  }

  .group:focus .lg\:group-focus\:pt-600{
    padding-top: 600px !important;
  }

  .group:focus .lg\:group-focus\:pr-600{
    padding-right: 600px !important;
  }

  .group:focus .lg\:group-focus\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:focus .lg\:group-focus\:pl-600{
    padding-left: 600px !important;
  }

  .group:focus .lg\:group-focus\:pt-700{
    padding-top: 700px !important;
  }

  .group:focus .lg\:group-focus\:pr-700{
    padding-right: 700px !important;
  }

  .group:focus .lg\:group-focus\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:focus .lg\:group-focus\:pl-700{
    padding-left: 700px !important;
  }

  .group:focus .lg\:group-focus\:pt-px{
    padding-top: 1px !important;
  }

  .group:focus .lg\:group-focus\:pr-px{
    padding-right: 1px !important;
  }

  .group:focus .lg\:group-focus\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:focus .lg\:group-focus\:pl-px{
    padding-left: 1px !important;
  }

  .group:focus .lg\:group-focus\:pt-2px{
    padding-top: 2px !important;
  }

  .group:focus .lg\:group-focus\:pr-2px{
    padding-right: 2px !important;
  }

  .group:focus .lg\:group-focus\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:focus .lg\:group-focus\:pl-2px{
    padding-left: 2px !important;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-06::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-06::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-06:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-06::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-brand-06::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-banner::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-banner::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-banner:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-banner::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-banner::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-p-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-p-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-p-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-p-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-p-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-inverse-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-inverse-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-inverse-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-inverse-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-inverse-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-medium::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-medium::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-medium:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-medium::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-medium::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-error::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-error::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-error:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-error::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-error::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-06:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-06:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-06:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-brand-06:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-banner:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-banner:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-banner:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-banner:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-banner:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-p-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-p-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-p-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-p-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-p-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-inverse-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-inverse-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-medium:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-medium:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-error:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-error:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-error:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-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;
  }

  .group:hover .lg\:group-hover\:static{
    position: static !important;
  }

  .group:hover .lg\:group-hover\:fixed{
    position: fixed !important;
  }

  .group:hover .lg\:group-hover\:absolute{
    position: absolute !important;
  }

  .group:hover .lg\:group-hover\:relative{
    position: relative !important;
  }

  .group:hover .lg\:group-hover\:sticky{
    position: sticky !important;
  }

  .group:focus .lg\:group-focus\:static{
    position: static !important;
  }

  .group:focus .lg\:group-focus\:fixed{
    position: fixed !important;
  }

  .group:focus .lg\:group-focus\:absolute{
    position: absolute !important;
  }

  .group:focus .lg\:group-focus\:relative{
    position: relative !important;
  }

  .group:focus .lg\:group-focus\:sticky{
    position: sticky !important;
  }

  .lg\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-1{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-2{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-5{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .lg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3{
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .lg\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-1{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-x-1{
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-y-2{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-x-2{
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-y-5{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:inset-x-5{
    right: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .lg\:inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .lg\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-1\/3{
    top: 33% !important;
    bottom: 33% !important;
  }

  .lg\:inset-x-1\/3{
    right: 33% !important;
    left: 33% !important;
  }

  .lg\:top-0{
    top: 0 !important;
  }

  .lg\:right-0{
    right: 0 !important;
  }

  .lg\:bottom-0{
    bottom: 0 !important;
  }

  .lg\:left-0{
    left: 0 !important;
  }

  .lg\:top-1{
    top: 1rem !important;
  }

  .lg\:right-1{
    right: 1rem !important;
  }

  .lg\:bottom-1{
    bottom: 1rem !important;
  }

  .lg\:left-1{
    left: 1rem !important;
  }

  .lg\:top-2{
    top: 2rem !important;
  }

  .lg\:right-2{
    right: 2rem !important;
  }

  .lg\:bottom-2{
    bottom: 2rem !important;
  }

  .lg\:left-2{
    left: 2rem !important;
  }

  .lg\:top-5{
    top: 5rem !important;
  }

  .lg\:right-5{
    right: 5rem !important;
  }

  .lg\:bottom-5{
    bottom: 5rem !important;
  }

  .lg\:left-5{
    left: 5rem !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:top-1\/5{
    top: 20% !important;
  }

  .lg\:right-1\/5{
    right: 20% !important;
  }

  .lg\:bottom-1\/5{
    bottom: 20% !important;
  }

  .lg\:left-1\/5{
    left: 20% !important;
  }

  .lg\:top-1\/2{
    top: 50% !important;
  }

  .lg\:right-1\/2{
    right: 50% !important;
  }

  .lg\:bottom-1\/2{
    bottom: 50% !important;
  }

  .lg\:left-1\/2{
    left: 50% !important;
  }

  .lg\:top-1\/3{
    top: 33% !important;
  }

  .lg\:right-1\/3{
    right: 33% !important;
  }

  .lg\:bottom-1\/3{
    bottom: 33% !important;
  }

  .lg\:left-1\/3{
    left: 33% !important;
  }

  .lg\:resize-none{
    resize: none !important;
  }

  .lg\:resize-y{
    resize: vertical !important;
  }

  .lg\:resize-x{
    resize: horizontal !important;
  }

  .lg\:resize{
    resize: both !important;
  }

  .lg\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !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;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-center{
    text-align: center !important;
  }

  .lg\:text-right{
    text-align: right !important;
  }

  .lg\:text-justify{
    text-align: justify !important;
  }

  .lg\:text-transparent{
    color: transparent !important;
  }

  .lg\:text-current{
    color: currentColor !important;
  }

  .lg\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:text-white{
    --text-opacity: 1 !important;
    color: #fff !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-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .lg\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .lg\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .lg\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .lg\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .lg\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .lg\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .lg\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .lg\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .lg\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .lg\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .lg\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .lg\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !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-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-brand-01:hover{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-brand-02:hover{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-brand-03:hover{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-brand-04:hover{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-brand-05:hover{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-brand-06:hover{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-banner:hover{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-p-01:hover{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-inverse-01:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-medium:hover{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-02:hover{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-03:hover{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-04:hover{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-05:hover{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-error:hover{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !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-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-brand-01:focus{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-brand-02:focus{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-brand-03:focus{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-brand-04:focus{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-brand-05:focus{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-brand-06:focus{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-banner:focus{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-p-01:focus{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-inverse-01:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-medium:focus{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-02:focus{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-03:focus{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-04:focus{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-05:focus{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-error:focus{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-transparent{
    color: transparent !important;
  }

  .group:focus .lg\:group-focus\:text-current{
    color: currentColor !important;
  }

  .group:focus .lg\:group-focus\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:focus .lg\:group-focus\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, 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-80{
    --text-opacity: 0.80 !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-80:hover{
    --text-opacity: 0.80 !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-80:focus{
    --text-opacity: 0.80 !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\: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\: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\: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\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:tracking-h1{
    letter-spacing: 0.19rem !important;
  }

  .lg\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-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-0{
    width: 0 !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-7{
    width: 1.75rem !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-18{
    width: 4.75rem !important;
  }

  .lg\:w-20{
    width: 5rem !important;
  }

  .lg\:w-22{
    width: 6rem !important;
  }

  .lg\:w-24{
    width: 6rem !important;
  }

  .lg\:w-28{
    width: 7rem !important;
  }

  .lg\:w-32{
    width: 8rem !important;
  }

  .lg\:w-40{
    width: 10rem !important;
  }

  .lg\:w-44{
    width: 11rem !important;
  }

  .lg\:w-48{
    width: 13rem !important;
  }

  .lg\:w-56{
    width: 14rem !important;
  }

  .lg\:w-60{
    width: 15rem !important;
  }

  .lg\:w-64{
    width: 16rem !important;
  }

  .lg\:w-66{
    width: 18rem !important;
  }

  .lg\:w-68{
    width: 21rem !important;
  }

  .lg\:w-70{
    width: 23rem !important;
  }

  .lg\:w-72{
    width: 25rem !important;
  }

  .lg\:w-74{
    width: 27rem !important;
  }

  .lg\:w-75{
    width: 75px !important;
  }

  .lg\:w-78{
    width: 29rem !important;
  }

  .lg\:w-80{
    width: 80px !important;
  }

  .lg\:w-90{
    width: 90px !important;
  }

  .lg\:w-150{
    width: 150px !important;
  }

  .lg\:w-200{
    width: 200px !important;
  }

  .lg\:w-250{
    width: 250px !important;
  }

  .lg\:w-270{
    width: 270px !important;
  }

  .lg\:w-310{
    width: 310px !important;
  }

  .lg\:w-330{
    width: 330px !important;
  }

  .lg\:w-390{
    width: 390px !important;
  }

  .lg\:w-400{
    width: 400px !important;
  }

  .lg\:w-450{
    width: 450px !important;
  }

  .lg\:w-500{
    width: 500px !important;
  }

  .lg\:w-550{
    width: 550px !important;
  }

  .lg\:w-570{
    width: 570px !important;
  }

  .lg\:w-600{
    width: 600px !important;
  }

  .lg\:w-700{
    width: 700px !important;
  }

  .lg\:w-900{
    width: 900px !important;
  }

  .lg\:w-1135{
    width: 1135px !important;
  }

  .lg\:w-1366{
    width: 1366px !important;
  }

  .lg\:w-1440{
    width: 1440px !important;
  }

  .lg\:w-1920{
    width: 1920px !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-px{
    width: 1px !important;
  }

  .lg\:w-2px{
    width: 2px !important;
  }

  .lg\:w-1\/2{
    width: 50% !important;
  }

  .lg\:w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-2\/4{
    width: 50% !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.666667% !important;
  }

  .lg\:w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:w-3\/6{
    width: 50% !important;
  }

  .lg\:w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:w-6\/12{
    width: 50% !important;
  }

  .lg\:w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:w-9\/12{
    width: 75% !important;
  }

  .lg\:w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:w-full{
    width: 100% !important;
  }

  .lg\:w-screen{
    width: 100vw !important;
  }

  .lg\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:w-main-content-margin{
    width: 900px !important;
  }

  .lg\:w-inner-margin{
    width: 84% !important;
  }

  .lg\:w-outer-margin{
    width: 1920px !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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-18{
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .lg\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-22{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .lg\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-44{
    grid-gap: 11rem !important;
    gap: 11rem !important;
  }

  .lg\:gap-48{
    grid-gap: 13rem !important;
    gap: 13rem !important;
  }

  .lg\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .lg\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-66{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .lg\:gap-68{
    grid-gap: 21rem !important;
    gap: 21rem !important;
  }

  .lg\:gap-70{
    grid-gap: 23rem !important;
    gap: 23rem !important;
  }

  .lg\:gap-72{
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .lg\:gap-74{
    grid-gap: 27rem !important;
    gap: 27rem !important;
  }

  .lg\:gap-75{
    grid-gap: 75px !important;
    gap: 75px !important;
  }

  .lg\:gap-78{
    grid-gap: 29rem !important;
    gap: 29rem !important;
  }

  .lg\:gap-80{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .lg\:gap-90{
    grid-gap: 90px !important;
    gap: 90px !important;
  }

  .lg\:gap-150{
    grid-gap: 150px !important;
    gap: 150px !important;
  }

  .lg\:gap-200{
    grid-gap: 200px !important;
    gap: 200px !important;
  }

  .lg\:gap-250{
    grid-gap: 250px !important;
    gap: 250px !important;
  }

  .lg\:gap-270{
    grid-gap: 270px !important;
    gap: 270px !important;
  }

  .lg\:gap-310{
    grid-gap: 310px !important;
    gap: 310px !important;
  }

  .lg\:gap-330{
    grid-gap: 330px !important;
    gap: 330px !important;
  }

  .lg\:gap-390{
    grid-gap: 390px !important;
    gap: 390px !important;
  }

  .lg\:gap-400{
    grid-gap: 400px !important;
    gap: 400px !important;
  }

  .lg\:gap-450{
    grid-gap: 450px !important;
    gap: 450px !important;
  }

  .lg\:gap-500{
    grid-gap: 500px !important;
    gap: 500px !important;
  }

  .lg\:gap-550{
    grid-gap: 550px !important;
    gap: 550px !important;
  }

  .lg\:gap-600{
    grid-gap: 600px !important;
    gap: 600px !important;
  }

  .lg\:gap-700{
    grid-gap: 700px !important;
    gap: 700px !important;
  }

  .lg\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .lg\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .lg\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .lg\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lg\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .lg\:col-gap-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .lg\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:col-gap-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .lg\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lg\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lg\:col-gap-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .lg\:col-gap-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .lg\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lg\:col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .lg\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lg\:col-gap-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .lg\:col-gap-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .lg\:col-gap-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .lg\:col-gap-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .lg\:col-gap-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .lg\:col-gap-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .lg\:col-gap-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .lg\:col-gap-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .lg\:col-gap-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .lg\:col-gap-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .lg\:col-gap-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .lg\:col-gap-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .lg\:col-gap-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .lg\:col-gap-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .lg\:col-gap-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .lg\:col-gap-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .lg\:col-gap-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .lg\:col-gap-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .lg\:col-gap-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .lg\:col-gap-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .lg\:col-gap-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .lg\:col-gap-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .lg\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lg\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .lg\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .lg\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:gap-x-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .lg\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lg\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .lg\:gap-x-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .lg\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:gap-x-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .lg\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .lg\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lg\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lg\:gap-x-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .lg\:gap-x-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .lg\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lg\:gap-x-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .lg\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lg\:gap-x-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .lg\:gap-x-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .lg\:gap-x-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .lg\:gap-x-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .lg\:gap-x-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .lg\:gap-x-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .lg\:gap-x-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .lg\:gap-x-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .lg\:gap-x-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .lg\:gap-x-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .lg\:gap-x-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .lg\:gap-x-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .lg\:gap-x-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .lg\:gap-x-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .lg\:gap-x-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .lg\:gap-x-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .lg\:gap-x-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .lg\:gap-x-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .lg\:gap-x-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .lg\:gap-x-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .lg\:gap-x-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .lg\:gap-x-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .lg\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lg\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .lg\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .lg\:row-gap-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .lg\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .lg\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .lg\:row-gap-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .lg\:row-gap-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .lg\:row-gap-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .lg\:row-gap-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .lg\:row-gap-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .lg\:row-gap-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .lg\:row-gap-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .lg\:row-gap-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .lg\:row-gap-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .lg\:row-gap-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .lg\:row-gap-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .lg\:row-gap-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .lg\:row-gap-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .lg\:row-gap-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .lg\:row-gap-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .lg\:row-gap-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .lg\:row-gap-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .lg\:row-gap-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .lg\:row-gap-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .lg\:row-gap-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .lg\:row-gap-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .lg\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .lg\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:gap-y-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:gap-y-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:gap-y-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .lg\:gap-y-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .lg\:gap-y-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .lg\:gap-y-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .lg\:gap-y-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .lg\:gap-y-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .lg\:gap-y-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .lg\:gap-y-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .lg\:gap-y-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .lg\:gap-y-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .lg\:gap-y-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .lg\:gap-y-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .lg\:gap-y-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .lg\:gap-y-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .lg\:gap-y-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .lg\:gap-y-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .lg\:gap-y-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .lg\:gap-y-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .lg\:gap-y-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .lg\:gap-y-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .lg\:gap-y-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .lg\:gap-y-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .lg\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    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: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    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;
    -webkit-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;
            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;
  }

  .lg\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .lg\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lg\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lg\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lg\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lg\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !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-7{
    --transform-translate-x: 1.75rem !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-18{
    --transform-translate-x: 4.75rem !important;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-22{
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .lg\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-44{
    --transform-translate-x: 11rem !important;
  }

  .lg\:translate-x-48{
    --transform-translate-x: 13rem !important;
  }

  .lg\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-60{
    --transform-translate-x: 15rem !important;
  }

  .lg\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-66{
    --transform-translate-x: 18rem !important;
  }

  .lg\:translate-x-68{
    --transform-translate-x: 21rem !important;
  }

  .lg\:translate-x-70{
    --transform-translate-x: 23rem !important;
  }

  .lg\:translate-x-72{
    --transform-translate-x: 25rem !important;
  }

  .lg\:translate-x-74{
    --transform-translate-x: 27rem !important;
  }

  .lg\:translate-x-75{
    --transform-translate-x: 75px !important;
  }

  .lg\:translate-x-78{
    --transform-translate-x: 29rem !important;
  }

  .lg\:translate-x-80{
    --transform-translate-x: 80px !important;
  }

  .lg\:translate-x-90{
    --transform-translate-x: 90px !important;
  }

  .lg\:translate-x-150{
    --transform-translate-x: 150px !important;
  }

  .lg\:translate-x-200{
    --transform-translate-x: 200px !important;
  }

  .lg\:translate-x-250{
    --transform-translate-x: 250px !important;
  }

  .lg\:translate-x-270{
    --transform-translate-x: 270px !important;
  }

  .lg\:translate-x-310{
    --transform-translate-x: 310px !important;
  }

  .lg\:translate-x-330{
    --transform-translate-x: 330px !important;
  }

  .lg\:translate-x-390{
    --transform-translate-x: 390px !important;
  }

  .lg\:translate-x-400{
    --transform-translate-x: 400px !important;
  }

  .lg\:translate-x-450{
    --transform-translate-x: 450px !important;
  }

  .lg\:translate-x-500{
    --transform-translate-x: 500px !important;
  }

  .lg\:translate-x-550{
    --transform-translate-x: 550px !important;
  }

  .lg\:translate-x-600{
    --transform-translate-x: 600px !important;
  }

  .lg\:translate-x-700{
    --transform-translate-x: 700px !important;
  }

  .lg\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .lg\:translate-x-2px{
    --transform-translate-x: 2px !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-7{
    --transform-translate-x: -1.75rem !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-18{
    --transform-translate-x: -4.75rem !important;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-22{
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .lg\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-44{
    --transform-translate-x: -11rem !important;
  }

  .lg\:-translate-x-48{
    --transform-translate-x: -13rem !important;
  }

  .lg\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-60{
    --transform-translate-x: -15rem !important;
  }

  .lg\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-66{
    --transform-translate-x: -18rem !important;
  }

  .lg\:-translate-x-68{
    --transform-translate-x: -21rem !important;
  }

  .lg\:-translate-x-70{
    --transform-translate-x: -23rem !important;
  }

  .lg\:-translate-x-72{
    --transform-translate-x: -25rem !important;
  }

  .lg\:-translate-x-74{
    --transform-translate-x: -27rem !important;
  }

  .lg\:-translate-x-75{
    --transform-translate-x: -75px !important;
  }

  .lg\:-translate-x-78{
    --transform-translate-x: -29rem !important;
  }

  .lg\:-translate-x-80{
    --transform-translate-x: -80px !important;
  }

  .lg\:-translate-x-90{
    --transform-translate-x: -90px !important;
  }

  .lg\:-translate-x-150{
    --transform-translate-x: -150px !important;
  }

  .lg\:-translate-x-200{
    --transform-translate-x: -200px !important;
  }

  .lg\:-translate-x-250{
    --transform-translate-x: -250px !important;
  }

  .lg\:-translate-x-270{
    --transform-translate-x: -270px !important;
  }

  .lg\:-translate-x-310{
    --transform-translate-x: -310px !important;
  }

  .lg\:-translate-x-330{
    --transform-translate-x: -330px !important;
  }

  .lg\:-translate-x-390{
    --transform-translate-x: -390px !important;
  }

  .lg\:-translate-x-400{
    --transform-translate-x: -400px !important;
  }

  .lg\:-translate-x-450{
    --transform-translate-x: -450px !important;
  }

  .lg\:-translate-x-500{
    --transform-translate-x: -500px !important;
  }

  .lg\:-translate-x-550{
    --transform-translate-x: -550px !important;
  }

  .lg\:-translate-x-600{
    --transform-translate-x: -600px !important;
  }

  .lg\:-translate-x-700{
    --transform-translate-x: -700px !important;
  }

  .lg\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-2px{
    --transform-translate-x: -2px !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-7{
    --transform-translate-y: 1.75rem !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-18{
    --transform-translate-y: 4.75rem !important;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-22{
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .lg\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-44{
    --transform-translate-y: 11rem !important;
  }

  .lg\:translate-y-48{
    --transform-translate-y: 13rem !important;
  }

  .lg\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-60{
    --transform-translate-y: 15rem !important;
  }

  .lg\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-66{
    --transform-translate-y: 18rem !important;
  }

  .lg\:translate-y-68{
    --transform-translate-y: 21rem !important;
  }

  .lg\:translate-y-70{
    --transform-translate-y: 23rem !important;
  }

  .lg\:translate-y-72{
    --transform-translate-y: 25rem !important;
  }

  .lg\:translate-y-74{
    --transform-translate-y: 27rem !important;
  }

  .lg\:translate-y-75{
    --transform-translate-y: 75px !important;
  }

  .lg\:translate-y-78{
    --transform-translate-y: 29rem !important;
  }

  .lg\:translate-y-80{
    --transform-translate-y: 80px !important;
  }

  .lg\:translate-y-90{
    --transform-translate-y: 90px !important;
  }

  .lg\:translate-y-150{
    --transform-translate-y: 150px !important;
  }

  .lg\:translate-y-200{
    --transform-translate-y: 200px !important;
  }

  .lg\:translate-y-250{
    --transform-translate-y: 250px !important;
  }

  .lg\:translate-y-270{
    --transform-translate-y: 270px !important;
  }

  .lg\:translate-y-310{
    --transform-translate-y: 310px !important;
  }

  .lg\:translate-y-330{
    --transform-translate-y: 330px !important;
  }

  .lg\:translate-y-390{
    --transform-translate-y: 390px !important;
  }

  .lg\:translate-y-400{
    --transform-translate-y: 400px !important;
  }

  .lg\:translate-y-450{
    --transform-translate-y: 450px !important;
  }

  .lg\:translate-y-500{
    --transform-translate-y: 500px !important;
  }

  .lg\:translate-y-550{
    --transform-translate-y: 550px !important;
  }

  .lg\:translate-y-600{
    --transform-translate-y: 600px !important;
  }

  .lg\:translate-y-700{
    --transform-translate-y: 700px !important;
  }

  .lg\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .lg\:translate-y-2px{
    --transform-translate-y: 2px !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-7{
    --transform-translate-y: -1.75rem !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-18{
    --transform-translate-y: -4.75rem !important;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-22{
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .lg\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-44{
    --transform-translate-y: -11rem !important;
  }

  .lg\:-translate-y-48{
    --transform-translate-y: -13rem !important;
  }

  .lg\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-60{
    --transform-translate-y: -15rem !important;
  }

  .lg\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-66{
    --transform-translate-y: -18rem !important;
  }

  .lg\:-translate-y-68{
    --transform-translate-y: -21rem !important;
  }

  .lg\:-translate-y-70{
    --transform-translate-y: -23rem !important;
  }

  .lg\:-translate-y-72{
    --transform-translate-y: -25rem !important;
  }

  .lg\:-translate-y-74{
    --transform-translate-y: -27rem !important;
  }

  .lg\:-translate-y-75{
    --transform-translate-y: -75px !important;
  }

  .lg\:-translate-y-78{
    --transform-translate-y: -29rem !important;
  }

  .lg\:-translate-y-80{
    --transform-translate-y: -80px !important;
  }

  .lg\:-translate-y-90{
    --transform-translate-y: -90px !important;
  }

  .lg\:-translate-y-150{
    --transform-translate-y: -150px !important;
  }

  .lg\:-translate-y-200{
    --transform-translate-y: -200px !important;
  }

  .lg\:-translate-y-250{
    --transform-translate-y: -250px !important;
  }

  .lg\:-translate-y-270{
    --transform-translate-y: -270px !important;
  }

  .lg\:-translate-y-310{
    --transform-translate-y: -310px !important;
  }

  .lg\:-translate-y-330{
    --transform-translate-y: -330px !important;
  }

  .lg\:-translate-y-390{
    --transform-translate-y: -390px !important;
  }

  .lg\:-translate-y-400{
    --transform-translate-y: -400px !important;
  }

  .lg\:-translate-y-450{
    --transform-translate-y: -450px !important;
  }

  .lg\:-translate-y-500{
    --transform-translate-y: -500px !important;
  }

  .lg\:-translate-y-550{
    --transform-translate-y: -550px !important;
  }

  .lg\:-translate-y-600{
    --transform-translate-y: -600px !important;
  }

  .lg\:-translate-y-700{
    --transform-translate-y: -700px !important;
  }

  .lg\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-2px{
    --transform-translate-y: -2px !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-7:hover{
    --transform-translate-x: 1.75rem !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-18:hover{
    --transform-translate-x: 4.75rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-22:hover{
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !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-44:hover{
    --transform-translate-x: 11rem !important;
  }

  .lg\:hover\:translate-x-48:hover{
    --transform-translate-x: 13rem !important;
  }

  .lg\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .lg\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-66:hover{
    --transform-translate-x: 18rem !important;
  }

  .lg\:hover\:translate-x-68:hover{
    --transform-translate-x: 21rem !important;
  }

  .lg\:hover\:translate-x-70:hover{
    --transform-translate-x: 23rem !important;
  }

  .lg\:hover\:translate-x-72:hover{
    --transform-translate-x: 25rem !important;
  }

  .lg\:hover\:translate-x-74:hover{
    --transform-translate-x: 27rem !important;
  }

  .lg\:hover\:translate-x-75:hover{
    --transform-translate-x: 75px !important;
  }

  .lg\:hover\:translate-x-78:hover{
    --transform-translate-x: 29rem !important;
  }

  .lg\:hover\:translate-x-80:hover{
    --transform-translate-x: 80px !important;
  }

  .lg\:hover\:translate-x-90:hover{
    --transform-translate-x: 90px !important;
  }

  .lg\:hover\:translate-x-150:hover{
    --transform-translate-x: 150px !important;
  }

  .lg\:hover\:translate-x-200:hover{
    --transform-translate-x: 200px !important;
  }

  .lg\:hover\:translate-x-250:hover{
    --transform-translate-x: 250px !important;
  }

  .lg\:hover\:translate-x-270:hover{
    --transform-translate-x: 270px !important;
  }

  .lg\:hover\:translate-x-310:hover{
    --transform-translate-x: 310px !important;
  }

  .lg\:hover\:translate-x-330:hover{
    --transform-translate-x: 330px !important;
  }

  .lg\:hover\:translate-x-390:hover{
    --transform-translate-x: 390px !important;
  }

  .lg\:hover\:translate-x-400:hover{
    --transform-translate-x: 400px !important;
  }

  .lg\:hover\:translate-x-450:hover{
    --transform-translate-x: 450px !important;
  }

  .lg\:hover\:translate-x-500:hover{
    --transform-translate-x: 500px !important;
  }

  .lg\:hover\:translate-x-550:hover{
    --transform-translate-x: 550px !important;
  }

  .lg\:hover\:translate-x-600:hover{
    --transform-translate-x: 600px !important;
  }

  .lg\:hover\:translate-x-700:hover{
    --transform-translate-x: 700px !important;
  }

  .lg\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !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-7:hover{
    --transform-translate-x: -1.75rem !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-18:hover{
    --transform-translate-x: -4.75rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-22:hover{
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !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-44:hover{
    --transform-translate-x: -11rem !important;
  }

  .lg\:hover\:-translate-x-48:hover{
    --transform-translate-x: -13rem !important;
  }

  .lg\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .lg\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-66:hover{
    --transform-translate-x: -18rem !important;
  }

  .lg\:hover\:-translate-x-68:hover{
    --transform-translate-x: -21rem !important;
  }

  .lg\:hover\:-translate-x-70:hover{
    --transform-translate-x: -23rem !important;
  }

  .lg\:hover\:-translate-x-72:hover{
    --transform-translate-x: -25rem !important;
  }

  .lg\:hover\:-translate-x-74:hover{
    --transform-translate-x: -27rem !important;
  }

  .lg\:hover\:-translate-x-75:hover{
    --transform-translate-x: -75px !important;
  }

  .lg\:hover\:-translate-x-78:hover{
    --transform-translate-x: -29rem !important;
  }

  .lg\:hover\:-translate-x-80:hover{
    --transform-translate-x: -80px !important;
  }

  .lg\:hover\:-translate-x-90:hover{
    --transform-translate-x: -90px !important;
  }

  .lg\:hover\:-translate-x-150:hover{
    --transform-translate-x: -150px !important;
  }

  .lg\:hover\:-translate-x-200:hover{
    --transform-translate-x: -200px !important;
  }

  .lg\:hover\:-translate-x-250:hover{
    --transform-translate-x: -250px !important;
  }

  .lg\:hover\:-translate-x-270:hover{
    --transform-translate-x: -270px !important;
  }

  .lg\:hover\:-translate-x-310:hover{
    --transform-translate-x: -310px !important;
  }

  .lg\:hover\:-translate-x-330:hover{
    --transform-translate-x: -330px !important;
  }

  .lg\:hover\:-translate-x-390:hover{
    --transform-translate-x: -390px !important;
  }

  .lg\:hover\:-translate-x-400:hover{
    --transform-translate-x: -400px !important;
  }

  .lg\:hover\:-translate-x-450:hover{
    --transform-translate-x: -450px !important;
  }

  .lg\:hover\:-translate-x-500:hover{
    --transform-translate-x: -500px !important;
  }

  .lg\:hover\:-translate-x-550:hover{
    --transform-translate-x: -550px !important;
  }

  .lg\:hover\:-translate-x-600:hover{
    --transform-translate-x: -600px !important;
  }

  .lg\:hover\:-translate-x-700:hover{
    --transform-translate-x: -700px !important;
  }

  .lg\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !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-7:hover{
    --transform-translate-y: 1.75rem !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-18:hover{
    --transform-translate-y: 4.75rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-22:hover{
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !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-44:hover{
    --transform-translate-y: 11rem !important;
  }

  .lg\:hover\:translate-y-48:hover{
    --transform-translate-y: 13rem !important;
  }

  .lg\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .lg\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-66:hover{
    --transform-translate-y: 18rem !important;
  }

  .lg\:hover\:translate-y-68:hover{
    --transform-translate-y: 21rem !important;
  }

  .lg\:hover\:translate-y-70:hover{
    --transform-translate-y: 23rem !important;
  }

  .lg\:hover\:translate-y-72:hover{
    --transform-translate-y: 25rem !important;
  }

  .lg\:hover\:translate-y-74:hover{
    --transform-translate-y: 27rem !important;
  }

  .lg\:hover\:translate-y-75:hover{
    --transform-translate-y: 75px !important;
  }

  .lg\:hover\:translate-y-78:hover{
    --transform-translate-y: 29rem !important;
  }

  .lg\:hover\:translate-y-80:hover{
    --transform-translate-y: 80px !important;
  }

  .lg\:hover\:translate-y-90:hover{
    --transform-translate-y: 90px !important;
  }

  .lg\:hover\:translate-y-150:hover{
    --transform-translate-y: 150px !important;
  }

  .lg\:hover\:translate-y-200:hover{
    --transform-translate-y: 200px !important;
  }

  .lg\:hover\:translate-y-250:hover{
    --transform-translate-y: 250px !important;
  }

  .lg\:hover\:translate-y-270:hover{
    --transform-translate-y: 270px !important;
  }

  .lg\:hover\:translate-y-310:hover{
    --transform-translate-y: 310px !important;
  }

  .lg\:hover\:translate-y-330:hover{
    --transform-translate-y: 330px !important;
  }

  .lg\:hover\:translate-y-390:hover{
    --transform-translate-y: 390px !important;
  }

  .lg\:hover\:translate-y-400:hover{
    --transform-translate-y: 400px !important;
  }

  .lg\:hover\:translate-y-450:hover{
    --transform-translate-y: 450px !important;
  }

  .lg\:hover\:translate-y-500:hover{
    --transform-translate-y: 500px !important;
  }

  .lg\:hover\:translate-y-550:hover{
    --transform-translate-y: 550px !important;
  }

  .lg\:hover\:translate-y-600:hover{
    --transform-translate-y: 600px !important;
  }

  .lg\:hover\:translate-y-700:hover{
    --transform-translate-y: 700px !important;
  }

  .lg\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !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-7:hover{
    --transform-translate-y: -1.75rem !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-18:hover{
    --transform-translate-y: -4.75rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-22:hover{
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !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-44:hover{
    --transform-translate-y: -11rem !important;
  }

  .lg\:hover\:-translate-y-48:hover{
    --transform-translate-y: -13rem !important;
  }

  .lg\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .lg\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-66:hover{
    --transform-translate-y: -18rem !important;
  }

  .lg\:hover\:-translate-y-68:hover{
    --transform-translate-y: -21rem !important;
  }

  .lg\:hover\:-translate-y-70:hover{
    --transform-translate-y: -23rem !important;
  }

  .lg\:hover\:-translate-y-72:hover{
    --transform-translate-y: -25rem !important;
  }

  .lg\:hover\:-translate-y-74:hover{
    --transform-translate-y: -27rem !important;
  }

  .lg\:hover\:-translate-y-75:hover{
    --transform-translate-y: -75px !important;
  }

  .lg\:hover\:-translate-y-78:hover{
    --transform-translate-y: -29rem !important;
  }

  .lg\:hover\:-translate-y-80:hover{
    --transform-translate-y: -80px !important;
  }

  .lg\:hover\:-translate-y-90:hover{
    --transform-translate-y: -90px !important;
  }

  .lg\:hover\:-translate-y-150:hover{
    --transform-translate-y: -150px !important;
  }

  .lg\:hover\:-translate-y-200:hover{
    --transform-translate-y: -200px !important;
  }

  .lg\:hover\:-translate-y-250:hover{
    --transform-translate-y: -250px !important;
  }

  .lg\:hover\:-translate-y-270:hover{
    --transform-translate-y: -270px !important;
  }

  .lg\:hover\:-translate-y-310:hover{
    --transform-translate-y: -310px !important;
  }

  .lg\:hover\:-translate-y-330:hover{
    --transform-translate-y: -330px !important;
  }

  .lg\:hover\:-translate-y-390:hover{
    --transform-translate-y: -390px !important;
  }

  .lg\:hover\:-translate-y-400:hover{
    --transform-translate-y: -400px !important;
  }

  .lg\:hover\:-translate-y-450:hover{
    --transform-translate-y: -450px !important;
  }

  .lg\:hover\:-translate-y-500:hover{
    --transform-translate-y: -500px !important;
  }

  .lg\:hover\:-translate-y-550:hover{
    --transform-translate-y: -550px !important;
  }

  .lg\:hover\:-translate-y-600:hover{
    --transform-translate-y: -600px !important;
  }

  .lg\:hover\:-translate-y-700:hover{
    --transform-translate-y: -700px !important;
  }

  .lg\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !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-7:focus{
    --transform-translate-x: 1.75rem !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-18:focus{
    --transform-translate-x: 4.75rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-22:focus{
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !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-44:focus{
    --transform-translate-x: 11rem !important;
  }

  .lg\:focus\:translate-x-48:focus{
    --transform-translate-x: 13rem !important;
  }

  .lg\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .lg\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-66:focus{
    --transform-translate-x: 18rem !important;
  }

  .lg\:focus\:translate-x-68:focus{
    --transform-translate-x: 21rem !important;
  }

  .lg\:focus\:translate-x-70:focus{
    --transform-translate-x: 23rem !important;
  }

  .lg\:focus\:translate-x-72:focus{
    --transform-translate-x: 25rem !important;
  }

  .lg\:focus\:translate-x-74:focus{
    --transform-translate-x: 27rem !important;
  }

  .lg\:focus\:translate-x-75:focus{
    --transform-translate-x: 75px !important;
  }

  .lg\:focus\:translate-x-78:focus{
    --transform-translate-x: 29rem !important;
  }

  .lg\:focus\:translate-x-80:focus{
    --transform-translate-x: 80px !important;
  }

  .lg\:focus\:translate-x-90:focus{
    --transform-translate-x: 90px !important;
  }

  .lg\:focus\:translate-x-150:focus{
    --transform-translate-x: 150px !important;
  }

  .lg\:focus\:translate-x-200:focus{
    --transform-translate-x: 200px !important;
  }

  .lg\:focus\:translate-x-250:focus{
    --transform-translate-x: 250px !important;
  }

  .lg\:focus\:translate-x-270:focus{
    --transform-translate-x: 270px !important;
  }

  .lg\:focus\:translate-x-310:focus{
    --transform-translate-x: 310px !important;
  }

  .lg\:focus\:translate-x-330:focus{
    --transform-translate-x: 330px !important;
  }

  .lg\:focus\:translate-x-390:focus{
    --transform-translate-x: 390px !important;
  }

  .lg\:focus\:translate-x-400:focus{
    --transform-translate-x: 400px !important;
  }

  .lg\:focus\:translate-x-450:focus{
    --transform-translate-x: 450px !important;
  }

  .lg\:focus\:translate-x-500:focus{
    --transform-translate-x: 500px !important;
  }

  .lg\:focus\:translate-x-550:focus{
    --transform-translate-x: 550px !important;
  }

  .lg\:focus\:translate-x-600:focus{
    --transform-translate-x: 600px !important;
  }

  .lg\:focus\:translate-x-700:focus{
    --transform-translate-x: 700px !important;
  }

  .lg\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !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-7:focus{
    --transform-translate-x: -1.75rem !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-18:focus{
    --transform-translate-x: -4.75rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-22:focus{
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !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-44:focus{
    --transform-translate-x: -11rem !important;
  }

  .lg\:focus\:-translate-x-48:focus{
    --transform-translate-x: -13rem !important;
  }

  .lg\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .lg\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-66:focus{
    --transform-translate-x: -18rem !important;
  }

  .lg\:focus\:-translate-x-68:focus{
    --transform-translate-x: -21rem !important;
  }

  .lg\:focus\:-translate-x-70:focus{
    --transform-translate-x: -23rem !important;
  }

  .lg\:focus\:-translate-x-72:focus{
    --transform-translate-x: -25rem !important;
  }

  .lg\:focus\:-translate-x-74:focus{
    --transform-translate-x: -27rem !important;
  }

  .lg\:focus\:-translate-x-75:focus{
    --transform-translate-x: -75px !important;
  }

  .lg\:focus\:-translate-x-78:focus{
    --transform-translate-x: -29rem !important;
  }

  .lg\:focus\:-translate-x-80:focus{
    --transform-translate-x: -80px !important;
  }

  .lg\:focus\:-translate-x-90:focus{
    --transform-translate-x: -90px !important;
  }

  .lg\:focus\:-translate-x-150:focus{
    --transform-translate-x: -150px !important;
  }

  .lg\:focus\:-translate-x-200:focus{
    --transform-translate-x: -200px !important;
  }

  .lg\:focus\:-translate-x-250:focus{
    --transform-translate-x: -250px !important;
  }

  .lg\:focus\:-translate-x-270:focus{
    --transform-translate-x: -270px !important;
  }

  .lg\:focus\:-translate-x-310:focus{
    --transform-translate-x: -310px !important;
  }

  .lg\:focus\:-translate-x-330:focus{
    --transform-translate-x: -330px !important;
  }

  .lg\:focus\:-translate-x-390:focus{
    --transform-translate-x: -390px !important;
  }

  .lg\:focus\:-translate-x-400:focus{
    --transform-translate-x: -400px !important;
  }

  .lg\:focus\:-translate-x-450:focus{
    --transform-translate-x: -450px !important;
  }

  .lg\:focus\:-translate-x-500:focus{
    --transform-translate-x: -500px !important;
  }

  .lg\:focus\:-translate-x-550:focus{
    --transform-translate-x: -550px !important;
  }

  .lg\:focus\:-translate-x-600:focus{
    --transform-translate-x: -600px !important;
  }

  .lg\:focus\:-translate-x-700:focus{
    --transform-translate-x: -700px !important;
  }

  .lg\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !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-7:focus{
    --transform-translate-y: 1.75rem !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-18:focus{
    --transform-translate-y: 4.75rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-22:focus{
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !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-44:focus{
    --transform-translate-y: 11rem !important;
  }

  .lg\:focus\:translate-y-48:focus{
    --transform-translate-y: 13rem !important;
  }

  .lg\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .lg\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-66:focus{
    --transform-translate-y: 18rem !important;
  }

  .lg\:focus\:translate-y-68:focus{
    --transform-translate-y: 21rem !important;
  }

  .lg\:focus\:translate-y-70:focus{
    --transform-translate-y: 23rem !important;
  }

  .lg\:focus\:translate-y-72:focus{
    --transform-translate-y: 25rem !important;
  }

  .lg\:focus\:translate-y-74:focus{
    --transform-translate-y: 27rem !important;
  }

  .lg\:focus\:translate-y-75:focus{
    --transform-translate-y: 75px !important;
  }

  .lg\:focus\:translate-y-78:focus{
    --transform-translate-y: 29rem !important;
  }

  .lg\:focus\:translate-y-80:focus{
    --transform-translate-y: 80px !important;
  }

  .lg\:focus\:translate-y-90:focus{
    --transform-translate-y: 90px !important;
  }

  .lg\:focus\:translate-y-150:focus{
    --transform-translate-y: 150px !important;
  }

  .lg\:focus\:translate-y-200:focus{
    --transform-translate-y: 200px !important;
  }

  .lg\:focus\:translate-y-250:focus{
    --transform-translate-y: 250px !important;
  }

  .lg\:focus\:translate-y-270:focus{
    --transform-translate-y: 270px !important;
  }

  .lg\:focus\:translate-y-310:focus{
    --transform-translate-y: 310px !important;
  }

  .lg\:focus\:translate-y-330:focus{
    --transform-translate-y: 330px !important;
  }

  .lg\:focus\:translate-y-390:focus{
    --transform-translate-y: 390px !important;
  }

  .lg\:focus\:translate-y-400:focus{
    --transform-translate-y: 400px !important;
  }

  .lg\:focus\:translate-y-450:focus{
    --transform-translate-y: 450px !important;
  }

  .lg\:focus\:translate-y-500:focus{
    --transform-translate-y: 500px !important;
  }

  .lg\:focus\:translate-y-550:focus{
    --transform-translate-y: 550px !important;
  }

  .lg\:focus\:translate-y-600:focus{
    --transform-translate-y: 600px !important;
  }

  .lg\:focus\:translate-y-700:focus{
    --transform-translate-y: 700px !important;
  }

  .lg\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !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-7:focus{
    --transform-translate-y: -1.75rem !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-18:focus{
    --transform-translate-y: -4.75rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-22:focus{
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !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-44:focus{
    --transform-translate-y: -11rem !important;
  }

  .lg\:focus\:-translate-y-48:focus{
    --transform-translate-y: -13rem !important;
  }

  .lg\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .lg\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-66:focus{
    --transform-translate-y: -18rem !important;
  }

  .lg\:focus\:-translate-y-68:focus{
    --transform-translate-y: -21rem !important;
  }

  .lg\:focus\:-translate-y-70:focus{
    --transform-translate-y: -23rem !important;
  }

  .lg\:focus\:-translate-y-72:focus{
    --transform-translate-y: -25rem !important;
  }

  .lg\:focus\:-translate-y-74:focus{
    --transform-translate-y: -27rem !important;
  }

  .lg\:focus\:-translate-y-75:focus{
    --transform-translate-y: -75px !important;
  }

  .lg\:focus\:-translate-y-78:focus{
    --transform-translate-y: -29rem !important;
  }

  .lg\:focus\:-translate-y-80:focus{
    --transform-translate-y: -80px !important;
  }

  .lg\:focus\:-translate-y-90:focus{
    --transform-translate-y: -90px !important;
  }

  .lg\:focus\:-translate-y-150:focus{
    --transform-translate-y: -150px !important;
  }

  .lg\:focus\:-translate-y-200:focus{
    --transform-translate-y: -200px !important;
  }

  .lg\:focus\:-translate-y-250:focus{
    --transform-translate-y: -250px !important;
  }

  .lg\:focus\:-translate-y-270:focus{
    --transform-translate-y: -270px !important;
  }

  .lg\:focus\:-translate-y-310:focus{
    --transform-translate-y: -310px !important;
  }

  .lg\:focus\:-translate-y-330:focus{
    --transform-translate-y: -330px !important;
  }

  .lg\:focus\:-translate-y-390:focus{
    --transform-translate-y: -390px !important;
  }

  .lg\:focus\:-translate-y-400:focus{
    --transform-translate-y: -400px !important;
  }

  .lg\:focus\:-translate-y-450:focus{
    --transform-translate-y: -450px !important;
  }

  .lg\:focus\:-translate-y-500:focus{
    --transform-translate-y: -500px !important;
  }

  .lg\:focus\:-translate-y-550:focus{
    --transform-translate-y: -550px !important;
  }

  .lg\:focus\:-translate-y-600:focus{
    --transform-translate-y: -600px !important;
  }

  .lg\:focus\:-translate-y-700:focus{
    --transform-translate-y: -700px !important;
  }

  .lg\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !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;
  }

  .lg\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .lg\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .lg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .lg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .lg\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .lg\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .lg\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .lg\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .lg\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .lg\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .lg\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .lg\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xl\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 450px){
    .xl\:container{
      max-width: 450px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .xl\:container{
      max-width: 1440px;
    }
  }

  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(250px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(250px * var(--space-x-reverse)) !important;
    margin-left: calc(250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(270px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(270px * var(--space-x-reverse)) !important;
    margin-left: calc(270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(310px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(310px * var(--space-x-reverse)) !important;
    margin-left: calc(310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(330px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(330px * var(--space-x-reverse)) !important;
    margin-left: calc(330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(390px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(390px * var(--space-x-reverse)) !important;
    margin-left: calc(390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(400px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(400px * var(--space-x-reverse)) !important;
    margin-left: calc(400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(450px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(450px * var(--space-x-reverse)) !important;
    margin-left: calc(450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(500px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(500px * var(--space-x-reverse)) !important;
    margin-left: calc(500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(550px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(550px * var(--space-x-reverse)) !important;
    margin-left: calc(550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(600px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(600px * var(--space-x-reverse)) !important;
    margin-left: calc(600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(700px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(700px * var(--space-x-reverse)) !important;
    margin-left: calc(700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-250px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-250px * var(--space-x-reverse)) !important;
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-270px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-270px * var(--space-x-reverse)) !important;
    margin-left: calc(-270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-310px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-310px * var(--space-x-reverse)) !important;
    margin-left: calc(-310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-330px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-330px * var(--space-x-reverse)) !important;
    margin-left: calc(-330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-390px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-390px * var(--space-x-reverse)) !important;
    margin-left: calc(-390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-400px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-400px * var(--space-x-reverse)) !important;
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-450px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-450px * var(--space-x-reverse)) !important;
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-500px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-500px * var(--space-x-reverse)) !important;
    margin-left: calc(-500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-550px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-550px * var(--space-x-reverse)) !important;
    margin-left: calc(-550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-600px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-600px * var(--space-x-reverse)) !important;
    margin-left: calc(-600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-700px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-700px * var(--space-x-reverse)) !important;
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    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;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * 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;
    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;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    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;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-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;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xl\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xl\:divide-brand-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
  }

  .xl\:divide-brand-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
  }

  .xl\:divide-brand-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
  }

  .xl\:divide-brand-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
  }

  .xl\:divide-brand-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
  }

  .xl\:divide-brand-06 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
  }

  .xl\:divide-banner > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
  }

  .xl\:divide-p-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
  }

  .xl\:divide-inverse-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-medium > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
  }

  .xl\:divide-error > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
  }

  .xl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .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-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.80 !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;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:bg-local{
    background-attachment: local !important;
  }

  .xl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-transparent{
    background-color: transparent !important;
  }

  .xl\:bg-current{
    background-color: currentColor !important;
  }

  .xl\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xl\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xl\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xl\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xl\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xl\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xl\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xl\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xl\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .xl\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-brand-01:hover{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-brand-02:hover{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-brand-03:hover{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-brand-04:hover{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-brand-05:hover{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-brand-06:hover{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-banner:hover{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-p-01:hover{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-inverse-01:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-medium:hover{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-02:hover{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-03:hover{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-04:hover{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-05:hover{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-error:hover{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .xl\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-brand-01:focus{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-brand-02:focus{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-brand-03:focus{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-brand-04:focus{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-brand-05:focus{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-brand-06:focus{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-banner:focus{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-p-01:focus{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-inverse-01:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-medium:focus{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-02:focus{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-03:focus{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-04:focus{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-05:focus{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-error:focus{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .xl\:group-focus\:bg-current{
    background-color: currentColor !important;
  }

  .group:focus .xl\:group-focus\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-white{
    --gradient-from-color: #fff !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-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:from-brand-01{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xl\:from-brand-02{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xl\:from-brand-03{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xl\:from-brand-04{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xl\:from-brand-05{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xl\:from-brand-06{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xl\:from-banner{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xl\:from-p-01{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xl\:from-inverse-01{
    --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-light{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:from-gray-medium{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:from-gray-02{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xl\:from-gray-03{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xl\:from-gray-04{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xl\:from-gray-05{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xl\:from-error{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-white{
    --gradient-via-color: #fff !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-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:via-brand-01{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xl\:via-brand-02{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xl\:via-brand-03{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xl\:via-brand-04{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xl\:via-brand-05{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xl\:via-brand-06{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xl\:via-banner{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xl\:via-p-01{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xl\:via-inverse-01{
    --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-light{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:via-gray-medium{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:via-gray-02{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xl\:via-gray-03{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xl\:via-gray-04{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xl\:via-gray-05{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xl\:via-error{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xl\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xl\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xl\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xl\:to-white{
    --gradient-to-color: #fff !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-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .xl\:to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .xl\:to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .xl\:to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .xl\:to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .xl\:to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .xl\:to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .xl\:to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .xl\:to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .xl\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xl\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xl\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xl\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xl\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:to-blue-900{
    --gradient-to-color: #2a4365 !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-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xl\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xl\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xl\:to-brand-01{
    --gradient-to-color: #0d112c !important;
  }

  .xl\:to-brand-02{
    --gradient-to-color: #1F354A !important;
  }

  .xl\:to-brand-03{
    --gradient-to-color: #44CEC9 !important;
  }

  .xl\:to-brand-04{
    --gradient-to-color: #499E8A !important;
  }

  .xl\:to-brand-05{
    --gradient-to-color: #A41F63 !important;
  }

  .xl\:to-brand-06{
    --gradient-to-color: #7D49BB !important;
  }

  .xl\:to-banner{
    --gradient-to-color: #FAD05C !important;
  }

  .xl\:to-p-01{
    --gradient-to-color: #303030 !important;
  }

  .xl\:to-inverse-01{
    --gradient-to-color: #ffffff !important;
  }

  .xl\:to-gray-light{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xl\:to-gray-medium{
    --gradient-to-color: #EEEEEE !important;
  }

  .xl\:to-gray-02{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xl\:to-gray-03{
    --gradient-to-color: #32333e !important;
  }

  .xl\:to-gray-04{
    --gradient-to-color: #272C2C !important;
  }

  .xl\:to-gray-05{
    --gradient-to-color: #575966 !important;
  }

  .xl\:to-error{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --gradient-from-color: #fff !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-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:from-brand-01:hover{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xl\:hover\:from-brand-02:hover{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xl\:hover\:from-brand-03:hover{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xl\:hover\:from-brand-04:hover{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xl\:hover\:from-brand-05:hover{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xl\:hover\:from-brand-06:hover{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xl\:hover\:from-banner:hover{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xl\:hover\:from-p-01:hover{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xl\:hover\:from-inverse-01: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-light:hover{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:hover\:from-gray-medium:hover{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:from-gray-02:hover{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xl\:hover\:from-gray-03:hover{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xl\:hover\:from-gray-04:hover{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xl\:hover\:from-gray-05:hover{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xl\:hover\:from-error:hover{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:hover{
    --gradient-via-color: #fff !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-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:via-brand-01:hover{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xl\:hover\:via-brand-02:hover{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xl\:hover\:via-brand-03:hover{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xl\:hover\:via-brand-04:hover{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xl\:hover\:via-brand-05:hover{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xl\:hover\:via-brand-06:hover{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xl\:hover\:via-banner:hover{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xl\:hover\:via-p-01:hover{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xl\:hover\:via-inverse-01: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-light:hover{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:hover\:via-gray-medium:hover{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:hover\:via-gray-02:hover{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xl\:hover\:via-gray-03:hover{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xl\:hover\:via-gray-04:hover{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xl\:hover\:via-gray-05:hover{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xl\:hover\:via-error:hover{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .xl\:hover\:to-white:hover{
    --gradient-to-color: #fff !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-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .xl\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .xl\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .xl\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .xl\:hover\:to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .xl\:hover\:to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .xl\:hover\:to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .xl\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .xl\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .xl\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xl\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xl\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xl\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xl\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !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-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xl\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xl\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xl\:hover\:to-brand-01:hover{
    --gradient-to-color: #0d112c !important;
  }

  .xl\:hover\:to-brand-02:hover{
    --gradient-to-color: #1F354A !important;
  }

  .xl\:hover\:to-brand-03:hover{
    --gradient-to-color: #44CEC9 !important;
  }

  .xl\:hover\:to-brand-04:hover{
    --gradient-to-color: #499E8A !important;
  }

  .xl\:hover\:to-brand-05:hover{
    --gradient-to-color: #A41F63 !important;
  }

  .xl\:hover\:to-brand-06:hover{
    --gradient-to-color: #7D49BB !important;
  }

  .xl\:hover\:to-banner:hover{
    --gradient-to-color: #FAD05C !important;
  }

  .xl\:hover\:to-p-01:hover{
    --gradient-to-color: #303030 !important;
  }

  .xl\:hover\:to-inverse-01:hover{
    --gradient-to-color: #ffffff !important;
  }

  .xl\:hover\:to-gray-light:hover{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xl\:hover\:to-gray-medium:hover{
    --gradient-to-color: #EEEEEE !important;
  }

  .xl\:hover\:to-gray-02:hover{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xl\:hover\:to-gray-03:hover{
    --gradient-to-color: #32333e !important;
  }

  .xl\:hover\:to-gray-04:hover{
    --gradient-to-color: #272C2C !important;
  }

  .xl\:hover\:to-gray-05:hover{
    --gradient-to-color: #575966 !important;
  }

  .xl\:hover\:to-error:hover{
    --gradient-to-color: #f35b5b !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: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --gradient-from-color: #fff !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-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:from-brand-01:focus{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xl\:focus\:from-brand-02:focus{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xl\:focus\:from-brand-03:focus{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xl\:focus\:from-brand-04:focus{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xl\:focus\:from-brand-05:focus{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xl\:focus\:from-brand-06:focus{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xl\:focus\:from-banner:focus{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xl\:focus\:from-p-01:focus{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xl\:focus\:from-inverse-01: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-light:focus{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:focus\:from-gray-medium:focus{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:from-gray-02:focus{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xl\:focus\:from-gray-03:focus{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xl\:focus\:from-gray-04:focus{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xl\:focus\:from-gray-05:focus{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xl\:focus\:from-error:focus{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !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-white:focus{
    --gradient-via-color: #fff !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-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 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-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:via-brand-01:focus{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xl\:focus\:via-brand-02:focus{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xl\:focus\:via-brand-03:focus{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xl\:focus\:via-brand-04:focus{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xl\:focus\:via-brand-05:focus{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xl\:focus\:via-brand-06:focus{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xl\:focus\:via-banner:focus{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xl\:focus\:via-p-01:focus{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xl\:focus\:via-inverse-01: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-light:focus{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:focus\:via-gray-medium:focus{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xl\:focus\:via-gray-02:focus{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xl\:focus\:via-gray-03:focus{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xl\:focus\:via-gray-04:focus{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xl\:focus\:via-gray-05:focus{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xl\:focus\:via-error:focus{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 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: #000 !important;
  }

  .xl\:focus\:to-white:focus{
    --gradient-to-color: #fff !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-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .xl\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .xl\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .xl\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .xl\:focus\:to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .xl\:focus\:to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .xl\:focus\:to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .xl\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .xl\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .xl\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xl\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xl\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xl\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xl\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !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-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xl\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xl\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xl\:focus\:to-brand-01:focus{
    --gradient-to-color: #0d112c !important;
  }

  .xl\:focus\:to-brand-02:focus{
    --gradient-to-color: #1F354A !important;
  }

  .xl\:focus\:to-brand-03:focus{
    --gradient-to-color: #44CEC9 !important;
  }

  .xl\:focus\:to-brand-04:focus{
    --gradient-to-color: #499E8A !important;
  }

  .xl\:focus\:to-brand-05:focus{
    --gradient-to-color: #A41F63 !important;
  }

  .xl\:focus\:to-brand-06:focus{
    --gradient-to-color: #7D49BB !important;
  }

  .xl\:focus\:to-banner:focus{
    --gradient-to-color: #FAD05C !important;
  }

  .xl\:focus\:to-p-01:focus{
    --gradient-to-color: #303030 !important;
  }

  .xl\:focus\:to-inverse-01:focus{
    --gradient-to-color: #ffffff !important;
  }

  .xl\:focus\:to-gray-light:focus{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xl\:focus\:to-gray-medium:focus{
    --gradient-to-color: #EEEEEE !important;
  }

  .xl\:focus\:to-gray-02:focus{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xl\:focus\:to-gray-03:focus{
    --gradient-to-color: #32333e !important;
  }

  .xl\:focus\:to-gray-04:focus{
    --gradient-to-color: #272C2C !important;
  }

  .xl\:focus\:to-gray-05:focus{
    --gradient-to-color: #575966 !important;
  }

  .xl\:focus\:to-error:focus{
    --gradient-to-color: #f35b5b !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-80{
    --bg-opacity: 0.80 !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-80:hover{
    --bg-opacity: 0.80 !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-80:focus{
    --bg-opacity: 0.80 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xl\:bg-bottom{
    background-position: bottom !important;
  }

  .xl\:bg-center{
    background-position: center !important;
  }

  .xl\:bg-left{
    background-position: left !important;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xl\:bg-left-top{
    background-position: left top !important;
  }

  .xl\:bg-right{
    background-position: right !important;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xl\:bg-right-top{
    background-position: right top !important;
  }

  .xl\:bg-top{
    background-position: top !important;
  }

  .xl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:bg-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !important;
  }

  .xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:border-separate{
    border-collapse: separate !important;
  }

  .xl\:border-transparent{
    border-color: transparent !important;
  }

  .xl\:border-current{
    border-color: currentColor !important;
  }

  .xl\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl\:border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl\:border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl\:border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl\:border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl\:border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:border-brand-01{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xl\:border-brand-02{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xl\:border-brand-03{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xl\:border-brand-04{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xl\:border-brand-05{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xl\:border-brand-06{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xl\:border-banner{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xl\:border-p-01{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:border-inverse-01{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xl\:border-gray-medium{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xl\:border-gray-02{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xl\:border-gray-03{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xl\:border-gray-04{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:border-gray-05{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xl\:border-error{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .xl\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-brand-01:hover{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-brand-02:hover{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-brand-03:hover{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-brand-04:hover{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-brand-05:hover{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-brand-06:hover{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-banner:hover{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-p-01:hover{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-inverse-01:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-medium:hover{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-02:hover{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-03:hover{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-04:hover{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-05:hover{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-error:hover{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .xl\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-brand-01:focus{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-brand-02:focus{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-brand-03:focus{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-brand-04:focus{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-brand-05:focus{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-brand-06:focus{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-banner:focus{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-p-01:focus{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-inverse-01:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-medium:focus{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-02:focus{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-03:focus{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-04:focus{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-05:focus{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-error:focus{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, 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-80{
    --border-opacity: 0.80 !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-80:hover{
    --border-opacity: 0.80 !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-80:focus{
    --border-opacity: 0.80 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !important;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:rounded-1\/2{
    border-radius: 50% !important;
  }

  .xl\:rounded-menu{
    border-radius: 12px !important;
  }

  .xl\:rounded-button{
    border-radius: 50px !important;
  }

  .xl\:rounded-card{
    border-radius: 22px !important;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-t-1\/2{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-r-1\/2{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-b-1\/2{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-l-1\/2{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-t-menu{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .xl\:rounded-r-menu{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .xl\:rounded-b-menu{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:rounded-l-menu{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xl\:rounded-t-button{
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xl\:rounded-r-button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xl\:rounded-b-button{
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-l-button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-t-card{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .xl\:rounded-r-card{
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .xl\:rounded-b-card{
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .xl\:rounded-l-card{
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-1\/2{
    border-top-left-radius: 50% !important;
  }

  .xl\:rounded-tr-1\/2{
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-br-1\/2{
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-bl-1\/2{
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-tl-menu{
    border-top-left-radius: 12px !important;
  }

  .xl\:rounded-tr-menu{
    border-top-right-radius: 12px !important;
  }

  .xl\:rounded-br-menu{
    border-bottom-right-radius: 12px !important;
  }

  .xl\:rounded-bl-menu{
    border-bottom-left-radius: 12px !important;
  }

  .xl\:rounded-tl-button{
    border-top-left-radius: 50px !important;
  }

  .xl\:rounded-tr-button{
    border-top-right-radius: 50px !important;
  }

  .xl\:rounded-br-button{
    border-bottom-right-radius: 50px !important;
  }

  .xl\:rounded-bl-button{
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-tl-card{
    border-top-left-radius: 22px !important;
  }

  .xl\:rounded-tr-card{
    border-top-right-radius: 22px !important;
  }

  .xl\:rounded-br-card{
    border-bottom-right-radius: 22px !important;
  }

  .xl\:rounded-bl-card{
    border-bottom-left-radius: 22px !important;
  }

  .xl\:border-solid{
    border-style: solid !important;
  }

  .xl\:border-dashed{
    border-style: dashed !important;
  }

  .xl\:border-dotted{
    border-style: dotted !important;
  }

  .xl\:border-double{
    border-style: double !important;
  }

  .xl\:border-none{
    border-style: none !important;
  }

  .xl\:border-0{
    border-width: 0 !important;
  }

  .xl\:border-1{
    border-width: 1px !important;
  }

  .xl\:border-2{
    border-width: 2px !important;
  }

  .xl\:border-4{
    border-width: 4px !important;
  }

  .xl\:border-8{
    border-width: 8px !important;
  }

  .xl\:border{
    border-width: 1px !important;
  }

  .xl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:border-t-1{
    border-top-width: 1px !important;
  }

  .xl\:border-r-1{
    border-right-width: 1px !important;
  }

  .xl\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-1{
    border-left-width: 1px !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !important;
  }

  .xl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xl\:cursor-auto{
    cursor: auto !important;
  }

  .xl\:cursor-default{
    cursor: default !important;
  }

  .xl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:cursor-wait{
    cursor: wait !important;
  }

  .xl\:cursor-text{
    cursor: text !important;
  }

  .xl\:cursor-move{
    cursor: move !important;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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;
  }

  .group:hover .xl\:group-hover\:block{
    display: block !important;
  }

  .group:hover .xl\:group-hover\:inline-block{
    display: inline-block !important;
  }

  .group:hover .xl\:group-hover\:inline{
    display: inline !important;
  }

  .group:hover .xl\:group-hover\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:hover .xl\:group-hover\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:hover .xl\:group-hover\:table{
    display: table !important;
  }

  .group:hover .xl\:group-hover\:table-caption{
    display: table-caption !important;
  }

  .group:hover .xl\:group-hover\:table-cell{
    display: table-cell !important;
  }

  .group:hover .xl\:group-hover\:table-column{
    display: table-column !important;
  }

  .group:hover .xl\:group-hover\:table-column-group{
    display: table-column-group !important;
  }

  .group:hover .xl\:group-hover\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:hover .xl\:group-hover\:table-header-group{
    display: table-header-group !important;
  }

  .group:hover .xl\:group-hover\:table-row-group{
    display: table-row-group !important;
  }

  .group:hover .xl\:group-hover\:table-row{
    display: table-row !important;
  }

  .group:hover .xl\:group-hover\:flow-root{
    display: flow-root !important;
  }

  .group:hover .xl\:group-hover\:grid{
    display: grid !important;
  }

  .group:hover .xl\:group-hover\:inline-grid{
    display: inline-grid !important;
  }

  .group:hover .xl\:group-hover\:contents{
    display: contents !important;
  }

  .group:hover .xl\:group-hover\:hidden{
    display: none !important;
  }

  .group:focus .xl\:group-focus\:block{
    display: block !important;
  }

  .group:focus .xl\:group-focus\:inline-block{
    display: inline-block !important;
  }

  .group:focus .xl\:group-focus\:inline{
    display: inline !important;
  }

  .group:focus .xl\:group-focus\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:focus .xl\:group-focus\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:focus .xl\:group-focus\:table{
    display: table !important;
  }

  .group:focus .xl\:group-focus\:table-caption{
    display: table-caption !important;
  }

  .group:focus .xl\:group-focus\:table-cell{
    display: table-cell !important;
  }

  .group:focus .xl\:group-focus\:table-column{
    display: table-column !important;
  }

  .group:focus .xl\:group-focus\:table-column-group{
    display: table-column-group !important;
  }

  .group:focus .xl\:group-focus\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:focus .xl\:group-focus\:table-header-group{
    display: table-header-group !important;
  }

  .group:focus .xl\:group-focus\:table-row-group{
    display: table-row-group !important;
  }

  .group:focus .xl\:group-focus\:table-row{
    display: table-row !important;
  }

  .group:focus .xl\:group-focus\:flow-root{
    display: flow-root !important;
  }

  .group:focus .xl\:group-focus\:grid{
    display: grid !important;
  }

  .group:focus .xl\:group-focus\:inline-grid{
    display: inline-grid !important;
  }

  .group:focus .xl\:group-focus\:contents{
    display: contents !important;
  }

  .group:focus .xl\:group-focus\:hidden{
    display: none !important;
  }

  .xl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        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{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:hover .xl\:group-hover\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:hover .xl\:group-hover\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:hover .xl\:group-hover\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:hover .xl\:group-hover\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:hover .xl\:group-hover\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:focus .xl\:group-focus\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:focus .xl\:group-focus\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:focus .xl\:group-focus\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:focus .xl\:group-focus\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:focus .xl\:group-focus\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        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{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            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{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xl\:float-right{
    float: right !important;
  }

  .xl\:float-left{
    float: left !important;
  }

  .xl\:float-none{
    float: none !important;
  }

  .xl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:clear-left{
    clear: left !important;
  }

  .xl\:clear-right{
    clear: right !important;
  }

  .xl\:clear-both{
    clear: both !important;
  }

  .xl\:clear-none{
    clear: none !important;
  }

  .xl\:font-body{
    font-family: Roboto !important;
  }

  .xl\:font-heading{
    font-family: Lato !important;
  }

  .xl\:font-hairline{
    font-weight: 100 !important;
  }

  .xl\:font-thin{
    font-weight: 200 !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-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200 !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\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:h-0{
    height: 0 !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-7{
    height: 1.75rem !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-18{
    height: 4.75rem !important;
  }

  .xl\:h-20{
    height: 5rem !important;
  }

  .xl\:h-22{
    height: 6rem !important;
  }

  .xl\:h-24{
    height: 6rem !important;
  }

  .xl\:h-28{
    height: 7rem !important;
  }

  .xl\:h-32{
    height: 8rem !important;
  }

  .xl\:h-40{
    height: 10rem !important;
  }

  .xl\:h-44{
    height: 11rem !important;
  }

  .xl\:h-48{
    height: 13rem !important;
  }

  .xl\:h-56{
    height: 14rem !important;
  }

  .xl\:h-60{
    height: 15rem !important;
  }

  .xl\:h-64{
    height: 16rem !important;
  }

  .xl\:h-66{
    height: 18rem !important;
  }

  .xl\:h-68{
    height: 21rem !important;
  }

  .xl\:h-70{
    height: 23rem !important;
  }

  .xl\:h-72{
    height: 25rem !important;
  }

  .xl\:h-74{
    height: 27rem !important;
  }

  .xl\:h-75{
    height: 75px !important;
  }

  .xl\:h-78{
    height: 29rem !important;
  }

  .xl\:h-80{
    height: 80px !important;
  }

  .xl\:h-90{
    height: 90px !important;
  }

  .xl\:h-150{
    height: 150px !important;
  }

  .xl\:h-200{
    height: 200px !important;
  }

  .xl\:h-250{
    height: 250px !important;
  }

  .xl\:h-270{
    height: 270px !important;
  }

  .xl\:h-310{
    height: 310px !important;
  }

  .xl\:h-330{
    height: 330px !important;
  }

  .xl\:h-390{
    height: 390px !important;
  }

  .xl\:h-400{
    height: 400px !important;
  }

  .xl\:h-450{
    height: 450px !important;
  }

  .xl\:h-500{
    height: 500px !important;
  }

  .xl\:h-550{
    height: 550px !important;
  }

  .xl\:h-600{
    height: 600px !important;
  }

  .xl\:h-700{
    height: 700px !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-px{
    height: 1px !important;
  }

  .xl\:h-2px{
    height: 2px !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vw !important;
  }

  .xl\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xl\:h-1\/2{
    height: 50% !important;
  }

  .xl\:h-1\/3{
    height: 33.333333% !important;
  }

  .xl\:h-2\/3{
    height: 66.666667% !important;
  }

  .xl\:h-1\/4{
    height: 25% !important;
  }

  .xl\:h-2\/4{
    height: 50% !important;
  }

  .xl\:h-3\/4{
    height: 75% !important;
  }

  .xl\:h-1\/5{
    height: 20% !important;
  }

  .xl\:h-2\/5{
    height: 40% !important;
  }

  .xl\:h-3\/5{
    height: 60% !important;
  }

  .xl\:h-4\/5{
    height: 80% !important;
  }

  .xl\:h-1\/6{
    height: 16.666667% !important;
  }

  .xl\:h-2\/6{
    height: 33.333333% !important;
  }

  .xl\:h-3\/6{
    height: 50% !important;
  }

  .xl\:h-4\/6{
    height: 66.666667% !important;
  }

  .xl\:h-5\/6{
    height: 83.333333% !important;
  }

  .xl\:h-1\/12{
    height: 8.333333% !important;
  }

  .xl\:h-2\/12{
    height: 16.666667% !important;
  }

  .xl\:h-3\/12{
    height: 25% !important;
  }

  .xl\:h-4\/12{
    height: 33.333333% !important;
  }

  .xl\:h-5\/12{
    height: 41.666667% !important;
  }

  .xl\:h-6\/12{
    height: 50% !important;
  }

  .xl\:h-7\/12{
    height: 58.333333% !important;
  }

  .xl\:h-8\/12{
    height: 66.666667% !important;
  }

  .xl\:h-9\/12{
    height: 75% !important;
  }

  .xl\:h-10\/12{
    height: 83.333333% !important;
  }

  .xl\:h-11\/12{
    height: 91.666667% !important;
  }

  .xl\:h-logo_header{
    height: 50px !important;
  }

  .xl\:h-logo_header_bsc{
    height: 60px !important;
  }

  .xl\:h-logo_footer{
    height: 70px !important;
  }

  .xl\:h-page_title{
    height: 140px !important;
  }

  .xl\:h-page_title2{
    height: 260px !important;
  }

  .xl\:text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:text-sm{
    font-size: 0.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.375rem !important;
  }

  .xl\:text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl{
    font-size: 2rem !important;
  }

  .xl\:text-5xl{
    font-size: 2.8rem !important;
  }

  .xl\:text-12rem{
    font-size: 12rem !important;
  }

  .xl\:leading-3{
    line-height: .75rem !important;
  }

  .xl\:leading-4{
    line-height: 1rem !important;
  }

  .xl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xl\:leading-8{
    line-height: 2rem !important;
  }

  .xl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xl\:leading-none{
    line-height: 1 !important;
  }

  .xl\:leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:leading-loose{
    line-height: 2 !important;
  }

  .xl\:list-inside{
    list-style-position: inside !important;
  }

  .xl\:list-outside{
    list-style-position: outside !important;
  }

  .xl\:list-none{
    list-style-type: none !important;
  }

  .xl\:list-disc{
    list-style-type: disc !important;
  }

  .xl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:m-0{
    margin: 0 !important;
  }

  .xl\:m-1{
    margin: 0.25rem !important;
  }

  .xl\:m-2{
    margin: 0.5rem !important;
  }

  .xl\:m-3{
    margin: 0.75rem !important;
  }

  .xl\:m-4{
    margin: 1rem !important;
  }

  .xl\:m-5{
    margin: 1.25rem !important;
  }

  .xl\:m-6{
    margin: 1.5rem !important;
  }

  .xl\:m-7{
    margin: 1.75rem !important;
  }

  .xl\:m-8{
    margin: 2rem !important;
  }

  .xl\:m-10{
    margin: 2.5rem !important;
  }

  .xl\:m-12{
    margin: 3rem !important;
  }

  .xl\:m-16{
    margin: 4rem !important;
  }

  .xl\:m-18{
    margin: 4.75rem !important;
  }

  .xl\:m-20{
    margin: 5rem !important;
  }

  .xl\:m-22{
    margin: 6rem !important;
  }

  .xl\:m-24{
    margin: 6rem !important;
  }

  .xl\:m-28{
    margin: 7rem !important;
  }

  .xl\:m-32{
    margin: 8rem !important;
  }

  .xl\:m-40{
    margin: 10rem !important;
  }

  .xl\:m-44{
    margin: 11rem !important;
  }

  .xl\:m-48{
    margin: 13rem !important;
  }

  .xl\:m-56{
    margin: 14rem !important;
  }

  .xl\:m-60{
    margin: 15rem !important;
  }

  .xl\:m-64{
    margin: 16rem !important;
  }

  .xl\:m-66{
    margin: 18rem !important;
  }

  .xl\:m-68{
    margin: 21rem !important;
  }

  .xl\:m-70{
    margin: 23rem !important;
  }

  .xl\:m-72{
    margin: 25rem !important;
  }

  .xl\:m-74{
    margin: 27rem !important;
  }

  .xl\:m-75{
    margin: 75px !important;
  }

  .xl\:m-78{
    margin: 29rem !important;
  }

  .xl\:m-80{
    margin: 80px !important;
  }

  .xl\:m-90{
    margin: 90px !important;
  }

  .xl\:m-150{
    margin: 150px !important;
  }

  .xl\:m-200{
    margin: 200px !important;
  }

  .xl\:m-250{
    margin: 250px !important;
  }

  .xl\:m-270{
    margin: 270px !important;
  }

  .xl\:m-310{
    margin: 310px !important;
  }

  .xl\:m-330{
    margin: 330px !important;
  }

  .xl\:m-390{
    margin: 390px !important;
  }

  .xl\:m-400{
    margin: 400px !important;
  }

  .xl\:m-450{
    margin: 450px !important;
  }

  .xl\:m-500{
    margin: 500px !important;
  }

  .xl\:m-550{
    margin: 550px !important;
  }

  .xl\:m-600{
    margin: 600px !important;
  }

  .xl\:m-700{
    margin: 700px !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:m-px{
    margin: 1px !important;
  }

  .xl\:m-2px{
    margin: 2px !important;
  }

  .xl\:-m-1{
    margin: -0.25rem !important;
  }

  .xl\:-m-2{
    margin: -0.5rem !important;
  }

  .xl\:-m-3{
    margin: -0.75rem !important;
  }

  .xl\:-m-4{
    margin: -1rem !important;
  }

  .xl\:-m-5{
    margin: -1.25rem !important;
  }

  .xl\:-m-6{
    margin: -1.5rem !important;
  }

  .xl\:-m-7{
    margin: -1.75rem !important;
  }

  .xl\:-m-8{
    margin: -2rem !important;
  }

  .xl\:-m-10{
    margin: -2.5rem !important;
  }

  .xl\:-m-12{
    margin: -3rem !important;
  }

  .xl\:-m-16{
    margin: -4rem !important;
  }

  .xl\:-m-18{
    margin: -4.75rem !important;
  }

  .xl\:-m-20{
    margin: -5rem !important;
  }

  .xl\:-m-22{
    margin: -6rem !important;
  }

  .xl\:-m-24{
    margin: -6rem !important;
  }

  .xl\:-m-28{
    margin: -7rem !important;
  }

  .xl\:-m-32{
    margin: -8rem !important;
  }

  .xl\:-m-40{
    margin: -10rem !important;
  }

  .xl\:-m-44{
    margin: -11rem !important;
  }

  .xl\:-m-48{
    margin: -13rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-60{
    margin: -15rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-66{
    margin: -18rem !important;
  }

  .xl\:-m-68{
    margin: -21rem !important;
  }

  .xl\:-m-70{
    margin: -23rem !important;
  }

  .xl\:-m-72{
    margin: -25rem !important;
  }

  .xl\:-m-74{
    margin: -27rem !important;
  }

  .xl\:-m-75{
    margin: -75px !important;
  }

  .xl\:-m-78{
    margin: -29rem !important;
  }

  .xl\:-m-80{
    margin: -80px !important;
  }

  .xl\:-m-90{
    margin: -90px !important;
  }

  .xl\:-m-150{
    margin: -150px !important;
  }

  .xl\:-m-200{
    margin: -200px !important;
  }

  .xl\:-m-250{
    margin: -250px !important;
  }

  .xl\:-m-270{
    margin: -270px !important;
  }

  .xl\:-m-310{
    margin: -310px !important;
  }

  .xl\:-m-330{
    margin: -330px !important;
  }

  .xl\:-m-390{
    margin: -390px !important;
  }

  .xl\:-m-400{
    margin: -400px !important;
  }

  .xl\:-m-450{
    margin: -450px !important;
  }

  .xl\:-m-500{
    margin: -500px !important;
  }

  .xl\:-m-550{
    margin: -550px !important;
  }

  .xl\:-m-600{
    margin: -600px !important;
  }

  .xl\:-m-700{
    margin: -700px !important;
  }

  .xl\:-m-px{
    margin: -1px !important;
  }

  .xl\:-m-2px{
    margin: -2px !important;
  }

  .xl\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-18{
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .xl\:mx-18{
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }

  .xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-22{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-22{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:my-48{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:mx-48{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-66{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:mx-66{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:my-68{
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }

  .xl\:mx-68{
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }

  .xl\:my-70{
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }

  .xl\:mx-70{
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }

  .xl\:my-72{
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .xl\:mx-72{
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .xl\:my-74{
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .xl\:mx-74{
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }

  .xl\:my-75{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .xl\:mx-75{
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .xl\:my-78{
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }

  .xl\:mx-78{
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }

  .xl\:my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:mx-80{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:my-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .xl\:mx-90{
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .xl\:my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .xl\:mx-150{
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .xl\:my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xl\:mx-200{
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xl\:my-250{
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .xl\:mx-250{
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .xl\:my-270{
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }

  .xl\:mx-270{
    margin-left: 270px !important;
    margin-right: 270px !important;
  }

  .xl\:my-310{
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }

  .xl\:mx-310{
    margin-left: 310px !important;
    margin-right: 310px !important;
  }

  .xl\:my-330{
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .xl\:mx-330{
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .xl\:my-390{
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }

  .xl\:mx-390{
    margin-left: 390px !important;
    margin-right: 390px !important;
  }

  .xl\:my-400{
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }

  .xl\:mx-400{
    margin-left: 400px !important;
    margin-right: 400px !important;
  }

  .xl\:my-450{
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }

  .xl\:mx-450{
    margin-left: 450px !important;
    margin-right: 450px !important;
  }

  .xl\:my-500{
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }

  .xl\:mx-500{
    margin-left: 500px !important;
    margin-right: 500px !important;
  }

  .xl\:my-550{
    margin-top: 550px !important;
    margin-bottom: 550px !important;
  }

  .xl\:mx-550{
    margin-left: 550px !important;
    margin-right: 550px !important;
  }

  .xl\:my-600{
    margin-top: 600px !important;
    margin-bottom: 600px !important;
  }

  .xl\:mx-600{
    margin-left: 600px !important;
    margin-right: 600px !important;
  }

  .xl\:my-700{
    margin-top: 700px !important;
    margin-bottom: 700px !important;
  }

  .xl\:mx-700{
    margin-left: 700px !important;
    margin-right: 700px !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xl\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-my-18{
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .xl\:-mx-18{
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }

  .xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-22{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-22{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:-my-48{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:-mx-48{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-my-66{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xl\:-mx-66{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xl\:-my-68{
    margin-top: -21rem !important;
    margin-bottom: -21rem !important;
  }

  .xl\:-mx-68{
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }

  .xl\:-my-70{
    margin-top: -23rem !important;
    margin-bottom: -23rem !important;
  }

  .xl\:-mx-70{
    margin-left: -23rem !important;
    margin-right: -23rem !important;
  }

  .xl\:-my-72{
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .xl\:-mx-72{
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .xl\:-my-74{
    margin-top: -27rem !important;
    margin-bottom: -27rem !important;
  }

  .xl\:-mx-74{
    margin-left: -27rem !important;
    margin-right: -27rem !important;
  }

  .xl\:-my-75{
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .xl\:-mx-75{
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .xl\:-my-78{
    margin-top: -29rem !important;
    margin-bottom: -29rem !important;
  }

  .xl\:-mx-78{
    margin-left: -29rem !important;
    margin-right: -29rem !important;
  }

  .xl\:-my-80{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xl\:-mx-80{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xl\:-my-90{
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .xl\:-mx-90{
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .xl\:-my-150{
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .xl\:-mx-150{
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .xl\:-my-200{
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xl\:-mx-200{
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xl\:-my-250{
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .xl\:-mx-250{
    margin-left: -250px !important;
    margin-right: -250px !important;
  }

  .xl\:-my-270{
    margin-top: -270px !important;
    margin-bottom: -270px !important;
  }

  .xl\:-mx-270{
    margin-left: -270px !important;
    margin-right: -270px !important;
  }

  .xl\:-my-310{
    margin-top: -310px !important;
    margin-bottom: -310px !important;
  }

  .xl\:-mx-310{
    margin-left: -310px !important;
    margin-right: -310px !important;
  }

  .xl\:-my-330{
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .xl\:-mx-330{
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .xl\:-my-390{
    margin-top: -390px !important;
    margin-bottom: -390px !important;
  }

  .xl\:-mx-390{
    margin-left: -390px !important;
    margin-right: -390px !important;
  }

  .xl\:-my-400{
    margin-top: -400px !important;
    margin-bottom: -400px !important;
  }

  .xl\:-mx-400{
    margin-left: -400px !important;
    margin-right: -400px !important;
  }

  .xl\:-my-450{
    margin-top: -450px !important;
    margin-bottom: -450px !important;
  }

  .xl\:-mx-450{
    margin-left: -450px !important;
    margin-right: -450px !important;
  }

  .xl\:-my-500{
    margin-top: -500px !important;
    margin-bottom: -500px !important;
  }

  .xl\:-mx-500{
    margin-left: -500px !important;
    margin-right: -500px !important;
  }

  .xl\:-my-550{
    margin-top: -550px !important;
    margin-bottom: -550px !important;
  }

  .xl\:-mx-550{
    margin-left: -550px !important;
    margin-right: -550px !important;
  }

  .xl\:-my-600{
    margin-top: -600px !important;
    margin-bottom: -600px !important;
  }

  .xl\:-mx-600{
    margin-left: -600px !important;
    margin-right: -600px !important;
  }

  .xl\:-my-700{
    margin-top: -700px !important;
    margin-bottom: -700px !important;
  }

  .xl\:-mx-700{
    margin-left: -700px !important;
    margin-right: -700px !important;
  }

  .xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xl\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xl\:mt-0{
    margin-top: 0 !important;
  }

  .xl\:mr-0{
    margin-right: 0 !important;
  }

  .xl\:mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:ml-0{
    margin-left: 0 !important;
  }

  .xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:mt-4{
    margin-top: 1rem !important;
  }

  .xl\:mr-4{
    margin-right: 1rem !important;
  }

  .xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4{
    margin-left: 1rem !important;
  }

  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .xl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .xl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .xl\:mt-8{
    margin-top: 2rem !important;
  }

  .xl\:mr-8{
    margin-right: 2rem !important;
  }

  .xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8{
    margin-left: 2rem !important;
  }

  .xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12{
    margin-top: 3rem !important;
  }

  .xl\:mr-12{
    margin-right: 3rem !important;
  }

  .xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12{
    margin-left: 3rem !important;
  }

  .xl\:mt-16{
    margin-top: 4rem !important;
  }

  .xl\:mr-16{
    margin-right: 4rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16{
    margin-left: 4rem !important;
  }

  .xl\:mt-18{
    margin-top: 4.75rem !important;
  }

  .xl\:mr-18{
    margin-right: 4.75rem !important;
  }

  .xl\:mb-18{
    margin-bottom: 4.75rem !important;
  }

  .xl\:ml-18{
    margin-left: 4.75rem !important;
  }

  .xl\:mt-20{
    margin-top: 5rem !important;
  }

  .xl\:mr-20{
    margin-right: 5rem !important;
  }

  .xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:ml-20{
    margin-left: 5rem !important;
  }

  .xl\:mt-22{
    margin-top: 6rem !important;
  }

  .xl\:mr-22{
    margin-right: 6rem !important;
  }

  .xl\:mb-22{
    margin-bottom: 6rem !important;
  }

  .xl\:ml-22{
    margin-left: 6rem !important;
  }

  .xl\:mt-24{
    margin-top: 6rem !important;
  }

  .xl\:mr-24{
    margin-right: 6rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24{
    margin-left: 6rem !important;
  }

  .xl\:mt-28{
    margin-top: 7rem !important;
  }

  .xl\:mr-28{
    margin-right: 7rem !important;
  }

  .xl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xl\:ml-28{
    margin-left: 7rem !important;
  }

  .xl\:mt-32{
    margin-top: 8rem !important;
  }

  .xl\:mr-32{
    margin-right: 8rem !important;
  }

  .xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32{
    margin-left: 8rem !important;
  }

  .xl\:mt-40{
    margin-top: 10rem !important;
  }

  .xl\:mr-40{
    margin-right: 10rem !important;
  }

  .xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:ml-40{
    margin-left: 10rem !important;
  }

  .xl\:mt-44{
    margin-top: 11rem !important;
  }

  .xl\:mr-44{
    margin-right: 11rem !important;
  }

  .xl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .xl\:ml-44{
    margin-left: 11rem !important;
  }

  .xl\:mt-48{
    margin-top: 13rem !important;
  }

  .xl\:mr-48{
    margin-right: 13rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 13rem !important;
  }

  .xl\:ml-48{
    margin-left: 13rem !important;
  }

  .xl\:mt-56{
    margin-top: 14rem !important;
  }

  .xl\:mr-56{
    margin-right: 14rem !important;
  }

  .xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:ml-56{
    margin-left: 14rem !important;
  }

  .xl\:mt-60{
    margin-top: 15rem !important;
  }

  .xl\:mr-60{
    margin-right: 15rem !important;
  }

  .xl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .xl\:ml-60{
    margin-left: 15rem !important;
  }

  .xl\:mt-64{
    margin-top: 16rem !important;
  }

  .xl\:mr-64{
    margin-right: 16rem !important;
  }

  .xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:ml-64{
    margin-left: 16rem !important;
  }

  .xl\:mt-66{
    margin-top: 18rem !important;
  }

  .xl\:mr-66{
    margin-right: 18rem !important;
  }

  .xl\:mb-66{
    margin-bottom: 18rem !important;
  }

  .xl\:ml-66{
    margin-left: 18rem !important;
  }

  .xl\:mt-68{
    margin-top: 21rem !important;
  }

  .xl\:mr-68{
    margin-right: 21rem !important;
  }

  .xl\:mb-68{
    margin-bottom: 21rem !important;
  }

  .xl\:ml-68{
    margin-left: 21rem !important;
  }

  .xl\:mt-70{
    margin-top: 23rem !important;
  }

  .xl\:mr-70{
    margin-right: 23rem !important;
  }

  .xl\:mb-70{
    margin-bottom: 23rem !important;
  }

  .xl\:ml-70{
    margin-left: 23rem !important;
  }

  .xl\:mt-72{
    margin-top: 25rem !important;
  }

  .xl\:mr-72{
    margin-right: 25rem !important;
  }

  .xl\:mb-72{
    margin-bottom: 25rem !important;
  }

  .xl\:ml-72{
    margin-left: 25rem !important;
  }

  .xl\:mt-74{
    margin-top: 27rem !important;
  }

  .xl\:mr-74{
    margin-right: 27rem !important;
  }

  .xl\:mb-74{
    margin-bottom: 27rem !important;
  }

  .xl\:ml-74{
    margin-left: 27rem !important;
  }

  .xl\:mt-75{
    margin-top: 75px !important;
  }

  .xl\:mr-75{
    margin-right: 75px !important;
  }

  .xl\:mb-75{
    margin-bottom: 75px !important;
  }

  .xl\:ml-75{
    margin-left: 75px !important;
  }

  .xl\:mt-78{
    margin-top: 29rem !important;
  }

  .xl\:mr-78{
    margin-right: 29rem !important;
  }

  .xl\:mb-78{
    margin-bottom: 29rem !important;
  }

  .xl\:ml-78{
    margin-left: 29rem !important;
  }

  .xl\:mt-80{
    margin-top: 80px !important;
  }

  .xl\:mr-80{
    margin-right: 80px !important;
  }

  .xl\:mb-80{
    margin-bottom: 80px !important;
  }

  .xl\:ml-80{
    margin-left: 80px !important;
  }

  .xl\:mt-90{
    margin-top: 90px !important;
  }

  .xl\:mr-90{
    margin-right: 90px !important;
  }

  .xl\:mb-90{
    margin-bottom: 90px !important;
  }

  .xl\:ml-90{
    margin-left: 90px !important;
  }

  .xl\:mt-150{
    margin-top: 150px !important;
  }

  .xl\:mr-150{
    margin-right: 150px !important;
  }

  .xl\:mb-150{
    margin-bottom: 150px !important;
  }

  .xl\:ml-150{
    margin-left: 150px !important;
  }

  .xl\:mt-200{
    margin-top: 200px !important;
  }

  .xl\:mr-200{
    margin-right: 200px !important;
  }

  .xl\:mb-200{
    margin-bottom: 200px !important;
  }

  .xl\:ml-200{
    margin-left: 200px !important;
  }

  .xl\:mt-250{
    margin-top: 250px !important;
  }

  .xl\:mr-250{
    margin-right: 250px !important;
  }

  .xl\:mb-250{
    margin-bottom: 250px !important;
  }

  .xl\:ml-250{
    margin-left: 250px !important;
  }

  .xl\:mt-270{
    margin-top: 270px !important;
  }

  .xl\:mr-270{
    margin-right: 270px !important;
  }

  .xl\:mb-270{
    margin-bottom: 270px !important;
  }

  .xl\:ml-270{
    margin-left: 270px !important;
  }

  .xl\:mt-310{
    margin-top: 310px !important;
  }

  .xl\:mr-310{
    margin-right: 310px !important;
  }

  .xl\:mb-310{
    margin-bottom: 310px !important;
  }

  .xl\:ml-310{
    margin-left: 310px !important;
  }

  .xl\:mt-330{
    margin-top: 330px !important;
  }

  .xl\:mr-330{
    margin-right: 330px !important;
  }

  .xl\:mb-330{
    margin-bottom: 330px !important;
  }

  .xl\:ml-330{
    margin-left: 330px !important;
  }

  .xl\:mt-390{
    margin-top: 390px !important;
  }

  .xl\:mr-390{
    margin-right: 390px !important;
  }

  .xl\:mb-390{
    margin-bottom: 390px !important;
  }

  .xl\:ml-390{
    margin-left: 390px !important;
  }

  .xl\:mt-400{
    margin-top: 400px !important;
  }

  .xl\:mr-400{
    margin-right: 400px !important;
  }

  .xl\:mb-400{
    margin-bottom: 400px !important;
  }

  .xl\:ml-400{
    margin-left: 400px !important;
  }

  .xl\:mt-450{
    margin-top: 450px !important;
  }

  .xl\:mr-450{
    margin-right: 450px !important;
  }

  .xl\:mb-450{
    margin-bottom: 450px !important;
  }

  .xl\:ml-450{
    margin-left: 450px !important;
  }

  .xl\:mt-500{
    margin-top: 500px !important;
  }

  .xl\:mr-500{
    margin-right: 500px !important;
  }

  .xl\:mb-500{
    margin-bottom: 500px !important;
  }

  .xl\:ml-500{
    margin-left: 500px !important;
  }

  .xl\:mt-550{
    margin-top: 550px !important;
  }

  .xl\:mr-550{
    margin-right: 550px !important;
  }

  .xl\:mb-550{
    margin-bottom: 550px !important;
  }

  .xl\:ml-550{
    margin-left: 550px !important;
  }

  .xl\:mt-600{
    margin-top: 600px !important;
  }

  .xl\:mr-600{
    margin-right: 600px !important;
  }

  .xl\:mb-600{
    margin-bottom: 600px !important;
  }

  .xl\:ml-600{
    margin-left: 600px !important;
  }

  .xl\:mt-700{
    margin-top: 700px !important;
  }

  .xl\:mr-700{
    margin-right: 700px !important;
  }

  .xl\:mb-700{
    margin-bottom: 700px !important;
  }

  .xl\:ml-700{
    margin-left: 700px !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:mt-px{
    margin-top: 1px !important;
  }

  .xl\:mr-px{
    margin-right: 1px !important;
  }

  .xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:ml-px{
    margin-left: 1px !important;
  }

  .xl\:mt-2px{
    margin-top: 2px !important;
  }

  .xl\:mr-2px{
    margin-right: 2px !important;
  }

  .xl\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xl\:ml-2px{
    margin-left: 2px !important;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xl\:-mt-18{
    margin-top: -4.75rem !important;
  }

  .xl\:-mr-18{
    margin-right: -4.75rem !important;
  }

  .xl\:-mb-18{
    margin-bottom: -4.75rem !important;
  }

  .xl\:-ml-18{
    margin-left: -4.75rem !important;
  }

  .xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xl\:-mt-22{
    margin-top: -6rem !important;
  }

  .xl\:-mr-22{
    margin-right: -6rem !important;
  }

  .xl\:-mb-22{
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-22{
    margin-left: -6rem !important;
  }

  .xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xl\:-mt-28{
    margin-top: -7rem !important;
  }

  .xl\:-mr-28{
    margin-right: -7rem !important;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xl\:-ml-28{
    margin-left: -7rem !important;
  }

  .xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xl\:-mt-44{
    margin-top: -11rem !important;
  }

  .xl\:-mr-44{
    margin-right: -11rem !important;
  }

  .xl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .xl\:-ml-44{
    margin-left: -11rem !important;
  }

  .xl\:-mt-48{
    margin-top: -13rem !important;
  }

  .xl\:-mr-48{
    margin-right: -13rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -13rem !important;
  }

  .xl\:-ml-48{
    margin-left: -13rem !important;
  }

  .xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xl\:-mt-60{
    margin-top: -15rem !important;
  }

  .xl\:-mr-60{
    margin-right: -15rem !important;
  }

  .xl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .xl\:-ml-60{
    margin-left: -15rem !important;
  }

  .xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xl\:-mt-66{
    margin-top: -18rem !important;
  }

  .xl\:-mr-66{
    margin-right: -18rem !important;
  }

  .xl\:-mb-66{
    margin-bottom: -18rem !important;
  }

  .xl\:-ml-66{
    margin-left: -18rem !important;
  }

  .xl\:-mt-68{
    margin-top: -21rem !important;
  }

  .xl\:-mr-68{
    margin-right: -21rem !important;
  }

  .xl\:-mb-68{
    margin-bottom: -21rem !important;
  }

  .xl\:-ml-68{
    margin-left: -21rem !important;
  }

  .xl\:-mt-70{
    margin-top: -23rem !important;
  }

  .xl\:-mr-70{
    margin-right: -23rem !important;
  }

  .xl\:-mb-70{
    margin-bottom: -23rem !important;
  }

  .xl\:-ml-70{
    margin-left: -23rem !important;
  }

  .xl\:-mt-72{
    margin-top: -25rem !important;
  }

  .xl\:-mr-72{
    margin-right: -25rem !important;
  }

  .xl\:-mb-72{
    margin-bottom: -25rem !important;
  }

  .xl\:-ml-72{
    margin-left: -25rem !important;
  }

  .xl\:-mt-74{
    margin-top: -27rem !important;
  }

  .xl\:-mr-74{
    margin-right: -27rem !important;
  }

  .xl\:-mb-74{
    margin-bottom: -27rem !important;
  }

  .xl\:-ml-74{
    margin-left: -27rem !important;
  }

  .xl\:-mt-75{
    margin-top: -75px !important;
  }

  .xl\:-mr-75{
    margin-right: -75px !important;
  }

  .xl\:-mb-75{
    margin-bottom: -75px !important;
  }

  .xl\:-ml-75{
    margin-left: -75px !important;
  }

  .xl\:-mt-78{
    margin-top: -29rem !important;
  }

  .xl\:-mr-78{
    margin-right: -29rem !important;
  }

  .xl\:-mb-78{
    margin-bottom: -29rem !important;
  }

  .xl\:-ml-78{
    margin-left: -29rem !important;
  }

  .xl\:-mt-80{
    margin-top: -80px !important;
  }

  .xl\:-mr-80{
    margin-right: -80px !important;
  }

  .xl\:-mb-80{
    margin-bottom: -80px !important;
  }

  .xl\:-ml-80{
    margin-left: -80px !important;
  }

  .xl\:-mt-90{
    margin-top: -90px !important;
  }

  .xl\:-mr-90{
    margin-right: -90px !important;
  }

  .xl\:-mb-90{
    margin-bottom: -90px !important;
  }

  .xl\:-ml-90{
    margin-left: -90px !important;
  }

  .xl\:-mt-150{
    margin-top: -150px !important;
  }

  .xl\:-mr-150{
    margin-right: -150px !important;
  }

  .xl\:-mb-150{
    margin-bottom: -150px !important;
  }

  .xl\:-ml-150{
    margin-left: -150px !important;
  }

  .xl\:-mt-200{
    margin-top: -200px !important;
  }

  .xl\:-mr-200{
    margin-right: -200px !important;
  }

  .xl\:-mb-200{
    margin-bottom: -200px !important;
  }

  .xl\:-ml-200{
    margin-left: -200px !important;
  }

  .xl\:-mt-250{
    margin-top: -250px !important;
  }

  .xl\:-mr-250{
    margin-right: -250px !important;
  }

  .xl\:-mb-250{
    margin-bottom: -250px !important;
  }

  .xl\:-ml-250{
    margin-left: -250px !important;
  }

  .xl\:-mt-270{
    margin-top: -270px !important;
  }

  .xl\:-mr-270{
    margin-right: -270px !important;
  }

  .xl\:-mb-270{
    margin-bottom: -270px !important;
  }

  .xl\:-ml-270{
    margin-left: -270px !important;
  }

  .xl\:-mt-310{
    margin-top: -310px !important;
  }

  .xl\:-mr-310{
    margin-right: -310px !important;
  }

  .xl\:-mb-310{
    margin-bottom: -310px !important;
  }

  .xl\:-ml-310{
    margin-left: -310px !important;
  }

  .xl\:-mt-330{
    margin-top: -330px !important;
  }

  .xl\:-mr-330{
    margin-right: -330px !important;
  }

  .xl\:-mb-330{
    margin-bottom: -330px !important;
  }

  .xl\:-ml-330{
    margin-left: -330px !important;
  }

  .xl\:-mt-390{
    margin-top: -390px !important;
  }

  .xl\:-mr-390{
    margin-right: -390px !important;
  }

  .xl\:-mb-390{
    margin-bottom: -390px !important;
  }

  .xl\:-ml-390{
    margin-left: -390px !important;
  }

  .xl\:-mt-400{
    margin-top: -400px !important;
  }

  .xl\:-mr-400{
    margin-right: -400px !important;
  }

  .xl\:-mb-400{
    margin-bottom: -400px !important;
  }

  .xl\:-ml-400{
    margin-left: -400px !important;
  }

  .xl\:-mt-450{
    margin-top: -450px !important;
  }

  .xl\:-mr-450{
    margin-right: -450px !important;
  }

  .xl\:-mb-450{
    margin-bottom: -450px !important;
  }

  .xl\:-ml-450{
    margin-left: -450px !important;
  }

  .xl\:-mt-500{
    margin-top: -500px !important;
  }

  .xl\:-mr-500{
    margin-right: -500px !important;
  }

  .xl\:-mb-500{
    margin-bottom: -500px !important;
  }

  .xl\:-ml-500{
    margin-left: -500px !important;
  }

  .xl\:-mt-550{
    margin-top: -550px !important;
  }

  .xl\:-mr-550{
    margin-right: -550px !important;
  }

  .xl\:-mb-550{
    margin-bottom: -550px !important;
  }

  .xl\:-ml-550{
    margin-left: -550px !important;
  }

  .xl\:-mt-600{
    margin-top: -600px !important;
  }

  .xl\:-mr-600{
    margin-right: -600px !important;
  }

  .xl\:-mb-600{
    margin-bottom: -600px !important;
  }

  .xl\:-ml-600{
    margin-left: -600px !important;
  }

  .xl\:-mt-700{
    margin-top: -700px !important;
  }

  .xl\:-mr-700{
    margin-right: -700px !important;
  }

  .xl\:-mb-700{
    margin-bottom: -700px !important;
  }

  .xl\:-ml-700{
    margin-left: -700px !important;
  }

  .xl\:-mt-px{
    margin-top: -1px !important;
  }

  .xl\:-mr-px{
    margin-right: -1px !important;
  }

  .xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px{
    margin-left: -1px !important;
  }

  .xl\:-mt-2px{
    margin-top: -2px !important;
  }

  .xl\:-mr-2px{
    margin-right: -2px !important;
  }

  .xl\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xl\:-ml-2px{
    margin-left: -2px !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:max-h-logo{
    max-height: 115px !important;
  }

  .xl\:max-w-200{
    max-width: 200px !important;
  }

  .xl\:max-w-570{
    max-width: 570px !important;
  }

  .xl\:max-w-700{
    max-width: 700px !important;
  }

  .xl\:max-w-900{
    max-width: 900px !important;
  }

  .xl\:max-w-1135{
    max-width: 1135px !important;
  }

  .xl\:max-w-1366{
    max-width: 1366px !important;
  }

  .xl\:max-w-1440{
    max-width: 1440px !important;
  }

  .xl\:max-w-1920{
    max-width: 1920px !important;
  }

  .xl\:max-w-none{
    max-width: none !important;
  }

  .xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:max-w-md{
    max-width: 28rem !important;
  }

  .xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 450px !important;
  }

  .xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xl\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xl\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .xl\:max-w-main-content-margin{
    max-width: 900px !important;
  }

  .xl\:max-w-inner-margin{
    max-width: 1440px !important;
  }

  .xl\:max-w-outer-margin{
    max-width: 1920px !important;
  }

  .xl\:min-h-0{
    min-height: 0 !important;
  }

  .xl\:min-h-12{
    min-height: 3rem !important;
  }

  .xl\:min-h-28{
    min-height: 7rem !important;
  }

  .xl\:min-h-100{
    min-height: 100px !important;
  }

  .xl\:min-h-150{
    min-height: 150px !important;
  }

  .xl\:min-h-300{
    min-height: 300px !important;
  }

  .xl\:min-h-310{
    min-height: 310px !important;
  }

  .xl\:min-h-330{
    min-height: 330px !important;
  }

  .xl\:min-h-390{
    min-height: 390px !important;
  }

  .xl\:min-h-420{
    min-height: 420px !important;
  }

  .xl\:min-h-600{
    min-height: 600px !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:min-h-page_title{
    min-height: 140px !important;
  }

  .xl\:min-h-page_title2{
    min-height: 260px !important;
  }

  .xl\:min-w-0{
    min-width: 0 !important;
  }

  .xl\:min-w-200{
    min-width: 200px !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-80{
    opacity: 0.80 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.80 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.80 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !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{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        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;
  }

  .xl\:p-0{
    padding: 0 !important;
  }

  .xl\:p-1{
    padding: 0.25rem !important;
  }

  .xl\:p-2{
    padding: 0.5rem !important;
  }

  .xl\:p-3{
    padding: 0.75rem !important;
  }

  .xl\:p-4{
    padding: 1rem !important;
  }

  .xl\:p-5{
    padding: 1.25rem !important;
  }

  .xl\:p-6{
    padding: 1.5rem !important;
  }

  .xl\:p-7{
    padding: 1.75rem !important;
  }

  .xl\:p-8{
    padding: 2rem !important;
  }

  .xl\:p-10{
    padding: 2.5rem !important;
  }

  .xl\:p-12{
    padding: 3rem !important;
  }

  .xl\:p-16{
    padding: 4rem !important;
  }

  .xl\:p-18{
    padding: 4.75rem !important;
  }

  .xl\:p-20{
    padding: 5rem !important;
  }

  .xl\:p-22{
    padding: 6rem !important;
  }

  .xl\:p-24{
    padding: 6rem !important;
  }

  .xl\:p-28{
    padding: 7rem !important;
  }

  .xl\:p-32{
    padding: 8rem !important;
  }

  .xl\:p-40{
    padding: 10rem !important;
  }

  .xl\:p-44{
    padding: 11rem !important;
  }

  .xl\:p-48{
    padding: 13rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-60{
    padding: 15rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-66{
    padding: 18rem !important;
  }

  .xl\:p-68{
    padding: 21rem !important;
  }

  .xl\:p-70{
    padding: 23rem !important;
  }

  .xl\:p-72{
    padding: 25rem !important;
  }

  .xl\:p-74{
    padding: 27rem !important;
  }

  .xl\:p-75{
    padding: 75px !important;
  }

  .xl\:p-78{
    padding: 29rem !important;
  }

  .xl\:p-80{
    padding: 80px !important;
  }

  .xl\:p-90{
    padding: 90px !important;
  }

  .xl\:p-150{
    padding: 150px !important;
  }

  .xl\:p-200{
    padding: 200px !important;
  }

  .xl\:p-250{
    padding: 250px !important;
  }

  .xl\:p-270{
    padding: 270px !important;
  }

  .xl\:p-310{
    padding: 310px !important;
  }

  .xl\:p-330{
    padding: 330px !important;
  }

  .xl\:p-390{
    padding: 390px !important;
  }

  .xl\:p-400{
    padding: 400px !important;
  }

  .xl\:p-450{
    padding: 450px !important;
  }

  .xl\:p-500{
    padding: 500px !important;
  }

  .xl\:p-550{
    padding: 550px !important;
  }

  .xl\:p-600{
    padding: 600px !important;
  }

  .xl\:p-700{
    padding: 700px !important;
  }

  .xl\:p-px{
    padding: 1px !important;
  }

  .xl\:p-2px{
    padding: 2px !important;
  }

  .xl\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .xl\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .xl\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .xl\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .xl\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .xl\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .xl\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .xl\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .xl\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .xl\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .xl\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .xl\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .xl\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .xl\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .xl\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .xl\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .xl\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .xl\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xl\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xl\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .xl\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .xl\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .xl\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .xl\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .xl\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .xl\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .xl\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .xl\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .xl\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .xl\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .xl\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .xl\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .xl\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .xl\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .xl\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .xl\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .xl\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .xl\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .xl\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .xl\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .xl\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xl\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xl\:pt-0{
    padding-top: 0 !important;
  }

  .xl\:pr-0{
    padding-right: 0 !important;
  }

  .xl\:pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:pl-0{
    padding-left: 0 !important;
  }

  .xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:pt-4{
    padding-top: 1rem !important;
  }

  .xl\:pr-4{
    padding-right: 1rem !important;
  }

  .xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4{
    padding-left: 1rem !important;
  }

  .xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .xl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .xl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .xl\:pt-8{
    padding-top: 2rem !important;
  }

  .xl\:pr-8{
    padding-right: 2rem !important;
  }

  .xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8{
    padding-left: 2rem !important;
  }

  .xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12{
    padding-top: 3rem !important;
  }

  .xl\:pr-12{
    padding-right: 3rem !important;
  }

  .xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12{
    padding-left: 3rem !important;
  }

  .xl\:pt-16{
    padding-top: 4rem !important;
  }

  .xl\:pr-16{
    padding-right: 4rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16{
    padding-left: 4rem !important;
  }

  .xl\:pt-18{
    padding-top: 4.75rem !important;
  }

  .xl\:pr-18{
    padding-right: 4.75rem !important;
  }

  .xl\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .xl\:pl-18{
    padding-left: 4.75rem !important;
  }

  .xl\:pt-20{
    padding-top: 5rem !important;
  }

  .xl\:pr-20{
    padding-right: 5rem !important;
  }

  .xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:pl-20{
    padding-left: 5rem !important;
  }

  .xl\:pt-22{
    padding-top: 6rem !important;
  }

  .xl\:pr-22{
    padding-right: 6rem !important;
  }

  .xl\:pb-22{
    padding-bottom: 6rem !important;
  }

  .xl\:pl-22{
    padding-left: 6rem !important;
  }

  .xl\:pt-24{
    padding-top: 6rem !important;
  }

  .xl\:pr-24{
    padding-right: 6rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24{
    padding-left: 6rem !important;
  }

  .xl\:pt-28{
    padding-top: 7rem !important;
  }

  .xl\:pr-28{
    padding-right: 7rem !important;
  }

  .xl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xl\:pl-28{
    padding-left: 7rem !important;
  }

  .xl\:pt-32{
    padding-top: 8rem !important;
  }

  .xl\:pr-32{
    padding-right: 8rem !important;
  }

  .xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32{
    padding-left: 8rem !important;
  }

  .xl\:pt-40{
    padding-top: 10rem !important;
  }

  .xl\:pr-40{
    padding-right: 10rem !important;
  }

  .xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:pl-40{
    padding-left: 10rem !important;
  }

  .xl\:pt-44{
    padding-top: 11rem !important;
  }

  .xl\:pr-44{
    padding-right: 11rem !important;
  }

  .xl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .xl\:pl-44{
    padding-left: 11rem !important;
  }

  .xl\:pt-48{
    padding-top: 13rem !important;
  }

  .xl\:pr-48{
    padding-right: 13rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 13rem !important;
  }

  .xl\:pl-48{
    padding-left: 13rem !important;
  }

  .xl\:pt-56{
    padding-top: 14rem !important;
  }

  .xl\:pr-56{
    padding-right: 14rem !important;
  }

  .xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:pl-56{
    padding-left: 14rem !important;
  }

  .xl\:pt-60{
    padding-top: 15rem !important;
  }

  .xl\:pr-60{
    padding-right: 15rem !important;
  }

  .xl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .xl\:pl-60{
    padding-left: 15rem !important;
  }

  .xl\:pt-64{
    padding-top: 16rem !important;
  }

  .xl\:pr-64{
    padding-right: 16rem !important;
  }

  .xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:pl-64{
    padding-left: 16rem !important;
  }

  .xl\:pt-66{
    padding-top: 18rem !important;
  }

  .xl\:pr-66{
    padding-right: 18rem !important;
  }

  .xl\:pb-66{
    padding-bottom: 18rem !important;
  }

  .xl\:pl-66{
    padding-left: 18rem !important;
  }

  .xl\:pt-68{
    padding-top: 21rem !important;
  }

  .xl\:pr-68{
    padding-right: 21rem !important;
  }

  .xl\:pb-68{
    padding-bottom: 21rem !important;
  }

  .xl\:pl-68{
    padding-left: 21rem !important;
  }

  .xl\:pt-70{
    padding-top: 23rem !important;
  }

  .xl\:pr-70{
    padding-right: 23rem !important;
  }

  .xl\:pb-70{
    padding-bottom: 23rem !important;
  }

  .xl\:pl-70{
    padding-left: 23rem !important;
  }

  .xl\:pt-72{
    padding-top: 25rem !important;
  }

  .xl\:pr-72{
    padding-right: 25rem !important;
  }

  .xl\:pb-72{
    padding-bottom: 25rem !important;
  }

  .xl\:pl-72{
    padding-left: 25rem !important;
  }

  .xl\:pt-74{
    padding-top: 27rem !important;
  }

  .xl\:pr-74{
    padding-right: 27rem !important;
  }

  .xl\:pb-74{
    padding-bottom: 27rem !important;
  }

  .xl\:pl-74{
    padding-left: 27rem !important;
  }

  .xl\:pt-75{
    padding-top: 75px !important;
  }

  .xl\:pr-75{
    padding-right: 75px !important;
  }

  .xl\:pb-75{
    padding-bottom: 75px !important;
  }

  .xl\:pl-75{
    padding-left: 75px !important;
  }

  .xl\:pt-78{
    padding-top: 29rem !important;
  }

  .xl\:pr-78{
    padding-right: 29rem !important;
  }

  .xl\:pb-78{
    padding-bottom: 29rem !important;
  }

  .xl\:pl-78{
    padding-left: 29rem !important;
  }

  .xl\:pt-80{
    padding-top: 80px !important;
  }

  .xl\:pr-80{
    padding-right: 80px !important;
  }

  .xl\:pb-80{
    padding-bottom: 80px !important;
  }

  .xl\:pl-80{
    padding-left: 80px !important;
  }

  .xl\:pt-90{
    padding-top: 90px !important;
  }

  .xl\:pr-90{
    padding-right: 90px !important;
  }

  .xl\:pb-90{
    padding-bottom: 90px !important;
  }

  .xl\:pl-90{
    padding-left: 90px !important;
  }

  .xl\:pt-150{
    padding-top: 150px !important;
  }

  .xl\:pr-150{
    padding-right: 150px !important;
  }

  .xl\:pb-150{
    padding-bottom: 150px !important;
  }

  .xl\:pl-150{
    padding-left: 150px !important;
  }

  .xl\:pt-200{
    padding-top: 200px !important;
  }

  .xl\:pr-200{
    padding-right: 200px !important;
  }

  .xl\:pb-200{
    padding-bottom: 200px !important;
  }

  .xl\:pl-200{
    padding-left: 200px !important;
  }

  .xl\:pt-250{
    padding-top: 250px !important;
  }

  .xl\:pr-250{
    padding-right: 250px !important;
  }

  .xl\:pb-250{
    padding-bottom: 250px !important;
  }

  .xl\:pl-250{
    padding-left: 250px !important;
  }

  .xl\:pt-270{
    padding-top: 270px !important;
  }

  .xl\:pr-270{
    padding-right: 270px !important;
  }

  .xl\:pb-270{
    padding-bottom: 270px !important;
  }

  .xl\:pl-270{
    padding-left: 270px !important;
  }

  .xl\:pt-310{
    padding-top: 310px !important;
  }

  .xl\:pr-310{
    padding-right: 310px !important;
  }

  .xl\:pb-310{
    padding-bottom: 310px !important;
  }

  .xl\:pl-310{
    padding-left: 310px !important;
  }

  .xl\:pt-330{
    padding-top: 330px !important;
  }

  .xl\:pr-330{
    padding-right: 330px !important;
  }

  .xl\:pb-330{
    padding-bottom: 330px !important;
  }

  .xl\:pl-330{
    padding-left: 330px !important;
  }

  .xl\:pt-390{
    padding-top: 390px !important;
  }

  .xl\:pr-390{
    padding-right: 390px !important;
  }

  .xl\:pb-390{
    padding-bottom: 390px !important;
  }

  .xl\:pl-390{
    padding-left: 390px !important;
  }

  .xl\:pt-400{
    padding-top: 400px !important;
  }

  .xl\:pr-400{
    padding-right: 400px !important;
  }

  .xl\:pb-400{
    padding-bottom: 400px !important;
  }

  .xl\:pl-400{
    padding-left: 400px !important;
  }

  .xl\:pt-450{
    padding-top: 450px !important;
  }

  .xl\:pr-450{
    padding-right: 450px !important;
  }

  .xl\:pb-450{
    padding-bottom: 450px !important;
  }

  .xl\:pl-450{
    padding-left: 450px !important;
  }

  .xl\:pt-500{
    padding-top: 500px !important;
  }

  .xl\:pr-500{
    padding-right: 500px !important;
  }

  .xl\:pb-500{
    padding-bottom: 500px !important;
  }

  .xl\:pl-500{
    padding-left: 500px !important;
  }

  .xl\:pt-550{
    padding-top: 550px !important;
  }

  .xl\:pr-550{
    padding-right: 550px !important;
  }

  .xl\:pb-550{
    padding-bottom: 550px !important;
  }

  .xl\:pl-550{
    padding-left: 550px !important;
  }

  .xl\:pt-600{
    padding-top: 600px !important;
  }

  .xl\:pr-600{
    padding-right: 600px !important;
  }

  .xl\:pb-600{
    padding-bottom: 600px !important;
  }

  .xl\:pl-600{
    padding-left: 600px !important;
  }

  .xl\:pt-700{
    padding-top: 700px !important;
  }

  .xl\:pr-700{
    padding-right: 700px !important;
  }

  .xl\:pb-700{
    padding-bottom: 700px !important;
  }

  .xl\:pl-700{
    padding-left: 700px !important;
  }

  .xl\:pt-px{
    padding-top: 1px !important;
  }

  .xl\:pr-px{
    padding-right: 1px !important;
  }

  .xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:pl-px{
    padding-left: 1px !important;
  }

  .xl\:pt-2px{
    padding-top: 2px !important;
  }

  .xl\:pr-2px{
    padding-right: 2px !important;
  }

  .xl\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xl\:pl-2px{
    padding-left: 2px !important;
  }

  .group:hover .xl\:group-hover\:p-0{
    padding: 0 !important;
  }

  .group:hover .xl\:group-hover\:p-1{
    padding: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:p-2{
    padding: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:p-3{
    padding: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:p-4{
    padding: 1rem !important;
  }

  .group:hover .xl\:group-hover\:p-5{
    padding: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:p-6{
    padding: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:p-7{
    padding: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:p-8{
    padding: 2rem !important;
  }

  .group:hover .xl\:group-hover\:p-10{
    padding: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:p-12{
    padding: 3rem !important;
  }

  .group:hover .xl\:group-hover\:p-16{
    padding: 4rem !important;
  }

  .group:hover .xl\:group-hover\:p-18{
    padding: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:p-20{
    padding: 5rem !important;
  }

  .group:hover .xl\:group-hover\:p-22{
    padding: 6rem !important;
  }

  .group:hover .xl\:group-hover\:p-24{
    padding: 6rem !important;
  }

  .group:hover .xl\:group-hover\:p-28{
    padding: 7rem !important;
  }

  .group:hover .xl\:group-hover\:p-32{
    padding: 8rem !important;
  }

  .group:hover .xl\:group-hover\:p-40{
    padding: 10rem !important;
  }

  .group:hover .xl\:group-hover\:p-44{
    padding: 11rem !important;
  }

  .group:hover .xl\:group-hover\:p-48{
    padding: 13rem !important;
  }

  .group:hover .xl\:group-hover\:p-56{
    padding: 14rem !important;
  }

  .group:hover .xl\:group-hover\:p-60{
    padding: 15rem !important;
  }

  .group:hover .xl\:group-hover\:p-64{
    padding: 16rem !important;
  }

  .group:hover .xl\:group-hover\:p-66{
    padding: 18rem !important;
  }

  .group:hover .xl\:group-hover\:p-68{
    padding: 21rem !important;
  }

  .group:hover .xl\:group-hover\:p-70{
    padding: 23rem !important;
  }

  .group:hover .xl\:group-hover\:p-72{
    padding: 25rem !important;
  }

  .group:hover .xl\:group-hover\:p-74{
    padding: 27rem !important;
  }

  .group:hover .xl\:group-hover\:p-75{
    padding: 75px !important;
  }

  .group:hover .xl\:group-hover\:p-78{
    padding: 29rem !important;
  }

  .group:hover .xl\:group-hover\:p-80{
    padding: 80px !important;
  }

  .group:hover .xl\:group-hover\:p-90{
    padding: 90px !important;
  }

  .group:hover .xl\:group-hover\:p-150{
    padding: 150px !important;
  }

  .group:hover .xl\:group-hover\:p-200{
    padding: 200px !important;
  }

  .group:hover .xl\:group-hover\:p-250{
    padding: 250px !important;
  }

  .group:hover .xl\:group-hover\:p-270{
    padding: 270px !important;
  }

  .group:hover .xl\:group-hover\:p-310{
    padding: 310px !important;
  }

  .group:hover .xl\:group-hover\:p-330{
    padding: 330px !important;
  }

  .group:hover .xl\:group-hover\:p-390{
    padding: 390px !important;
  }

  .group:hover .xl\:group-hover\:p-400{
    padding: 400px !important;
  }

  .group:hover .xl\:group-hover\:p-450{
    padding: 450px !important;
  }

  .group:hover .xl\:group-hover\:p-500{
    padding: 500px !important;
  }

  .group:hover .xl\:group-hover\:p-550{
    padding: 550px !important;
  }

  .group:hover .xl\:group-hover\:p-600{
    padding: 600px !important;
  }

  .group:hover .xl\:group-hover\:p-700{
    padding: 700px !important;
  }

  .group:hover .xl\:group-hover\:p-px{
    padding: 1px !important;
  }

  .group:hover .xl\:group-hover\:p-2px{
    padding: 2px !important;
  }

  .group:hover .xl\:group-hover\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:hover .xl\:group-hover\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:hover .xl\:group-hover\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:hover .xl\:group-hover\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:hover .xl\:group-hover\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:hover .xl\:group-hover\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:hover .xl\:group-hover\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:hover .xl\:group-hover\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:hover .xl\:group-hover\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:hover .xl\:group-hover\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:hover .xl\:group-hover\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:hover .xl\:group-hover\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:hover .xl\:group-hover\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .xl\:group-hover\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .xl\:group-hover\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .xl\:group-hover\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .xl\:group-hover\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:hover .xl\:group-hover\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:hover .xl\:group-hover\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:hover .xl\:group-hover\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:hover .xl\:group-hover\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:hover .xl\:group-hover\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:hover .xl\:group-hover\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:hover .xl\:group-hover\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:hover .xl\:group-hover\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:hover .xl\:group-hover\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:hover .xl\:group-hover\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:hover .xl\:group-hover\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:hover .xl\:group-hover\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:hover .xl\:group-hover\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:hover .xl\:group-hover\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:hover .xl\:group-hover\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:hover .xl\:group-hover\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:hover .xl\:group-hover\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:hover .xl\:group-hover\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:hover .xl\:group-hover\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:hover .xl\:group-hover\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:hover .xl\:group-hover\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:hover .xl\:group-hover\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:hover .xl\:group-hover\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:hover .xl\:group-hover\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:hover .xl\:group-hover\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:hover .xl\:group-hover\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:hover .xl\:group-hover\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:hover .xl\:group-hover\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:hover .xl\:group-hover\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:hover .xl\:group-hover\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:hover .xl\:group-hover\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:hover .xl\:group-hover\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:hover .xl\:group-hover\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:hover .xl\:group-hover\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:hover .xl\:group-hover\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:hover .xl\:group-hover\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:hover .xl\:group-hover\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:hover .xl\:group-hover\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:hover .xl\:group-hover\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:hover .xl\:group-hover\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:hover .xl\:group-hover\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:hover .xl\:group-hover\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:hover .xl\:group-hover\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:hover .xl\:group-hover\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:hover .xl\:group-hover\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:hover .xl\:group-hover\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:hover .xl\:group-hover\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:hover .xl\:group-hover\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:hover .xl\:group-hover\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:hover .xl\:group-hover\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:hover .xl\:group-hover\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:hover .xl\:group-hover\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:hover .xl\:group-hover\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:hover .xl\:group-hover\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:hover .xl\:group-hover\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:hover .xl\:group-hover\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:hover .xl\:group-hover\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:hover .xl\:group-hover\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:hover .xl\:group-hover\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:hover .xl\:group-hover\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:hover .xl\:group-hover\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:hover .xl\:group-hover\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:hover .xl\:group-hover\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:hover .xl\:group-hover\:pt-0{
    padding-top: 0 !important;
  }

  .group:hover .xl\:group-hover\:pr-0{
    padding-right: 0 !important;
  }

  .group:hover .xl\:group-hover\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:hover .xl\:group-hover\:pl-0{
    padding-left: 0 !important;
  }

  .group:hover .xl\:group-hover\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:hover .xl\:group-hover\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:hover .xl\:group-hover\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:hover .xl\:group-hover\:pt-4{
    padding-top: 1rem !important;
  }

  .group:hover .xl\:group-hover\:pr-4{
    padding-right: 1rem !important;
  }

  .group:hover .xl\:group-hover\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:hover .xl\:group-hover\:pl-4{
    padding-left: 1rem !important;
  }

  .group:hover .xl\:group-hover\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:hover .xl\:group-hover\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:hover .xl\:group-hover\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:hover .xl\:group-hover\:pt-8{
    padding-top: 2rem !important;
  }

  .group:hover .xl\:group-hover\:pr-8{
    padding-right: 2rem !important;
  }

  .group:hover .xl\:group-hover\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:hover .xl\:group-hover\:pl-8{
    padding-left: 2rem !important;
  }

  .group:hover .xl\:group-hover\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:hover .xl\:group-hover\:pt-12{
    padding-top: 3rem !important;
  }

  .group:hover .xl\:group-hover\:pr-12{
    padding-right: 3rem !important;
  }

  .group:hover .xl\:group-hover\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:hover .xl\:group-hover\:pl-12{
    padding-left: 3rem !important;
  }

  .group:hover .xl\:group-hover\:pt-16{
    padding-top: 4rem !important;
  }

  .group:hover .xl\:group-hover\:pr-16{
    padding-right: 4rem !important;
  }

  .group:hover .xl\:group-hover\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:hover .xl\:group-hover\:pl-16{
    padding-left: 4rem !important;
  }

  .group:hover .xl\:group-hover\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:hover .xl\:group-hover\:pt-20{
    padding-top: 5rem !important;
  }

  .group:hover .xl\:group-hover\:pr-20{
    padding-right: 5rem !important;
  }

  .group:hover .xl\:group-hover\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:hover .xl\:group-hover\:pl-20{
    padding-left: 5rem !important;
  }

  .group:hover .xl\:group-hover\:pt-22{
    padding-top: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pr-22{
    padding-right: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pl-22{
    padding-left: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pt-24{
    padding-top: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pr-24{
    padding-right: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pl-24{
    padding-left: 6rem !important;
  }

  .group:hover .xl\:group-hover\:pt-28{
    padding-top: 7rem !important;
  }

  .group:hover .xl\:group-hover\:pr-28{
    padding-right: 7rem !important;
  }

  .group:hover .xl\:group-hover\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:hover .xl\:group-hover\:pl-28{
    padding-left: 7rem !important;
  }

  .group:hover .xl\:group-hover\:pt-32{
    padding-top: 8rem !important;
  }

  .group:hover .xl\:group-hover\:pr-32{
    padding-right: 8rem !important;
  }

  .group:hover .xl\:group-hover\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:hover .xl\:group-hover\:pl-32{
    padding-left: 8rem !important;
  }

  .group:hover .xl\:group-hover\:pt-40{
    padding-top: 10rem !important;
  }

  .group:hover .xl\:group-hover\:pr-40{
    padding-right: 10rem !important;
  }

  .group:hover .xl\:group-hover\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:hover .xl\:group-hover\:pl-40{
    padding-left: 10rem !important;
  }

  .group:hover .xl\:group-hover\:pt-44{
    padding-top: 11rem !important;
  }

  .group:hover .xl\:group-hover\:pr-44{
    padding-right: 11rem !important;
  }

  .group:hover .xl\:group-hover\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:hover .xl\:group-hover\:pl-44{
    padding-left: 11rem !important;
  }

  .group:hover .xl\:group-hover\:pt-48{
    padding-top: 13rem !important;
  }

  .group:hover .xl\:group-hover\:pr-48{
    padding-right: 13rem !important;
  }

  .group:hover .xl\:group-hover\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:hover .xl\:group-hover\:pl-48{
    padding-left: 13rem !important;
  }

  .group:hover .xl\:group-hover\:pt-56{
    padding-top: 14rem !important;
  }

  .group:hover .xl\:group-hover\:pr-56{
    padding-right: 14rem !important;
  }

  .group:hover .xl\:group-hover\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:hover .xl\:group-hover\:pl-56{
    padding-left: 14rem !important;
  }

  .group:hover .xl\:group-hover\:pt-60{
    padding-top: 15rem !important;
  }

  .group:hover .xl\:group-hover\:pr-60{
    padding-right: 15rem !important;
  }

  .group:hover .xl\:group-hover\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:hover .xl\:group-hover\:pl-60{
    padding-left: 15rem !important;
  }

  .group:hover .xl\:group-hover\:pt-64{
    padding-top: 16rem !important;
  }

  .group:hover .xl\:group-hover\:pr-64{
    padding-right: 16rem !important;
  }

  .group:hover .xl\:group-hover\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:hover .xl\:group-hover\:pl-64{
    padding-left: 16rem !important;
  }

  .group:hover .xl\:group-hover\:pt-66{
    padding-top: 18rem !important;
  }

  .group:hover .xl\:group-hover\:pr-66{
    padding-right: 18rem !important;
  }

  .group:hover .xl\:group-hover\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:hover .xl\:group-hover\:pl-66{
    padding-left: 18rem !important;
  }

  .group:hover .xl\:group-hover\:pt-68{
    padding-top: 21rem !important;
  }

  .group:hover .xl\:group-hover\:pr-68{
    padding-right: 21rem !important;
  }

  .group:hover .xl\:group-hover\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:hover .xl\:group-hover\:pl-68{
    padding-left: 21rem !important;
  }

  .group:hover .xl\:group-hover\:pt-70{
    padding-top: 23rem !important;
  }

  .group:hover .xl\:group-hover\:pr-70{
    padding-right: 23rem !important;
  }

  .group:hover .xl\:group-hover\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:hover .xl\:group-hover\:pl-70{
    padding-left: 23rem !important;
  }

  .group:hover .xl\:group-hover\:pt-72{
    padding-top: 25rem !important;
  }

  .group:hover .xl\:group-hover\:pr-72{
    padding-right: 25rem !important;
  }

  .group:hover .xl\:group-hover\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:hover .xl\:group-hover\:pl-72{
    padding-left: 25rem !important;
  }

  .group:hover .xl\:group-hover\:pt-74{
    padding-top: 27rem !important;
  }

  .group:hover .xl\:group-hover\:pr-74{
    padding-right: 27rem !important;
  }

  .group:hover .xl\:group-hover\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:hover .xl\:group-hover\:pl-74{
    padding-left: 27rem !important;
  }

  .group:hover .xl\:group-hover\:pt-75{
    padding-top: 75px !important;
  }

  .group:hover .xl\:group-hover\:pr-75{
    padding-right: 75px !important;
  }

  .group:hover .xl\:group-hover\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:hover .xl\:group-hover\:pl-75{
    padding-left: 75px !important;
  }

  .group:hover .xl\:group-hover\:pt-78{
    padding-top: 29rem !important;
  }

  .group:hover .xl\:group-hover\:pr-78{
    padding-right: 29rem !important;
  }

  .group:hover .xl\:group-hover\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:hover .xl\:group-hover\:pl-78{
    padding-left: 29rem !important;
  }

  .group:hover .xl\:group-hover\:pt-80{
    padding-top: 80px !important;
  }

  .group:hover .xl\:group-hover\:pr-80{
    padding-right: 80px !important;
  }

  .group:hover .xl\:group-hover\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:hover .xl\:group-hover\:pl-80{
    padding-left: 80px !important;
  }

  .group:hover .xl\:group-hover\:pt-90{
    padding-top: 90px !important;
  }

  .group:hover .xl\:group-hover\:pr-90{
    padding-right: 90px !important;
  }

  .group:hover .xl\:group-hover\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:hover .xl\:group-hover\:pl-90{
    padding-left: 90px !important;
  }

  .group:hover .xl\:group-hover\:pt-150{
    padding-top: 150px !important;
  }

  .group:hover .xl\:group-hover\:pr-150{
    padding-right: 150px !important;
  }

  .group:hover .xl\:group-hover\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:hover .xl\:group-hover\:pl-150{
    padding-left: 150px !important;
  }

  .group:hover .xl\:group-hover\:pt-200{
    padding-top: 200px !important;
  }

  .group:hover .xl\:group-hover\:pr-200{
    padding-right: 200px !important;
  }

  .group:hover .xl\:group-hover\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:hover .xl\:group-hover\:pl-200{
    padding-left: 200px !important;
  }

  .group:hover .xl\:group-hover\:pt-250{
    padding-top: 250px !important;
  }

  .group:hover .xl\:group-hover\:pr-250{
    padding-right: 250px !important;
  }

  .group:hover .xl\:group-hover\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:hover .xl\:group-hover\:pl-250{
    padding-left: 250px !important;
  }

  .group:hover .xl\:group-hover\:pt-270{
    padding-top: 270px !important;
  }

  .group:hover .xl\:group-hover\:pr-270{
    padding-right: 270px !important;
  }

  .group:hover .xl\:group-hover\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:hover .xl\:group-hover\:pl-270{
    padding-left: 270px !important;
  }

  .group:hover .xl\:group-hover\:pt-310{
    padding-top: 310px !important;
  }

  .group:hover .xl\:group-hover\:pr-310{
    padding-right: 310px !important;
  }

  .group:hover .xl\:group-hover\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:hover .xl\:group-hover\:pl-310{
    padding-left: 310px !important;
  }

  .group:hover .xl\:group-hover\:pt-330{
    padding-top: 330px !important;
  }

  .group:hover .xl\:group-hover\:pr-330{
    padding-right: 330px !important;
  }

  .group:hover .xl\:group-hover\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:hover .xl\:group-hover\:pl-330{
    padding-left: 330px !important;
  }

  .group:hover .xl\:group-hover\:pt-390{
    padding-top: 390px !important;
  }

  .group:hover .xl\:group-hover\:pr-390{
    padding-right: 390px !important;
  }

  .group:hover .xl\:group-hover\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:hover .xl\:group-hover\:pl-390{
    padding-left: 390px !important;
  }

  .group:hover .xl\:group-hover\:pt-400{
    padding-top: 400px !important;
  }

  .group:hover .xl\:group-hover\:pr-400{
    padding-right: 400px !important;
  }

  .group:hover .xl\:group-hover\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:hover .xl\:group-hover\:pl-400{
    padding-left: 400px !important;
  }

  .group:hover .xl\:group-hover\:pt-450{
    padding-top: 450px !important;
  }

  .group:hover .xl\:group-hover\:pr-450{
    padding-right: 450px !important;
  }

  .group:hover .xl\:group-hover\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:hover .xl\:group-hover\:pl-450{
    padding-left: 450px !important;
  }

  .group:hover .xl\:group-hover\:pt-500{
    padding-top: 500px !important;
  }

  .group:hover .xl\:group-hover\:pr-500{
    padding-right: 500px !important;
  }

  .group:hover .xl\:group-hover\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:hover .xl\:group-hover\:pl-500{
    padding-left: 500px !important;
  }

  .group:hover .xl\:group-hover\:pt-550{
    padding-top: 550px !important;
  }

  .group:hover .xl\:group-hover\:pr-550{
    padding-right: 550px !important;
  }

  .group:hover .xl\:group-hover\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:hover .xl\:group-hover\:pl-550{
    padding-left: 550px !important;
  }

  .group:hover .xl\:group-hover\:pt-600{
    padding-top: 600px !important;
  }

  .group:hover .xl\:group-hover\:pr-600{
    padding-right: 600px !important;
  }

  .group:hover .xl\:group-hover\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:hover .xl\:group-hover\:pl-600{
    padding-left: 600px !important;
  }

  .group:hover .xl\:group-hover\:pt-700{
    padding-top: 700px !important;
  }

  .group:hover .xl\:group-hover\:pr-700{
    padding-right: 700px !important;
  }

  .group:hover .xl\:group-hover\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:hover .xl\:group-hover\:pl-700{
    padding-left: 700px !important;
  }

  .group:hover .xl\:group-hover\:pt-px{
    padding-top: 1px !important;
  }

  .group:hover .xl\:group-hover\:pr-px{
    padding-right: 1px !important;
  }

  .group:hover .xl\:group-hover\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:hover .xl\:group-hover\:pl-px{
    padding-left: 1px !important;
  }

  .group:hover .xl\:group-hover\:pt-2px{
    padding-top: 2px !important;
  }

  .group:hover .xl\:group-hover\:pr-2px{
    padding-right: 2px !important;
  }

  .group:hover .xl\:group-hover\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:hover .xl\:group-hover\:pl-2px{
    padding-left: 2px !important;
  }

  .group:focus .xl\:group-focus\:p-0{
    padding: 0 !important;
  }

  .group:focus .xl\:group-focus\:p-1{
    padding: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:p-2{
    padding: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:p-3{
    padding: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:p-4{
    padding: 1rem !important;
  }

  .group:focus .xl\:group-focus\:p-5{
    padding: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:p-6{
    padding: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:p-7{
    padding: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:p-8{
    padding: 2rem !important;
  }

  .group:focus .xl\:group-focus\:p-10{
    padding: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:p-12{
    padding: 3rem !important;
  }

  .group:focus .xl\:group-focus\:p-16{
    padding: 4rem !important;
  }

  .group:focus .xl\:group-focus\:p-18{
    padding: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:p-20{
    padding: 5rem !important;
  }

  .group:focus .xl\:group-focus\:p-22{
    padding: 6rem !important;
  }

  .group:focus .xl\:group-focus\:p-24{
    padding: 6rem !important;
  }

  .group:focus .xl\:group-focus\:p-28{
    padding: 7rem !important;
  }

  .group:focus .xl\:group-focus\:p-32{
    padding: 8rem !important;
  }

  .group:focus .xl\:group-focus\:p-40{
    padding: 10rem !important;
  }

  .group:focus .xl\:group-focus\:p-44{
    padding: 11rem !important;
  }

  .group:focus .xl\:group-focus\:p-48{
    padding: 13rem !important;
  }

  .group:focus .xl\:group-focus\:p-56{
    padding: 14rem !important;
  }

  .group:focus .xl\:group-focus\:p-60{
    padding: 15rem !important;
  }

  .group:focus .xl\:group-focus\:p-64{
    padding: 16rem !important;
  }

  .group:focus .xl\:group-focus\:p-66{
    padding: 18rem !important;
  }

  .group:focus .xl\:group-focus\:p-68{
    padding: 21rem !important;
  }

  .group:focus .xl\:group-focus\:p-70{
    padding: 23rem !important;
  }

  .group:focus .xl\:group-focus\:p-72{
    padding: 25rem !important;
  }

  .group:focus .xl\:group-focus\:p-74{
    padding: 27rem !important;
  }

  .group:focus .xl\:group-focus\:p-75{
    padding: 75px !important;
  }

  .group:focus .xl\:group-focus\:p-78{
    padding: 29rem !important;
  }

  .group:focus .xl\:group-focus\:p-80{
    padding: 80px !important;
  }

  .group:focus .xl\:group-focus\:p-90{
    padding: 90px !important;
  }

  .group:focus .xl\:group-focus\:p-150{
    padding: 150px !important;
  }

  .group:focus .xl\:group-focus\:p-200{
    padding: 200px !important;
  }

  .group:focus .xl\:group-focus\:p-250{
    padding: 250px !important;
  }

  .group:focus .xl\:group-focus\:p-270{
    padding: 270px !important;
  }

  .group:focus .xl\:group-focus\:p-310{
    padding: 310px !important;
  }

  .group:focus .xl\:group-focus\:p-330{
    padding: 330px !important;
  }

  .group:focus .xl\:group-focus\:p-390{
    padding: 390px !important;
  }

  .group:focus .xl\:group-focus\:p-400{
    padding: 400px !important;
  }

  .group:focus .xl\:group-focus\:p-450{
    padding: 450px !important;
  }

  .group:focus .xl\:group-focus\:p-500{
    padding: 500px !important;
  }

  .group:focus .xl\:group-focus\:p-550{
    padding: 550px !important;
  }

  .group:focus .xl\:group-focus\:p-600{
    padding: 600px !important;
  }

  .group:focus .xl\:group-focus\:p-700{
    padding: 700px !important;
  }

  .group:focus .xl\:group-focus\:p-px{
    padding: 1px !important;
  }

  .group:focus .xl\:group-focus\:p-2px{
    padding: 2px !important;
  }

  .group:focus .xl\:group-focus\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:focus .xl\:group-focus\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:focus .xl\:group-focus\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:focus .xl\:group-focus\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:focus .xl\:group-focus\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:focus .xl\:group-focus\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:focus .xl\:group-focus\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:focus .xl\:group-focus\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:focus .xl\:group-focus\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:focus .xl\:group-focus\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:focus .xl\:group-focus\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:focus .xl\:group-focus\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:focus .xl\:group-focus\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .xl\:group-focus\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .xl\:group-focus\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .xl\:group-focus\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .xl\:group-focus\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:focus .xl\:group-focus\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:focus .xl\:group-focus\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:focus .xl\:group-focus\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:focus .xl\:group-focus\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:focus .xl\:group-focus\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:focus .xl\:group-focus\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:focus .xl\:group-focus\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:focus .xl\:group-focus\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:focus .xl\:group-focus\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:focus .xl\:group-focus\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:focus .xl\:group-focus\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:focus .xl\:group-focus\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:focus .xl\:group-focus\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:focus .xl\:group-focus\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:focus .xl\:group-focus\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:focus .xl\:group-focus\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:focus .xl\:group-focus\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:focus .xl\:group-focus\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:focus .xl\:group-focus\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:focus .xl\:group-focus\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:focus .xl\:group-focus\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:focus .xl\:group-focus\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:focus .xl\:group-focus\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:focus .xl\:group-focus\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:focus .xl\:group-focus\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:focus .xl\:group-focus\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:focus .xl\:group-focus\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:focus .xl\:group-focus\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:focus .xl\:group-focus\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:focus .xl\:group-focus\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:focus .xl\:group-focus\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:focus .xl\:group-focus\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:focus .xl\:group-focus\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:focus .xl\:group-focus\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:focus .xl\:group-focus\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:focus .xl\:group-focus\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:focus .xl\:group-focus\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:focus .xl\:group-focus\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:focus .xl\:group-focus\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:focus .xl\:group-focus\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:focus .xl\:group-focus\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:focus .xl\:group-focus\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:focus .xl\:group-focus\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:focus .xl\:group-focus\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:focus .xl\:group-focus\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:focus .xl\:group-focus\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:focus .xl\:group-focus\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:focus .xl\:group-focus\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:focus .xl\:group-focus\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:focus .xl\:group-focus\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:focus .xl\:group-focus\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:focus .xl\:group-focus\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:focus .xl\:group-focus\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:focus .xl\:group-focus\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:focus .xl\:group-focus\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:focus .xl\:group-focus\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:focus .xl\:group-focus\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:focus .xl\:group-focus\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:focus .xl\:group-focus\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:focus .xl\:group-focus\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:focus .xl\:group-focus\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:focus .xl\:group-focus\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:focus .xl\:group-focus\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:focus .xl\:group-focus\:pt-0{
    padding-top: 0 !important;
  }

  .group:focus .xl\:group-focus\:pr-0{
    padding-right: 0 !important;
  }

  .group:focus .xl\:group-focus\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:focus .xl\:group-focus\:pl-0{
    padding-left: 0 !important;
  }

  .group:focus .xl\:group-focus\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:focus .xl\:group-focus\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:focus .xl\:group-focus\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:focus .xl\:group-focus\:pt-4{
    padding-top: 1rem !important;
  }

  .group:focus .xl\:group-focus\:pr-4{
    padding-right: 1rem !important;
  }

  .group:focus .xl\:group-focus\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:focus .xl\:group-focus\:pl-4{
    padding-left: 1rem !important;
  }

  .group:focus .xl\:group-focus\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:focus .xl\:group-focus\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:focus .xl\:group-focus\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:focus .xl\:group-focus\:pt-8{
    padding-top: 2rem !important;
  }

  .group:focus .xl\:group-focus\:pr-8{
    padding-right: 2rem !important;
  }

  .group:focus .xl\:group-focus\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:focus .xl\:group-focus\:pl-8{
    padding-left: 2rem !important;
  }

  .group:focus .xl\:group-focus\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:focus .xl\:group-focus\:pt-12{
    padding-top: 3rem !important;
  }

  .group:focus .xl\:group-focus\:pr-12{
    padding-right: 3rem !important;
  }

  .group:focus .xl\:group-focus\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:focus .xl\:group-focus\:pl-12{
    padding-left: 3rem !important;
  }

  .group:focus .xl\:group-focus\:pt-16{
    padding-top: 4rem !important;
  }

  .group:focus .xl\:group-focus\:pr-16{
    padding-right: 4rem !important;
  }

  .group:focus .xl\:group-focus\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:focus .xl\:group-focus\:pl-16{
    padding-left: 4rem !important;
  }

  .group:focus .xl\:group-focus\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:focus .xl\:group-focus\:pt-20{
    padding-top: 5rem !important;
  }

  .group:focus .xl\:group-focus\:pr-20{
    padding-right: 5rem !important;
  }

  .group:focus .xl\:group-focus\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:focus .xl\:group-focus\:pl-20{
    padding-left: 5rem !important;
  }

  .group:focus .xl\:group-focus\:pt-22{
    padding-top: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pr-22{
    padding-right: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pl-22{
    padding-left: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pt-24{
    padding-top: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pr-24{
    padding-right: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pl-24{
    padding-left: 6rem !important;
  }

  .group:focus .xl\:group-focus\:pt-28{
    padding-top: 7rem !important;
  }

  .group:focus .xl\:group-focus\:pr-28{
    padding-right: 7rem !important;
  }

  .group:focus .xl\:group-focus\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:focus .xl\:group-focus\:pl-28{
    padding-left: 7rem !important;
  }

  .group:focus .xl\:group-focus\:pt-32{
    padding-top: 8rem !important;
  }

  .group:focus .xl\:group-focus\:pr-32{
    padding-right: 8rem !important;
  }

  .group:focus .xl\:group-focus\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:focus .xl\:group-focus\:pl-32{
    padding-left: 8rem !important;
  }

  .group:focus .xl\:group-focus\:pt-40{
    padding-top: 10rem !important;
  }

  .group:focus .xl\:group-focus\:pr-40{
    padding-right: 10rem !important;
  }

  .group:focus .xl\:group-focus\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:focus .xl\:group-focus\:pl-40{
    padding-left: 10rem !important;
  }

  .group:focus .xl\:group-focus\:pt-44{
    padding-top: 11rem !important;
  }

  .group:focus .xl\:group-focus\:pr-44{
    padding-right: 11rem !important;
  }

  .group:focus .xl\:group-focus\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:focus .xl\:group-focus\:pl-44{
    padding-left: 11rem !important;
  }

  .group:focus .xl\:group-focus\:pt-48{
    padding-top: 13rem !important;
  }

  .group:focus .xl\:group-focus\:pr-48{
    padding-right: 13rem !important;
  }

  .group:focus .xl\:group-focus\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:focus .xl\:group-focus\:pl-48{
    padding-left: 13rem !important;
  }

  .group:focus .xl\:group-focus\:pt-56{
    padding-top: 14rem !important;
  }

  .group:focus .xl\:group-focus\:pr-56{
    padding-right: 14rem !important;
  }

  .group:focus .xl\:group-focus\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:focus .xl\:group-focus\:pl-56{
    padding-left: 14rem !important;
  }

  .group:focus .xl\:group-focus\:pt-60{
    padding-top: 15rem !important;
  }

  .group:focus .xl\:group-focus\:pr-60{
    padding-right: 15rem !important;
  }

  .group:focus .xl\:group-focus\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:focus .xl\:group-focus\:pl-60{
    padding-left: 15rem !important;
  }

  .group:focus .xl\:group-focus\:pt-64{
    padding-top: 16rem !important;
  }

  .group:focus .xl\:group-focus\:pr-64{
    padding-right: 16rem !important;
  }

  .group:focus .xl\:group-focus\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:focus .xl\:group-focus\:pl-64{
    padding-left: 16rem !important;
  }

  .group:focus .xl\:group-focus\:pt-66{
    padding-top: 18rem !important;
  }

  .group:focus .xl\:group-focus\:pr-66{
    padding-right: 18rem !important;
  }

  .group:focus .xl\:group-focus\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:focus .xl\:group-focus\:pl-66{
    padding-left: 18rem !important;
  }

  .group:focus .xl\:group-focus\:pt-68{
    padding-top: 21rem !important;
  }

  .group:focus .xl\:group-focus\:pr-68{
    padding-right: 21rem !important;
  }

  .group:focus .xl\:group-focus\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:focus .xl\:group-focus\:pl-68{
    padding-left: 21rem !important;
  }

  .group:focus .xl\:group-focus\:pt-70{
    padding-top: 23rem !important;
  }

  .group:focus .xl\:group-focus\:pr-70{
    padding-right: 23rem !important;
  }

  .group:focus .xl\:group-focus\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:focus .xl\:group-focus\:pl-70{
    padding-left: 23rem !important;
  }

  .group:focus .xl\:group-focus\:pt-72{
    padding-top: 25rem !important;
  }

  .group:focus .xl\:group-focus\:pr-72{
    padding-right: 25rem !important;
  }

  .group:focus .xl\:group-focus\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:focus .xl\:group-focus\:pl-72{
    padding-left: 25rem !important;
  }

  .group:focus .xl\:group-focus\:pt-74{
    padding-top: 27rem !important;
  }

  .group:focus .xl\:group-focus\:pr-74{
    padding-right: 27rem !important;
  }

  .group:focus .xl\:group-focus\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:focus .xl\:group-focus\:pl-74{
    padding-left: 27rem !important;
  }

  .group:focus .xl\:group-focus\:pt-75{
    padding-top: 75px !important;
  }

  .group:focus .xl\:group-focus\:pr-75{
    padding-right: 75px !important;
  }

  .group:focus .xl\:group-focus\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:focus .xl\:group-focus\:pl-75{
    padding-left: 75px !important;
  }

  .group:focus .xl\:group-focus\:pt-78{
    padding-top: 29rem !important;
  }

  .group:focus .xl\:group-focus\:pr-78{
    padding-right: 29rem !important;
  }

  .group:focus .xl\:group-focus\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:focus .xl\:group-focus\:pl-78{
    padding-left: 29rem !important;
  }

  .group:focus .xl\:group-focus\:pt-80{
    padding-top: 80px !important;
  }

  .group:focus .xl\:group-focus\:pr-80{
    padding-right: 80px !important;
  }

  .group:focus .xl\:group-focus\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:focus .xl\:group-focus\:pl-80{
    padding-left: 80px !important;
  }

  .group:focus .xl\:group-focus\:pt-90{
    padding-top: 90px !important;
  }

  .group:focus .xl\:group-focus\:pr-90{
    padding-right: 90px !important;
  }

  .group:focus .xl\:group-focus\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:focus .xl\:group-focus\:pl-90{
    padding-left: 90px !important;
  }

  .group:focus .xl\:group-focus\:pt-150{
    padding-top: 150px !important;
  }

  .group:focus .xl\:group-focus\:pr-150{
    padding-right: 150px !important;
  }

  .group:focus .xl\:group-focus\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:focus .xl\:group-focus\:pl-150{
    padding-left: 150px !important;
  }

  .group:focus .xl\:group-focus\:pt-200{
    padding-top: 200px !important;
  }

  .group:focus .xl\:group-focus\:pr-200{
    padding-right: 200px !important;
  }

  .group:focus .xl\:group-focus\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:focus .xl\:group-focus\:pl-200{
    padding-left: 200px !important;
  }

  .group:focus .xl\:group-focus\:pt-250{
    padding-top: 250px !important;
  }

  .group:focus .xl\:group-focus\:pr-250{
    padding-right: 250px !important;
  }

  .group:focus .xl\:group-focus\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:focus .xl\:group-focus\:pl-250{
    padding-left: 250px !important;
  }

  .group:focus .xl\:group-focus\:pt-270{
    padding-top: 270px !important;
  }

  .group:focus .xl\:group-focus\:pr-270{
    padding-right: 270px !important;
  }

  .group:focus .xl\:group-focus\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:focus .xl\:group-focus\:pl-270{
    padding-left: 270px !important;
  }

  .group:focus .xl\:group-focus\:pt-310{
    padding-top: 310px !important;
  }

  .group:focus .xl\:group-focus\:pr-310{
    padding-right: 310px !important;
  }

  .group:focus .xl\:group-focus\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:focus .xl\:group-focus\:pl-310{
    padding-left: 310px !important;
  }

  .group:focus .xl\:group-focus\:pt-330{
    padding-top: 330px !important;
  }

  .group:focus .xl\:group-focus\:pr-330{
    padding-right: 330px !important;
  }

  .group:focus .xl\:group-focus\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:focus .xl\:group-focus\:pl-330{
    padding-left: 330px !important;
  }

  .group:focus .xl\:group-focus\:pt-390{
    padding-top: 390px !important;
  }

  .group:focus .xl\:group-focus\:pr-390{
    padding-right: 390px !important;
  }

  .group:focus .xl\:group-focus\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:focus .xl\:group-focus\:pl-390{
    padding-left: 390px !important;
  }

  .group:focus .xl\:group-focus\:pt-400{
    padding-top: 400px !important;
  }

  .group:focus .xl\:group-focus\:pr-400{
    padding-right: 400px !important;
  }

  .group:focus .xl\:group-focus\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:focus .xl\:group-focus\:pl-400{
    padding-left: 400px !important;
  }

  .group:focus .xl\:group-focus\:pt-450{
    padding-top: 450px !important;
  }

  .group:focus .xl\:group-focus\:pr-450{
    padding-right: 450px !important;
  }

  .group:focus .xl\:group-focus\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:focus .xl\:group-focus\:pl-450{
    padding-left: 450px !important;
  }

  .group:focus .xl\:group-focus\:pt-500{
    padding-top: 500px !important;
  }

  .group:focus .xl\:group-focus\:pr-500{
    padding-right: 500px !important;
  }

  .group:focus .xl\:group-focus\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:focus .xl\:group-focus\:pl-500{
    padding-left: 500px !important;
  }

  .group:focus .xl\:group-focus\:pt-550{
    padding-top: 550px !important;
  }

  .group:focus .xl\:group-focus\:pr-550{
    padding-right: 550px !important;
  }

  .group:focus .xl\:group-focus\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:focus .xl\:group-focus\:pl-550{
    padding-left: 550px !important;
  }

  .group:focus .xl\:group-focus\:pt-600{
    padding-top: 600px !important;
  }

  .group:focus .xl\:group-focus\:pr-600{
    padding-right: 600px !important;
  }

  .group:focus .xl\:group-focus\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:focus .xl\:group-focus\:pl-600{
    padding-left: 600px !important;
  }

  .group:focus .xl\:group-focus\:pt-700{
    padding-top: 700px !important;
  }

  .group:focus .xl\:group-focus\:pr-700{
    padding-right: 700px !important;
  }

  .group:focus .xl\:group-focus\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:focus .xl\:group-focus\:pl-700{
    padding-left: 700px !important;
  }

  .group:focus .xl\:group-focus\:pt-px{
    padding-top: 1px !important;
  }

  .group:focus .xl\:group-focus\:pr-px{
    padding-right: 1px !important;
  }

  .group:focus .xl\:group-focus\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:focus .xl\:group-focus\:pl-px{
    padding-left: 1px !important;
  }

  .group:focus .xl\:group-focus\:pt-2px{
    padding-top: 2px !important;
  }

  .group:focus .xl\:group-focus\:pr-2px{
    padding-right: 2px !important;
  }

  .group:focus .xl\:group-focus\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:focus .xl\:group-focus\:pl-2px{
    padding-left: 2px !important;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::-ms-input-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-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-06::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-06::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-06:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-06::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-brand-06::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-banner::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-banner::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-banner:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-banner::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-banner::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-p-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-p-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-p-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-p-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-p-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-inverse-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-inverse-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-inverse-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-inverse-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-inverse-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-medium::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-medium::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-medium:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-medium::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-medium::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-error::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-error::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-error:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-error::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-error::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-ms-input-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::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, 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:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-ms-input-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-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-06:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-06:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-06:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-brand-06:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-banner:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-banner:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-banner:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-banner:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-banner:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-p-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-p-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-p-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-p-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-p-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-inverse-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-inverse-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-medium:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-medium:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-error:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-error:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-error:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-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;
  }

  .group:hover .xl\:group-hover\:static{
    position: static !important;
  }

  .group:hover .xl\:group-hover\:fixed{
    position: fixed !important;
  }

  .group:hover .xl\:group-hover\:absolute{
    position: absolute !important;
  }

  .group:hover .xl\:group-hover\:relative{
    position: relative !important;
  }

  .group:hover .xl\:group-hover\:sticky{
    position: sticky !important;
  }

  .group:focus .xl\:group-focus\:static{
    position: static !important;
  }

  .group:focus .xl\:group-focus\:fixed{
    position: fixed !important;
  }

  .group:focus .xl\:group-focus\:absolute{
    position: absolute !important;
  }

  .group:focus .xl\:group-focus\:relative{
    position: relative !important;
  }

  .group:focus .xl\:group-focus\:sticky{
    position: sticky !important;
  }

  .xl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-1{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-2{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-5{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3{
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .xl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-1{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:inset-x-1{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-y-2{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:inset-x-2{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-y-5{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:inset-x-5{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .xl\:inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-1\/3{
    top: 33% !important;
    bottom: 33% !important;
  }

  .xl\:inset-x-1\/3{
    right: 33% !important;
    left: 33% !important;
  }

  .xl\:top-0{
    top: 0 !important;
  }

  .xl\:right-0{
    right: 0 !important;
  }

  .xl\:bottom-0{
    bottom: 0 !important;
  }

  .xl\:left-0{
    left: 0 !important;
  }

  .xl\:top-1{
    top: 1rem !important;
  }

  .xl\:right-1{
    right: 1rem !important;
  }

  .xl\:bottom-1{
    bottom: 1rem !important;
  }

  .xl\:left-1{
    left: 1rem !important;
  }

  .xl\:top-2{
    top: 2rem !important;
  }

  .xl\:right-2{
    right: 2rem !important;
  }

  .xl\:bottom-2{
    bottom: 2rem !important;
  }

  .xl\:left-2{
    left: 2rem !important;
  }

  .xl\:top-5{
    top: 5rem !important;
  }

  .xl\:right-5{
    right: 5rem !important;
  }

  .xl\:bottom-5{
    bottom: 5rem !important;
  }

  .xl\:left-5{
    left: 5rem !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:top-1\/5{
    top: 20% !important;
  }

  .xl\:right-1\/5{
    right: 20% !important;
  }

  .xl\:bottom-1\/5{
    bottom: 20% !important;
  }

  .xl\:left-1\/5{
    left: 20% !important;
  }

  .xl\:top-1\/2{
    top: 50% !important;
  }

  .xl\:right-1\/2{
    right: 50% !important;
  }

  .xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xl\:left-1\/2{
    left: 50% !important;
  }

  .xl\:top-1\/3{
    top: 33% !important;
  }

  .xl\:right-1\/3{
    right: 33% !important;
  }

  .xl\:bottom-1\/3{
    bottom: 33% !important;
  }

  .xl\:left-1\/3{
    left: 33% !important;
  }

  .xl\:resize-none{
    resize: none !important;
  }

  .xl\:resize-y{
    resize: vertical !important;
  }

  .xl\:resize-x{
    resize: horizontal !important;
  }

  .xl\:resize{
    resize: both !important;
  }

  .xl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !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;
  }

  .xl\:text-left{
    text-align: left !important;
  }

  .xl\:text-center{
    text-align: center !important;
  }

  .xl\:text-right{
    text-align: right !important;
  }

  .xl\:text-justify{
    text-align: justify !important;
  }

  .xl\:text-transparent{
    color: transparent !important;
  }

  .xl\:text-current{
    color: currentColor !important;
  }

  .xl\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:text-white{
    --text-opacity: 1 !important;
    color: #fff !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-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xl\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xl\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xl\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xl\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xl\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xl\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xl\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xl\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xl\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xl\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xl\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xl\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !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-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-brand-01:hover{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-brand-02:hover{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-brand-03:hover{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-brand-04:hover{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-brand-05:hover{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-brand-06:hover{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-banner:hover{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-p-01:hover{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-inverse-01:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-medium:hover{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-02:hover{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-03:hover{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-04:hover{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-05:hover{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-error:hover{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !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: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !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-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, 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-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-brand-01:focus{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-brand-02:focus{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-brand-03:focus{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-brand-04:focus{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-brand-05:focus{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-brand-06:focus{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-banner:focus{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-p-01:focus{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-inverse-01:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-medium:focus{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-02:focus{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-03:focus{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-04:focus{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-05:focus{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-error:focus{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-transparent{
    color: transparent !important;
  }

  .group:focus .xl\:group-focus\:text-current{
    color: currentColor !important;
  }

  .group:focus .xl\:group-focus\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:focus .xl\:group-focus\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, 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-80{
    --text-opacity: 0.80 !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-80:hover{
    --text-opacity: 0.80 !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-80:focus{
    --text-opacity: 0.80 !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\: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\: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\: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\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:tracking-h1{
    letter-spacing: 0.19rem !important;
  }

  .xl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-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;
        -ms-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-0{
    width: 0 !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-7{
    width: 1.75rem !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-18{
    width: 4.75rem !important;
  }

  .xl\:w-20{
    width: 5rem !important;
  }

  .xl\:w-22{
    width: 6rem !important;
  }

  .xl\:w-24{
    width: 6rem !important;
  }

  .xl\:w-28{
    width: 7rem !important;
  }

  .xl\:w-32{
    width: 8rem !important;
  }

  .xl\:w-40{
    width: 10rem !important;
  }

  .xl\:w-44{
    width: 11rem !important;
  }

  .xl\:w-48{
    width: 13rem !important;
  }

  .xl\:w-56{
    width: 14rem !important;
  }

  .xl\:w-60{
    width: 15rem !important;
  }

  .xl\:w-64{
    width: 16rem !important;
  }

  .xl\:w-66{
    width: 18rem !important;
  }

  .xl\:w-68{
    width: 21rem !important;
  }

  .xl\:w-70{
    width: 23rem !important;
  }

  .xl\:w-72{
    width: 25rem !important;
  }

  .xl\:w-74{
    width: 27rem !important;
  }

  .xl\:w-75{
    width: 75px !important;
  }

  .xl\:w-78{
    width: 29rem !important;
  }

  .xl\:w-80{
    width: 80px !important;
  }

  .xl\:w-90{
    width: 90px !important;
  }

  .xl\:w-150{
    width: 150px !important;
  }

  .xl\:w-200{
    width: 200px !important;
  }

  .xl\:w-250{
    width: 250px !important;
  }

  .xl\:w-270{
    width: 270px !important;
  }

  .xl\:w-310{
    width: 310px !important;
  }

  .xl\:w-330{
    width: 330px !important;
  }

  .xl\:w-390{
    width: 390px !important;
  }

  .xl\:w-400{
    width: 400px !important;
  }

  .xl\:w-450{
    width: 450px !important;
  }

  .xl\:w-500{
    width: 500px !important;
  }

  .xl\:w-550{
    width: 550px !important;
  }

  .xl\:w-570{
    width: 570px !important;
  }

  .xl\:w-600{
    width: 600px !important;
  }

  .xl\:w-700{
    width: 700px !important;
  }

  .xl\:w-900{
    width: 900px !important;
  }

  .xl\:w-1135{
    width: 1135px !important;
  }

  .xl\:w-1366{
    width: 1366px !important;
  }

  .xl\:w-1440{
    width: 1440px !important;
  }

  .xl\:w-1920{
    width: 1920px !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-px{
    width: 1px !important;
  }

  .xl\:w-2px{
    width: 2px !important;
  }

  .xl\:w-1\/2{
    width: 50% !important;
  }

  .xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:w-1\/4{
    width: 25% !important;
  }

  .xl\:w-2\/4{
    width: 50% !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.666667% !important;
  }

  .xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:w-3\/6{
    width: 50% !important;
  }

  .xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:w-3\/12{
    width: 25% !important;
  }

  .xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:w-6\/12{
    width: 50% !important;
  }

  .xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:w-9\/12{
    width: 75% !important;
  }

  .xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:w-full{
    width: 100% !important;
  }

  .xl\:w-screen{
    width: 100vw !important;
  }

  .xl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:w-main-content-margin{
    width: 900px !important;
  }

  .xl\:w-inner-margin{
    width: 84% !important;
  }

  .xl\:w-outer-margin{
    width: 1920px !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-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !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-18{
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .xl\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-22{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xl\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:gap-44{
    grid-gap: 11rem !important;
    gap: 11rem !important;
  }

  .xl\:gap-48{
    grid-gap: 13rem !important;
    gap: 13rem !important;
  }

  .xl\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:gap-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .xl\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:gap-66{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .xl\:gap-68{
    grid-gap: 21rem !important;
    gap: 21rem !important;
  }

  .xl\:gap-70{
    grid-gap: 23rem !important;
    gap: 23rem !important;
  }

  .xl\:gap-72{
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .xl\:gap-74{
    grid-gap: 27rem !important;
    gap: 27rem !important;
  }

  .xl\:gap-75{
    grid-gap: 75px !important;
    gap: 75px !important;
  }

  .xl\:gap-78{
    grid-gap: 29rem !important;
    gap: 29rem !important;
  }

  .xl\:gap-80{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xl\:gap-90{
    grid-gap: 90px !important;
    gap: 90px !important;
  }

  .xl\:gap-150{
    grid-gap: 150px !important;
    gap: 150px !important;
  }

  .xl\:gap-200{
    grid-gap: 200px !important;
    gap: 200px !important;
  }

  .xl\:gap-250{
    grid-gap: 250px !important;
    gap: 250px !important;
  }

  .xl\:gap-270{
    grid-gap: 270px !important;
    gap: 270px !important;
  }

  .xl\:gap-310{
    grid-gap: 310px !important;
    gap: 310px !important;
  }

  .xl\:gap-330{
    grid-gap: 330px !important;
    gap: 330px !important;
  }

  .xl\:gap-390{
    grid-gap: 390px !important;
    gap: 390px !important;
  }

  .xl\:gap-400{
    grid-gap: 400px !important;
    gap: 400px !important;
  }

  .xl\:gap-450{
    grid-gap: 450px !important;
    gap: 450px !important;
  }

  .xl\:gap-500{
    grid-gap: 500px !important;
    gap: 500px !important;
  }

  .xl\:gap-550{
    grid-gap: 550px !important;
    gap: 550px !important;
  }

  .xl\:gap-600{
    grid-gap: 600px !important;
    gap: 600px !important;
  }

  .xl\:gap-700{
    grid-gap: 700px !important;
    gap: 700px !important;
  }

  .xl\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xl\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xl\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xl\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xl\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xl\:col-gap-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .xl\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:col-gap-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xl\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xl\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xl\:col-gap-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xl\:col-gap-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xl\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xl\:col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xl\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xl\:col-gap-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xl\:col-gap-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .xl\:col-gap-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .xl\:col-gap-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .xl\:col-gap-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .xl\:col-gap-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .xl\:col-gap-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .xl\:col-gap-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xl\:col-gap-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .xl\:col-gap-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .xl\:col-gap-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .xl\:col-gap-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .xl\:col-gap-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .xl\:col-gap-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .xl\:col-gap-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .xl\:col-gap-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .xl\:col-gap-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .xl\:col-gap-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .xl\:col-gap-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .xl\:col-gap-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .xl\:col-gap-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .xl\:col-gap-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .xl\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xl\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .xl\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xl\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-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;
    -webkit-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;
    -webkit-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;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-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;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:gap-x-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xl\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-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;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xl\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xl\:gap-x-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .xl\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:gap-x-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xl\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xl\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xl\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xl\:gap-x-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xl\:gap-x-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xl\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xl\:gap-x-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xl\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xl\:gap-x-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xl\:gap-x-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .xl\:gap-x-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .xl\:gap-x-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .xl\:gap-x-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .xl\:gap-x-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .xl\:gap-x-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .xl\:gap-x-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xl\:gap-x-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .xl\:gap-x-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .xl\:gap-x-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .xl\:gap-x-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .xl\:gap-x-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .xl\:gap-x-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .xl\:gap-x-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .xl\:gap-x-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .xl\:gap-x-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .xl\:gap-x-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .xl\:gap-x-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .xl\:gap-x-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .xl\:gap-x-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .xl\:gap-x-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .xl\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xl\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .xl\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:row-gap-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .xl\:row-gap-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .xl\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xl\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:row-gap-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xl\:row-gap-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .xl\:row-gap-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .xl\:row-gap-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .xl\:row-gap-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .xl\:row-gap-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .xl\:row-gap-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .xl\:row-gap-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xl\:row-gap-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .xl\:row-gap-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .xl\:row-gap-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .xl\:row-gap-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .xl\:row-gap-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .xl\:row-gap-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .xl\:row-gap-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .xl\:row-gap-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .xl\:row-gap-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .xl\:row-gap-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .xl\:row-gap-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .xl\:row-gap-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .xl\:row-gap-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .xl\:row-gap-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .xl\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !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-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .xl\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:gap-y-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !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-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:gap-y-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:gap-y-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xl\:gap-y-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .xl\:gap-y-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .xl\:gap-y-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .xl\:gap-y-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .xl\:gap-y-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .xl\:gap-y-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .xl\:gap-y-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xl\:gap-y-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .xl\:gap-y-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .xl\:gap-y-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .xl\:gap-y-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .xl\:gap-y-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .xl\:gap-y-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .xl\:gap-y-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .xl\:gap-y-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .xl\:gap-y-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .xl\:gap-y-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .xl\:gap-y-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .xl\:gap-y-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .xl\:gap-y-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .xl\:gap-y-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .xl\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !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: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    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: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    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;
    -webkit-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;
            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;
  }

  .xl\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xl\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xl\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xl\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xl\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xl\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !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-7{
    --transform-translate-x: 1.75rem !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-18{
    --transform-translate-x: 4.75rem !important;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-22{
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xl\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xl\:translate-x-44{
    --transform-translate-x: 11rem !important;
  }

  .xl\:translate-x-48{
    --transform-translate-x: 13rem !important;
  }

  .xl\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xl\:translate-x-60{
    --transform-translate-x: 15rem !important;
  }

  .xl\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xl\:translate-x-66{
    --transform-translate-x: 18rem !important;
  }

  .xl\:translate-x-68{
    --transform-translate-x: 21rem !important;
  }

  .xl\:translate-x-70{
    --transform-translate-x: 23rem !important;
  }

  .xl\:translate-x-72{
    --transform-translate-x: 25rem !important;
  }

  .xl\:translate-x-74{
    --transform-translate-x: 27rem !important;
  }

  .xl\:translate-x-75{
    --transform-translate-x: 75px !important;
  }

  .xl\:translate-x-78{
    --transform-translate-x: 29rem !important;
  }

  .xl\:translate-x-80{
    --transform-translate-x: 80px !important;
  }

  .xl\:translate-x-90{
    --transform-translate-x: 90px !important;
  }

  .xl\:translate-x-150{
    --transform-translate-x: 150px !important;
  }

  .xl\:translate-x-200{
    --transform-translate-x: 200px !important;
  }

  .xl\:translate-x-250{
    --transform-translate-x: 250px !important;
  }

  .xl\:translate-x-270{
    --transform-translate-x: 270px !important;
  }

  .xl\:translate-x-310{
    --transform-translate-x: 310px !important;
  }

  .xl\:translate-x-330{
    --transform-translate-x: 330px !important;
  }

  .xl\:translate-x-390{
    --transform-translate-x: 390px !important;
  }

  .xl\:translate-x-400{
    --transform-translate-x: 400px !important;
  }

  .xl\:translate-x-450{
    --transform-translate-x: 450px !important;
  }

  .xl\:translate-x-500{
    --transform-translate-x: 500px !important;
  }

  .xl\:translate-x-550{
    --transform-translate-x: 550px !important;
  }

  .xl\:translate-x-600{
    --transform-translate-x: 600px !important;
  }

  .xl\:translate-x-700{
    --transform-translate-x: 700px !important;
  }

  .xl\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xl\:translate-x-2px{
    --transform-translate-x: 2px !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-7{
    --transform-translate-x: -1.75rem !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-18{
    --transform-translate-x: -4.75rem !important;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-22{
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xl\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xl\:-translate-x-44{
    --transform-translate-x: -11rem !important;
  }

  .xl\:-translate-x-48{
    --transform-translate-x: -13rem !important;
  }

  .xl\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xl\:-translate-x-60{
    --transform-translate-x: -15rem !important;
  }

  .xl\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xl\:-translate-x-66{
    --transform-translate-x: -18rem !important;
  }

  .xl\:-translate-x-68{
    --transform-translate-x: -21rem !important;
  }

  .xl\:-translate-x-70{
    --transform-translate-x: -23rem !important;
  }

  .xl\:-translate-x-72{
    --transform-translate-x: -25rem !important;
  }

  .xl\:-translate-x-74{
    --transform-translate-x: -27rem !important;
  }

  .xl\:-translate-x-75{
    --transform-translate-x: -75px !important;
  }

  .xl\:-translate-x-78{
    --transform-translate-x: -29rem !important;
  }

  .xl\:-translate-x-80{
    --transform-translate-x: -80px !important;
  }

  .xl\:-translate-x-90{
    --transform-translate-x: -90px !important;
  }

  .xl\:-translate-x-150{
    --transform-translate-x: -150px !important;
  }

  .xl\:-translate-x-200{
    --transform-translate-x: -200px !important;
  }

  .xl\:-translate-x-250{
    --transform-translate-x: -250px !important;
  }

  .xl\:-translate-x-270{
    --transform-translate-x: -270px !important;
  }

  .xl\:-translate-x-310{
    --transform-translate-x: -310px !important;
  }

  .xl\:-translate-x-330{
    --transform-translate-x: -330px !important;
  }

  .xl\:-translate-x-390{
    --transform-translate-x: -390px !important;
  }

  .xl\:-translate-x-400{
    --transform-translate-x: -400px !important;
  }

  .xl\:-translate-x-450{
    --transform-translate-x: -450px !important;
  }

  .xl\:-translate-x-500{
    --transform-translate-x: -500px !important;
  }

  .xl\:-translate-x-550{
    --transform-translate-x: -550px !important;
  }

  .xl\:-translate-x-600{
    --transform-translate-x: -600px !important;
  }

  .xl\:-translate-x-700{
    --transform-translate-x: -700px !important;
  }

  .xl\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xl\:-translate-x-2px{
    --transform-translate-x: -2px !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-7{
    --transform-translate-y: 1.75rem !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-18{
    --transform-translate-y: 4.75rem !important;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-22{
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xl\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xl\:translate-y-44{
    --transform-translate-y: 11rem !important;
  }

  .xl\:translate-y-48{
    --transform-translate-y: 13rem !important;
  }

  .xl\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xl\:translate-y-60{
    --transform-translate-y: 15rem !important;
  }

  .xl\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xl\:translate-y-66{
    --transform-translate-y: 18rem !important;
  }

  .xl\:translate-y-68{
    --transform-translate-y: 21rem !important;
  }

  .xl\:translate-y-70{
    --transform-translate-y: 23rem !important;
  }

  .xl\:translate-y-72{
    --transform-translate-y: 25rem !important;
  }

  .xl\:translate-y-74{
    --transform-translate-y: 27rem !important;
  }

  .xl\:translate-y-75{
    --transform-translate-y: 75px !important;
  }

  .xl\:translate-y-78{
    --transform-translate-y: 29rem !important;
  }

  .xl\:translate-y-80{
    --transform-translate-y: 80px !important;
  }

  .xl\:translate-y-90{
    --transform-translate-y: 90px !important;
  }

  .xl\:translate-y-150{
    --transform-translate-y: 150px !important;
  }

  .xl\:translate-y-200{
    --transform-translate-y: 200px !important;
  }

  .xl\:translate-y-250{
    --transform-translate-y: 250px !important;
  }

  .xl\:translate-y-270{
    --transform-translate-y: 270px !important;
  }

  .xl\:translate-y-310{
    --transform-translate-y: 310px !important;
  }

  .xl\:translate-y-330{
    --transform-translate-y: 330px !important;
  }

  .xl\:translate-y-390{
    --transform-translate-y: 390px !important;
  }

  .xl\:translate-y-400{
    --transform-translate-y: 400px !important;
  }

  .xl\:translate-y-450{
    --transform-translate-y: 450px !important;
  }

  .xl\:translate-y-500{
    --transform-translate-y: 500px !important;
  }

  .xl\:translate-y-550{
    --transform-translate-y: 550px !important;
  }

  .xl\:translate-y-600{
    --transform-translate-y: 600px !important;
  }

  .xl\:translate-y-700{
    --transform-translate-y: 700px !important;
  }

  .xl\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xl\:translate-y-2px{
    --transform-translate-y: 2px !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-7{
    --transform-translate-y: -1.75rem !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-18{
    --transform-translate-y: -4.75rem !important;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-22{
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xl\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xl\:-translate-y-44{
    --transform-translate-y: -11rem !important;
  }

  .xl\:-translate-y-48{
    --transform-translate-y: -13rem !important;
  }

  .xl\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xl\:-translate-y-60{
    --transform-translate-y: -15rem !important;
  }

  .xl\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xl\:-translate-y-66{
    --transform-translate-y: -18rem !important;
  }

  .xl\:-translate-y-68{
    --transform-translate-y: -21rem !important;
  }

  .xl\:-translate-y-70{
    --transform-translate-y: -23rem !important;
  }

  .xl\:-translate-y-72{
    --transform-translate-y: -25rem !important;
  }

  .xl\:-translate-y-74{
    --transform-translate-y: -27rem !important;
  }

  .xl\:-translate-y-75{
    --transform-translate-y: -75px !important;
  }

  .xl\:-translate-y-78{
    --transform-translate-y: -29rem !important;
  }

  .xl\:-translate-y-80{
    --transform-translate-y: -80px !important;
  }

  .xl\:-translate-y-90{
    --transform-translate-y: -90px !important;
  }

  .xl\:-translate-y-150{
    --transform-translate-y: -150px !important;
  }

  .xl\:-translate-y-200{
    --transform-translate-y: -200px !important;
  }

  .xl\:-translate-y-250{
    --transform-translate-y: -250px !important;
  }

  .xl\:-translate-y-270{
    --transform-translate-y: -270px !important;
  }

  .xl\:-translate-y-310{
    --transform-translate-y: -310px !important;
  }

  .xl\:-translate-y-330{
    --transform-translate-y: -330px !important;
  }

  .xl\:-translate-y-390{
    --transform-translate-y: -390px !important;
  }

  .xl\:-translate-y-400{
    --transform-translate-y: -400px !important;
  }

  .xl\:-translate-y-450{
    --transform-translate-y: -450px !important;
  }

  .xl\:-translate-y-500{
    --transform-translate-y: -500px !important;
  }

  .xl\:-translate-y-550{
    --transform-translate-y: -550px !important;
  }

  .xl\:-translate-y-600{
    --transform-translate-y: -600px !important;
  }

  .xl\:-translate-y-700{
    --transform-translate-y: -700px !important;
  }

  .xl\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xl\:-translate-y-2px{
    --transform-translate-y: -2px !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-7:hover{
    --transform-translate-x: 1.75rem !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-18:hover{
    --transform-translate-x: 4.75rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-22:hover{
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !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-44:hover{
    --transform-translate-x: 11rem !important;
  }

  .xl\:hover\:translate-x-48:hover{
    --transform-translate-x: 13rem !important;
  }

  .xl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .xl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-66:hover{
    --transform-translate-x: 18rem !important;
  }

  .xl\:hover\:translate-x-68:hover{
    --transform-translate-x: 21rem !important;
  }

  .xl\:hover\:translate-x-70:hover{
    --transform-translate-x: 23rem !important;
  }

  .xl\:hover\:translate-x-72:hover{
    --transform-translate-x: 25rem !important;
  }

  .xl\:hover\:translate-x-74:hover{
    --transform-translate-x: 27rem !important;
  }

  .xl\:hover\:translate-x-75:hover{
    --transform-translate-x: 75px !important;
  }

  .xl\:hover\:translate-x-78:hover{
    --transform-translate-x: 29rem !important;
  }

  .xl\:hover\:translate-x-80:hover{
    --transform-translate-x: 80px !important;
  }

  .xl\:hover\:translate-x-90:hover{
    --transform-translate-x: 90px !important;
  }

  .xl\:hover\:translate-x-150:hover{
    --transform-translate-x: 150px !important;
  }

  .xl\:hover\:translate-x-200:hover{
    --transform-translate-x: 200px !important;
  }

  .xl\:hover\:translate-x-250:hover{
    --transform-translate-x: 250px !important;
  }

  .xl\:hover\:translate-x-270:hover{
    --transform-translate-x: 270px !important;
  }

  .xl\:hover\:translate-x-310:hover{
    --transform-translate-x: 310px !important;
  }

  .xl\:hover\:translate-x-330:hover{
    --transform-translate-x: 330px !important;
  }

  .xl\:hover\:translate-x-390:hover{
    --transform-translate-x: 390px !important;
  }

  .xl\:hover\:translate-x-400:hover{
    --transform-translate-x: 400px !important;
  }

  .xl\:hover\:translate-x-450:hover{
    --transform-translate-x: 450px !important;
  }

  .xl\:hover\:translate-x-500:hover{
    --transform-translate-x: 500px !important;
  }

  .xl\:hover\:translate-x-550:hover{
    --transform-translate-x: 550px !important;
  }

  .xl\:hover\:translate-x-600:hover{
    --transform-translate-x: 600px !important;
  }

  .xl\:hover\:translate-x-700:hover{
    --transform-translate-x: 700px !important;
  }

  .xl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !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-7:hover{
    --transform-translate-x: -1.75rem !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-18:hover{
    --transform-translate-x: -4.75rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-22:hover{
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !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-44:hover{
    --transform-translate-x: -11rem !important;
  }

  .xl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -13rem !important;
  }

  .xl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .xl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-66:hover{
    --transform-translate-x: -18rem !important;
  }

  .xl\:hover\:-translate-x-68:hover{
    --transform-translate-x: -21rem !important;
  }

  .xl\:hover\:-translate-x-70:hover{
    --transform-translate-x: -23rem !important;
  }

  .xl\:hover\:-translate-x-72:hover{
    --transform-translate-x: -25rem !important;
  }

  .xl\:hover\:-translate-x-74:hover{
    --transform-translate-x: -27rem !important;
  }

  .xl\:hover\:-translate-x-75:hover{
    --transform-translate-x: -75px !important;
  }

  .xl\:hover\:-translate-x-78:hover{
    --transform-translate-x: -29rem !important;
  }

  .xl\:hover\:-translate-x-80:hover{
    --transform-translate-x: -80px !important;
  }

  .xl\:hover\:-translate-x-90:hover{
    --transform-translate-x: -90px !important;
  }

  .xl\:hover\:-translate-x-150:hover{
    --transform-translate-x: -150px !important;
  }

  .xl\:hover\:-translate-x-200:hover{
    --transform-translate-x: -200px !important;
  }

  .xl\:hover\:-translate-x-250:hover{
    --transform-translate-x: -250px !important;
  }

  .xl\:hover\:-translate-x-270:hover{
    --transform-translate-x: -270px !important;
  }

  .xl\:hover\:-translate-x-310:hover{
    --transform-translate-x: -310px !important;
  }

  .xl\:hover\:-translate-x-330:hover{
    --transform-translate-x: -330px !important;
  }

  .xl\:hover\:-translate-x-390:hover{
    --transform-translate-x: -390px !important;
  }

  .xl\:hover\:-translate-x-400:hover{
    --transform-translate-x: -400px !important;
  }

  .xl\:hover\:-translate-x-450:hover{
    --transform-translate-x: -450px !important;
  }

  .xl\:hover\:-translate-x-500:hover{
    --transform-translate-x: -500px !important;
  }

  .xl\:hover\:-translate-x-550:hover{
    --transform-translate-x: -550px !important;
  }

  .xl\:hover\:-translate-x-600:hover{
    --transform-translate-x: -600px !important;
  }

  .xl\:hover\:-translate-x-700:hover{
    --transform-translate-x: -700px !important;
  }

  .xl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !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-7:hover{
    --transform-translate-y: 1.75rem !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-18:hover{
    --transform-translate-y: 4.75rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-22:hover{
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !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-44:hover{
    --transform-translate-y: 11rem !important;
  }

  .xl\:hover\:translate-y-48:hover{
    --transform-translate-y: 13rem !important;
  }

  .xl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .xl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-66:hover{
    --transform-translate-y: 18rem !important;
  }

  .xl\:hover\:translate-y-68:hover{
    --transform-translate-y: 21rem !important;
  }

  .xl\:hover\:translate-y-70:hover{
    --transform-translate-y: 23rem !important;
  }

  .xl\:hover\:translate-y-72:hover{
    --transform-translate-y: 25rem !important;
  }

  .xl\:hover\:translate-y-74:hover{
    --transform-translate-y: 27rem !important;
  }

  .xl\:hover\:translate-y-75:hover{
    --transform-translate-y: 75px !important;
  }

  .xl\:hover\:translate-y-78:hover{
    --transform-translate-y: 29rem !important;
  }

  .xl\:hover\:translate-y-80:hover{
    --transform-translate-y: 80px !important;
  }

  .xl\:hover\:translate-y-90:hover{
    --transform-translate-y: 90px !important;
  }

  .xl\:hover\:translate-y-150:hover{
    --transform-translate-y: 150px !important;
  }

  .xl\:hover\:translate-y-200:hover{
    --transform-translate-y: 200px !important;
  }

  .xl\:hover\:translate-y-250:hover{
    --transform-translate-y: 250px !important;
  }

  .xl\:hover\:translate-y-270:hover{
    --transform-translate-y: 270px !important;
  }

  .xl\:hover\:translate-y-310:hover{
    --transform-translate-y: 310px !important;
  }

  .xl\:hover\:translate-y-330:hover{
    --transform-translate-y: 330px !important;
  }

  .xl\:hover\:translate-y-390:hover{
    --transform-translate-y: 390px !important;
  }

  .xl\:hover\:translate-y-400:hover{
    --transform-translate-y: 400px !important;
  }

  .xl\:hover\:translate-y-450:hover{
    --transform-translate-y: 450px !important;
  }

  .xl\:hover\:translate-y-500:hover{
    --transform-translate-y: 500px !important;
  }

  .xl\:hover\:translate-y-550:hover{
    --transform-translate-y: 550px !important;
  }

  .xl\:hover\:translate-y-600:hover{
    --transform-translate-y: 600px !important;
  }

  .xl\:hover\:translate-y-700:hover{
    --transform-translate-y: 700px !important;
  }

  .xl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !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-7:hover{
    --transform-translate-y: -1.75rem !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-18:hover{
    --transform-translate-y: -4.75rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-22:hover{
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !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-44:hover{
    --transform-translate-y: -11rem !important;
  }

  .xl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -13rem !important;
  }

  .xl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .xl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-66:hover{
    --transform-translate-y: -18rem !important;
  }

  .xl\:hover\:-translate-y-68:hover{
    --transform-translate-y: -21rem !important;
  }

  .xl\:hover\:-translate-y-70:hover{
    --transform-translate-y: -23rem !important;
  }

  .xl\:hover\:-translate-y-72:hover{
    --transform-translate-y: -25rem !important;
  }

  .xl\:hover\:-translate-y-74:hover{
    --transform-translate-y: -27rem !important;
  }

  .xl\:hover\:-translate-y-75:hover{
    --transform-translate-y: -75px !important;
  }

  .xl\:hover\:-translate-y-78:hover{
    --transform-translate-y: -29rem !important;
  }

  .xl\:hover\:-translate-y-80:hover{
    --transform-translate-y: -80px !important;
  }

  .xl\:hover\:-translate-y-90:hover{
    --transform-translate-y: -90px !important;
  }

  .xl\:hover\:-translate-y-150:hover{
    --transform-translate-y: -150px !important;
  }

  .xl\:hover\:-translate-y-200:hover{
    --transform-translate-y: -200px !important;
  }

  .xl\:hover\:-translate-y-250:hover{
    --transform-translate-y: -250px !important;
  }

  .xl\:hover\:-translate-y-270:hover{
    --transform-translate-y: -270px !important;
  }

  .xl\:hover\:-translate-y-310:hover{
    --transform-translate-y: -310px !important;
  }

  .xl\:hover\:-translate-y-330:hover{
    --transform-translate-y: -330px !important;
  }

  .xl\:hover\:-translate-y-390:hover{
    --transform-translate-y: -390px !important;
  }

  .xl\:hover\:-translate-y-400:hover{
    --transform-translate-y: -400px !important;
  }

  .xl\:hover\:-translate-y-450:hover{
    --transform-translate-y: -450px !important;
  }

  .xl\:hover\:-translate-y-500:hover{
    --transform-translate-y: -500px !important;
  }

  .xl\:hover\:-translate-y-550:hover{
    --transform-translate-y: -550px !important;
  }

  .xl\:hover\:-translate-y-600:hover{
    --transform-translate-y: -600px !important;
  }

  .xl\:hover\:-translate-y-700:hover{
    --transform-translate-y: -700px !important;
  }

  .xl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !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-7:focus{
    --transform-translate-x: 1.75rem !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-18:focus{
    --transform-translate-x: 4.75rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-22:focus{
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !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-44:focus{
    --transform-translate-x: 11rem !important;
  }

  .xl\:focus\:translate-x-48:focus{
    --transform-translate-x: 13rem !important;
  }

  .xl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .xl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-66:focus{
    --transform-translate-x: 18rem !important;
  }

  .xl\:focus\:translate-x-68:focus{
    --transform-translate-x: 21rem !important;
  }

  .xl\:focus\:translate-x-70:focus{
    --transform-translate-x: 23rem !important;
  }

  .xl\:focus\:translate-x-72:focus{
    --transform-translate-x: 25rem !important;
  }

  .xl\:focus\:translate-x-74:focus{
    --transform-translate-x: 27rem !important;
  }

  .xl\:focus\:translate-x-75:focus{
    --transform-translate-x: 75px !important;
  }

  .xl\:focus\:translate-x-78:focus{
    --transform-translate-x: 29rem !important;
  }

  .xl\:focus\:translate-x-80:focus{
    --transform-translate-x: 80px !important;
  }

  .xl\:focus\:translate-x-90:focus{
    --transform-translate-x: 90px !important;
  }

  .xl\:focus\:translate-x-150:focus{
    --transform-translate-x: 150px !important;
  }

  .xl\:focus\:translate-x-200:focus{
    --transform-translate-x: 200px !important;
  }

  .xl\:focus\:translate-x-250:focus{
    --transform-translate-x: 250px !important;
  }

  .xl\:focus\:translate-x-270:focus{
    --transform-translate-x: 270px !important;
  }

  .xl\:focus\:translate-x-310:focus{
    --transform-translate-x: 310px !important;
  }

  .xl\:focus\:translate-x-330:focus{
    --transform-translate-x: 330px !important;
  }

  .xl\:focus\:translate-x-390:focus{
    --transform-translate-x: 390px !important;
  }

  .xl\:focus\:translate-x-400:focus{
    --transform-translate-x: 400px !important;
  }

  .xl\:focus\:translate-x-450:focus{
    --transform-translate-x: 450px !important;
  }

  .xl\:focus\:translate-x-500:focus{
    --transform-translate-x: 500px !important;
  }

  .xl\:focus\:translate-x-550:focus{
    --transform-translate-x: 550px !important;
  }

  .xl\:focus\:translate-x-600:focus{
    --transform-translate-x: 600px !important;
  }

  .xl\:focus\:translate-x-700:focus{
    --transform-translate-x: 700px !important;
  }

  .xl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !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-7:focus{
    --transform-translate-x: -1.75rem !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-18:focus{
    --transform-translate-x: -4.75rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-22:focus{
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !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-44:focus{
    --transform-translate-x: -11rem !important;
  }

  .xl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -13rem !important;
  }

  .xl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .xl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-66:focus{
    --transform-translate-x: -18rem !important;
  }

  .xl\:focus\:-translate-x-68:focus{
    --transform-translate-x: -21rem !important;
  }

  .xl\:focus\:-translate-x-70:focus{
    --transform-translate-x: -23rem !important;
  }

  .xl\:focus\:-translate-x-72:focus{
    --transform-translate-x: -25rem !important;
  }

  .xl\:focus\:-translate-x-74:focus{
    --transform-translate-x: -27rem !important;
  }

  .xl\:focus\:-translate-x-75:focus{
    --transform-translate-x: -75px !important;
  }

  .xl\:focus\:-translate-x-78:focus{
    --transform-translate-x: -29rem !important;
  }

  .xl\:focus\:-translate-x-80:focus{
    --transform-translate-x: -80px !important;
  }

  .xl\:focus\:-translate-x-90:focus{
    --transform-translate-x: -90px !important;
  }

  .xl\:focus\:-translate-x-150:focus{
    --transform-translate-x: -150px !important;
  }

  .xl\:focus\:-translate-x-200:focus{
    --transform-translate-x: -200px !important;
  }

  .xl\:focus\:-translate-x-250:focus{
    --transform-translate-x: -250px !important;
  }

  .xl\:focus\:-translate-x-270:focus{
    --transform-translate-x: -270px !important;
  }

  .xl\:focus\:-translate-x-310:focus{
    --transform-translate-x: -310px !important;
  }

  .xl\:focus\:-translate-x-330:focus{
    --transform-translate-x: -330px !important;
  }

  .xl\:focus\:-translate-x-390:focus{
    --transform-translate-x: -390px !important;
  }

  .xl\:focus\:-translate-x-400:focus{
    --transform-translate-x: -400px !important;
  }

  .xl\:focus\:-translate-x-450:focus{
    --transform-translate-x: -450px !important;
  }

  .xl\:focus\:-translate-x-500:focus{
    --transform-translate-x: -500px !important;
  }

  .xl\:focus\:-translate-x-550:focus{
    --transform-translate-x: -550px !important;
  }

  .xl\:focus\:-translate-x-600:focus{
    --transform-translate-x: -600px !important;
  }

  .xl\:focus\:-translate-x-700:focus{
    --transform-translate-x: -700px !important;
  }

  .xl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !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-7:focus{
    --transform-translate-y: 1.75rem !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-18:focus{
    --transform-translate-y: 4.75rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-22:focus{
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !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-44:focus{
    --transform-translate-y: 11rem !important;
  }

  .xl\:focus\:translate-y-48:focus{
    --transform-translate-y: 13rem !important;
  }

  .xl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .xl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-66:focus{
    --transform-translate-y: 18rem !important;
  }

  .xl\:focus\:translate-y-68:focus{
    --transform-translate-y: 21rem !important;
  }

  .xl\:focus\:translate-y-70:focus{
    --transform-translate-y: 23rem !important;
  }

  .xl\:focus\:translate-y-72:focus{
    --transform-translate-y: 25rem !important;
  }

  .xl\:focus\:translate-y-74:focus{
    --transform-translate-y: 27rem !important;
  }

  .xl\:focus\:translate-y-75:focus{
    --transform-translate-y: 75px !important;
  }

  .xl\:focus\:translate-y-78:focus{
    --transform-translate-y: 29rem !important;
  }

  .xl\:focus\:translate-y-80:focus{
    --transform-translate-y: 80px !important;
  }

  .xl\:focus\:translate-y-90:focus{
    --transform-translate-y: 90px !important;
  }

  .xl\:focus\:translate-y-150:focus{
    --transform-translate-y: 150px !important;
  }

  .xl\:focus\:translate-y-200:focus{
    --transform-translate-y: 200px !important;
  }

  .xl\:focus\:translate-y-250:focus{
    --transform-translate-y: 250px !important;
  }

  .xl\:focus\:translate-y-270:focus{
    --transform-translate-y: 270px !important;
  }

  .xl\:focus\:translate-y-310:focus{
    --transform-translate-y: 310px !important;
  }

  .xl\:focus\:translate-y-330:focus{
    --transform-translate-y: 330px !important;
  }

  .xl\:focus\:translate-y-390:focus{
    --transform-translate-y: 390px !important;
  }

  .xl\:focus\:translate-y-400:focus{
    --transform-translate-y: 400px !important;
  }

  .xl\:focus\:translate-y-450:focus{
    --transform-translate-y: 450px !important;
  }

  .xl\:focus\:translate-y-500:focus{
    --transform-translate-y: 500px !important;
  }

  .xl\:focus\:translate-y-550:focus{
    --transform-translate-y: 550px !important;
  }

  .xl\:focus\:translate-y-600:focus{
    --transform-translate-y: 600px !important;
  }

  .xl\:focus\:translate-y-700:focus{
    --transform-translate-y: 700px !important;
  }

  .xl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !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-7:focus{
    --transform-translate-y: -1.75rem !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-18:focus{
    --transform-translate-y: -4.75rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-22:focus{
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !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-44:focus{
    --transform-translate-y: -11rem !important;
  }

  .xl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -13rem !important;
  }

  .xl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .xl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-66:focus{
    --transform-translate-y: -18rem !important;
  }

  .xl\:focus\:-translate-y-68:focus{
    --transform-translate-y: -21rem !important;
  }

  .xl\:focus\:-translate-y-70:focus{
    --transform-translate-y: -23rem !important;
  }

  .xl\:focus\:-translate-y-72:focus{
    --transform-translate-y: -25rem !important;
  }

  .xl\:focus\:-translate-y-74:focus{
    --transform-translate-y: -27rem !important;
  }

  .xl\:focus\:-translate-y-75:focus{
    --transform-translate-y: -75px !important;
  }

  .xl\:focus\:-translate-y-78:focus{
    --transform-translate-y: -29rem !important;
  }

  .xl\:focus\:-translate-y-80:focus{
    --transform-translate-y: -80px !important;
  }

  .xl\:focus\:-translate-y-90:focus{
    --transform-translate-y: -90px !important;
  }

  .xl\:focus\:-translate-y-150:focus{
    --transform-translate-y: -150px !important;
  }

  .xl\:focus\:-translate-y-200:focus{
    --transform-translate-y: -200px !important;
  }

  .xl\:focus\:-translate-y-250:focus{
    --transform-translate-y: -250px !important;
  }

  .xl\:focus\:-translate-y-270:focus{
    --transform-translate-y: -270px !important;
  }

  .xl\:focus\:-translate-y-310:focus{
    --transform-translate-y: -310px !important;
  }

  .xl\:focus\:-translate-y-330:focus{
    --transform-translate-y: -330px !important;
  }

  .xl\:focus\:-translate-y-390:focus{
    --transform-translate-y: -390px !important;
  }

  .xl\:focus\:-translate-y-400:focus{
    --transform-translate-y: -400px !important;
  }

  .xl\:focus\:-translate-y-450:focus{
    --transform-translate-y: -450px !important;
  }

  .xl\:focus\:-translate-y-500:focus{
    --transform-translate-y: -500px !important;
  }

  .xl\:focus\:-translate-y-550:focus{
    --transform-translate-y: -550px !important;
  }

  .xl\:focus\:-translate-y-600:focus{
    --transform-translate-y: -600px !important;
  }

  .xl\:focus\:-translate-y-700:focus{
    --transform-translate-y: -700px !important;
  }

  .xl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !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;
  }

  .xl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xl\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xl\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .xl\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .xl\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .xl\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .xl\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }
}

@media (min-width: 320px){
  .xs\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xs\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 450px){
    .xs\:container{
      max-width: 450px;
    }
  }

  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xs\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xs\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .xs\:container{
      max-width: 1440px;
    }
  }

  .xs\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(250px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(250px * var(--space-x-reverse)) !important;
    margin-left: calc(250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(270px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(270px * var(--space-x-reverse)) !important;
    margin-left: calc(270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(310px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(310px * var(--space-x-reverse)) !important;
    margin-left: calc(310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(330px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(330px * var(--space-x-reverse)) !important;
    margin-left: calc(330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(390px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(390px * var(--space-x-reverse)) !important;
    margin-left: calc(390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(400px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(400px * var(--space-x-reverse)) !important;
    margin-left: calc(400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(450px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(450px * var(--space-x-reverse)) !important;
    margin-left: calc(450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(500px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(500px * var(--space-x-reverse)) !important;
    margin-left: calc(500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(550px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(550px * var(--space-x-reverse)) !important;
    margin-left: calc(550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(600px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(600px * var(--space-x-reverse)) !important;
    margin-left: calc(600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(700px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(700px * var(--space-x-reverse)) !important;
    margin-left: calc(700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-250px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-250px * var(--space-x-reverse)) !important;
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-270px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-270px * var(--space-x-reverse)) !important;
    margin-left: calc(-270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-310px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-310px * var(--space-x-reverse)) !important;
    margin-left: calc(-310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-330px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-330px * var(--space-x-reverse)) !important;
    margin-left: calc(-330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-390px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-390px * var(--space-x-reverse)) !important;
    margin-left: calc(-390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-400px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-400px * var(--space-x-reverse)) !important;
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-450px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-450px * var(--space-x-reverse)) !important;
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-500px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-500px * var(--space-x-reverse)) !important;
    margin-left: calc(-500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-550px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-550px * var(--space-x-reverse)) !important;
    margin-left: calc(-550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-600px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-600px * var(--space-x-reverse)) !important;
    margin-left: calc(-600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-700px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-700px * var(--space-x-reverse)) !important;
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xs\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xs\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xs\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xs\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xs\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .xs\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xs\:divide-brand-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
  }

  .xs\:divide-brand-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
  }

  .xs\:divide-brand-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
  }

  .xs\:divide-brand-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
  }

  .xs\:divide-brand-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
  }

  .xs\:divide-brand-06 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
  }

  .xs\:divide-banner > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
  }

  .xs\:divide-p-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
  }

  .xs\:divide-inverse-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-medium > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
  }

  .xs\:divide-error > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
  }

  .xs\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xs\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xs\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xs\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.80 !important;
  }

  .xs\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .xs\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xs\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xs\:bg-local{
    background-attachment: local !important;
  }

  .xs\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xs\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xs\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xs\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xs\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:bg-transparent{
    background-color: transparent !important;
  }

  .xs\:bg-current{
    background-color: currentColor !important;
  }

  .xs\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xs\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xs\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xs\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xs\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xs\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xs\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xs\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xs\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xs\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xs\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xs\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xs\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xs\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .xs\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-brand-01:hover{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-brand-02:hover{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-brand-03:hover{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-brand-04:hover{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-brand-05:hover{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-brand-06:hover{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-banner:hover{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-p-01:hover{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-inverse-01:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-medium:hover{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-02:hover{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-03:hover{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-04:hover{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-05:hover{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-error:hover{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xs\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .xs\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-brand-01:focus{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-brand-02:focus{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-brand-03:focus{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-brand-04:focus{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-brand-05:focus{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-brand-06:focus{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-banner:focus{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-p-01:focus{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-inverse-01:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-medium:focus{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-02:focus{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-03:focus{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-04:focus{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-05:focus{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-error:focus{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:bg-current{
    background-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .xs\:group-focus\:bg-current{
    background-color: currentColor !important;
  }

  .group:focus .xs\:group-focus\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xs\:bg-none{
    background-image: none !important;
  }

  .xs\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xs\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:from-red-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xs\:from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xs\:from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xs\:from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xs\:from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xs\:from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xs\:from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xs\:from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xs\:from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xs\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:from-brand-01{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xs\:from-brand-02{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xs\:from-brand-03{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xs\:from-brand-04{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xs\:from-brand-05{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xs\:from-brand-06{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xs\:from-banner{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xs\:from-p-01{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xs\:from-inverse-01{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-gray-light{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:from-gray-medium{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xs\:from-gray-02{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xs\:from-gray-03{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xs\:from-gray-04{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xs\:from-gray-05{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xs\:from-error{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:via-red-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xs\:via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xs\:via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xs\:via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xs\:via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xs\:via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xs\:via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xs\:via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xs\:via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xs\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:via-brand-01{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xs\:via-brand-02{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xs\:via-brand-03{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xs\:via-brand-04{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xs\:via-brand-05{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xs\:via-brand-06{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xs\:via-banner{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xs\:via-p-01{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xs\:via-inverse-01{
    --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;
  }

  .xs\:via-gray-light{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:via-gray-medium{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xs\:via-gray-02{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xs\:via-gray-03{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xs\:via-gray-04{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xs\:via-gray-05{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xs\:via-error{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xs\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xs\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xs\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xs\:to-white{
    --gradient-to-color: #fff !important;
  }

  .xs\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xs\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xs\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xs\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xs\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xs\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xs\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xs\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xs\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xs\:to-red-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .xs\:to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .xs\:to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .xs\:to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .xs\:to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .xs\:to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .xs\:to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .xs\:to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .xs\:to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .xs\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xs\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xs\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xs\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xs\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xs\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xs\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xs\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xs\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xs\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xs\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xs\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xs\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xs\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xs\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xs\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xs\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xs\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xs\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xs\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xs\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xs\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xs\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xs\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xs\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xs\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xs\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xs\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xs\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xs\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xs\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xs\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xs\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xs\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xs\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xs\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xs\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xs\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xs\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xs\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xs\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xs\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xs\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xs\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xs\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xs\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xs\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xs\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xs\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xs\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xs\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xs\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xs\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xs\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xs\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xs\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xs\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xs\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xs\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xs\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xs\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xs\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xs\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xs\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xs\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xs\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xs\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xs\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xs\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xs\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xs\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xs\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xs\:to-brand-01{
    --gradient-to-color: #0d112c !important;
  }

  .xs\:to-brand-02{
    --gradient-to-color: #1F354A !important;
  }

  .xs\:to-brand-03{
    --gradient-to-color: #44CEC9 !important;
  }

  .xs\:to-brand-04{
    --gradient-to-color: #499E8A !important;
  }

  .xs\:to-brand-05{
    --gradient-to-color: #A41F63 !important;
  }

  .xs\:to-brand-06{
    --gradient-to-color: #7D49BB !important;
  }

  .xs\:to-banner{
    --gradient-to-color: #FAD05C !important;
  }

  .xs\:to-p-01{
    --gradient-to-color: #303030 !important;
  }

  .xs\:to-inverse-01{
    --gradient-to-color: #ffffff !important;
  }

  .xs\:to-gray-light{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xs\:to-gray-medium{
    --gradient-to-color: #EEEEEE !important;
  }

  .xs\:to-gray-02{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xs\:to-gray-03{
    --gradient-to-color: #32333e !important;
  }

  .xs\:to-gray-04{
    --gradient-to-color: #272C2C !important;
  }

  .xs\:to-gray-05{
    --gradient-to-color: #575966 !important;
  }

  .xs\:to-error{
    --gradient-to-color: #f35b5b !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xs\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xs\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xs\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xs\:hover\:from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xs\:hover\:from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xs\:hover\:from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xs\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xs\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xs\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:hover\:from-brand-01:hover{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xs\:hover\:from-brand-02:hover{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xs\:hover\:from-brand-03:hover{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xs\:hover\:from-brand-04:hover{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xs\:hover\:from-brand-05:hover{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xs\:hover\:from-brand-06:hover{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xs\:hover\:from-banner:hover{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xs\:hover\:from-p-01:hover{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xs\:hover\:from-inverse-01:hover{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-gray-light:hover{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:hover\:from-gray-medium:hover{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xs\:hover\:from-gray-02:hover{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xs\:hover\:from-gray-03:hover{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xs\:hover\:from-gray-04:hover{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xs\:hover\:from-gray-05:hover{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xs\:hover\:from-error:hover{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xs\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xs\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xs\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xs\:hover\:via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xs\:hover\:via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xs\:hover\:via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xs\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xs\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xs\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:hover\:via-brand-01:hover{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xs\:hover\:via-brand-02:hover{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xs\:hover\:via-brand-03:hover{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xs\:hover\:via-brand-04:hover{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xs\:hover\:via-brand-05:hover{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xs\:hover\:via-brand-06:hover{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xs\:hover\:via-banner:hover{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xs\:hover\:via-p-01:hover{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xs\:hover\:via-inverse-01: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;
  }

  .xs\:hover\:via-gray-light:hover{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:hover\:via-gray-medium:hover{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xs\:hover\:via-gray-02:hover{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xs\:hover\:via-gray-03:hover{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xs\:hover\:via-gray-04:hover{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xs\:hover\:via-gray-05:hover{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xs\:hover\:via-error:hover{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xs\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xs\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xs\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xs\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xs\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xs\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xs\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xs\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xs\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xs\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xs\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xs\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xs\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xs\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .xs\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .xs\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .xs\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .xs\:hover\:to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .xs\:hover\:to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .xs\:hover\:to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .xs\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .xs\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .xs\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xs\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xs\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xs\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xs\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xs\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xs\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xs\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xs\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xs\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xs\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xs\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xs\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xs\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xs\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xs\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xs\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xs\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xs\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xs\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xs\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xs\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xs\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xs\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xs\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xs\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xs\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xs\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xs\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xs\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xs\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xs\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xs\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xs\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xs\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xs\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xs\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xs\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xs\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xs\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xs\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xs\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xs\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xs\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xs\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xs\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xs\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xs\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xs\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xs\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xs\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xs\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xs\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xs\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xs\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xs\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xs\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xs\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xs\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xs\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xs\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xs\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xs\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xs\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xs\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xs\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xs\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xs\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xs\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xs\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xs\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xs\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xs\:hover\:to-brand-01:hover{
    --gradient-to-color: #0d112c !important;
  }

  .xs\:hover\:to-brand-02:hover{
    --gradient-to-color: #1F354A !important;
  }

  .xs\:hover\:to-brand-03:hover{
    --gradient-to-color: #44CEC9 !important;
  }

  .xs\:hover\:to-brand-04:hover{
    --gradient-to-color: #499E8A !important;
  }

  .xs\:hover\:to-brand-05:hover{
    --gradient-to-color: #A41F63 !important;
  }

  .xs\:hover\:to-brand-06:hover{
    --gradient-to-color: #7D49BB !important;
  }

  .xs\:hover\:to-banner:hover{
    --gradient-to-color: #FAD05C !important;
  }

  .xs\:hover\:to-p-01:hover{
    --gradient-to-color: #303030 !important;
  }

  .xs\:hover\:to-inverse-01:hover{
    --gradient-to-color: #ffffff !important;
  }

  .xs\:hover\:to-gray-light:hover{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xs\:hover\:to-gray-medium:hover{
    --gradient-to-color: #EEEEEE !important;
  }

  .xs\:hover\:to-gray-02:hover{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xs\:hover\:to-gray-03:hover{
    --gradient-to-color: #32333e !important;
  }

  .xs\:hover\:to-gray-04:hover{
    --gradient-to-color: #272C2C !important;
  }

  .xs\:hover\:to-gray-05:hover{
    --gradient-to-color: #575966 !important;
  }

  .xs\:hover\:to-error:hover{
    --gradient-to-color: #f35b5b !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xs\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xs\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xs\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xs\:focus\:from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xs\:focus\:from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xs\:focus\:from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xs\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xs\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xs\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:focus\:from-brand-01:focus{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xs\:focus\:from-brand-02:focus{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xs\:focus\:from-brand-03:focus{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xs\:focus\:from-brand-04:focus{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xs\:focus\:from-brand-05:focus{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xs\:focus\:from-brand-06:focus{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xs\:focus\:from-banner:focus{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xs\:focus\:from-p-01:focus{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xs\:focus\:from-inverse-01:focus{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-gray-light:focus{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:focus\:from-gray-medium:focus{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xs\:focus\:from-gray-02:focus{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xs\:focus\:from-gray-03:focus{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xs\:focus\:from-gray-04:focus{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xs\:focus\:from-gray-05:focus{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xs\:focus\:from-error:focus{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xs\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xs\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xs\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xs\:focus\:via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xs\:focus\:via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xs\:focus\:via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xs\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xs\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xs\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:focus\:via-brand-01:focus{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xs\:focus\:via-brand-02:focus{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xs\:focus\:via-brand-03:focus{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xs\:focus\:via-brand-04:focus{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xs\:focus\:via-brand-05:focus{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xs\:focus\:via-brand-06:focus{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xs\:focus\:via-banner:focus{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xs\:focus\:via-p-01:focus{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xs\:focus\:via-inverse-01: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;
  }

  .xs\:focus\:via-gray-light:focus{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:focus\:via-gray-medium:focus{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xs\:focus\:via-gray-02:focus{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xs\:focus\:via-gray-03:focus{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xs\:focus\:via-gray-04:focus{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xs\:focus\:via-gray-05:focus{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xs\:focus\:via-error:focus{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xs\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xs\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xs\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xs\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xs\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xs\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xs\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xs\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xs\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xs\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xs\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xs\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xs\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xs\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .xs\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .xs\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .xs\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .xs\:focus\:to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .xs\:focus\:to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .xs\:focus\:to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .xs\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .xs\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .xs\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xs\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xs\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xs\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xs\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xs\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xs\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xs\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xs\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xs\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xs\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xs\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xs\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xs\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xs\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xs\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xs\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xs\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xs\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xs\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xs\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xs\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xs\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xs\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xs\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xs\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xs\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xs\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xs\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xs\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xs\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xs\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xs\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xs\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xs\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xs\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xs\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xs\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xs\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xs\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xs\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xs\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xs\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xs\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xs\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xs\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xs\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xs\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xs\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xs\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xs\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xs\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xs\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xs\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xs\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xs\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xs\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xs\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xs\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xs\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xs\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xs\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xs\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xs\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xs\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xs\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xs\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xs\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xs\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xs\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xs\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xs\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xs\:focus\:to-brand-01:focus{
    --gradient-to-color: #0d112c !important;
  }

  .xs\:focus\:to-brand-02:focus{
    --gradient-to-color: #1F354A !important;
  }

  .xs\:focus\:to-brand-03:focus{
    --gradient-to-color: #44CEC9 !important;
  }

  .xs\:focus\:to-brand-04:focus{
    --gradient-to-color: #499E8A !important;
  }

  .xs\:focus\:to-brand-05:focus{
    --gradient-to-color: #A41F63 !important;
  }

  .xs\:focus\:to-brand-06:focus{
    --gradient-to-color: #7D49BB !important;
  }

  .xs\:focus\:to-banner:focus{
    --gradient-to-color: #FAD05C !important;
  }

  .xs\:focus\:to-p-01:focus{
    --gradient-to-color: #303030 !important;
  }

  .xs\:focus\:to-inverse-01:focus{
    --gradient-to-color: #ffffff !important;
  }

  .xs\:focus\:to-gray-light:focus{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xs\:focus\:to-gray-medium:focus{
    --gradient-to-color: #EEEEEE !important;
  }

  .xs\:focus\:to-gray-02:focus{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xs\:focus\:to-gray-03:focus{
    --gradient-to-color: #32333e !important;
  }

  .xs\:focus\:to-gray-04:focus{
    --gradient-to-color: #272C2C !important;
  }

  .xs\:focus\:to-gray-05:focus{
    --gradient-to-color: #575966 !important;
  }

  .xs\:focus\:to-error:focus{
    --gradient-to-color: #f35b5b !important;
  }

  .xs\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xs\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xs\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xs\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xs\:bg-opacity-80{
    --bg-opacity: 0.80 !important;
  }

  .xs\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.80 !important;
  }

  .xs\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.80 !important;
  }

  .xs\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xs\:bg-bottom{
    background-position: bottom !important;
  }

  .xs\:bg-center{
    background-position: center !important;
  }

  .xs\:bg-left{
    background-position: left !important;
  }

  .xs\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xs\:bg-left-top{
    background-position: left top !important;
  }

  .xs\:bg-right{
    background-position: right !important;
  }

  .xs\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xs\:bg-right-top{
    background-position: right top !important;
  }

  .xs\:bg-top{
    background-position: top !important;
  }

  .xs\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xs\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xs\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xs\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xs\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xs\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xs\:bg-auto{
    background-size: auto !important;
  }

  .xs\:bg-cover{
    background-size: cover !important;
  }

  .xs\:bg-contain{
    background-size: contain !important;
  }

  .xs\:border-collapse{
    border-collapse: collapse !important;
  }

  .xs\:border-separate{
    border-collapse: separate !important;
  }

  .xs\:border-transparent{
    border-color: transparent !important;
  }

  .xs\:border-current{
    border-color: currentColor !important;
  }

  .xs\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xs\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xs\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xs\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xs\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xs\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xs\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xs\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xs\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xs\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xs\:border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xs\:border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xs\:border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xs\:border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xs\:border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xs\:border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xs\:border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xs\:border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xs\:border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xs\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xs\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xs\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xs\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xs\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xs\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xs\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xs\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xs\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xs\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xs\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xs\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xs\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xs\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xs\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xs\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xs\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xs\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xs\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xs\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xs\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xs\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xs\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xs\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xs\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xs\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xs\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xs\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xs\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xs\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xs\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xs\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xs\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xs\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xs\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xs\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xs\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xs\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xs\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xs\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xs\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xs\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xs\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xs\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xs\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xs\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xs\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xs\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xs\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xs\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xs\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xs\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xs\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xs\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xs\:border-brand-01{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xs\:border-brand-02{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xs\:border-brand-03{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xs\:border-brand-04{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xs\:border-brand-05{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xs\:border-brand-06{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xs\:border-banner{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xs\:border-p-01{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xs\:border-inverse-01{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xs\:border-gray-medium{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xs\:border-gray-02{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xs\:border-gray-03{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xs\:border-gray-04{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xs\:border-gray-05{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xs\:border-error{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xs\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .xs\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-brand-01:hover{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-brand-02:hover{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-brand-03:hover{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-brand-04:hover{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-brand-05:hover{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-brand-06:hover{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-banner:hover{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-p-01:hover{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-inverse-01:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-medium:hover{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-02:hover{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-03:hover{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-04:hover{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-05:hover{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-error:hover{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xs\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .xs\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-brand-01:focus{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-brand-02:focus{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-brand-03:focus{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-brand-04:focus{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-brand-05:focus{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-brand-06:focus{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-banner:focus{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-p-01:focus{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-inverse-01:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-medium:focus{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-02:focus{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-03:focus{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-04:focus{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-05:focus{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-error:focus{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xs\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xs\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-80{
    --border-opacity: 0.80 !important;
  }

  .xs\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-80:hover{
    --border-opacity: 0.80 !important;
  }

  .xs\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-80:focus{
    --border-opacity: 0.80 !important;
  }

  .xs\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xs\:rounded-none{
    border-radius: 0 !important;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xs\:rounded{
    border-radius: 0.25rem !important;
  }

  .xs\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xs\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xs\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xs\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xs\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xs\:rounded-full{
    border-radius: 9999px !important;
  }

  .xs\:rounded-1\/2{
    border-radius: 50% !important;
  }

  .xs\:rounded-menu{
    border-radius: 12px !important;
  }

  .xs\:rounded-button{
    border-radius: 50px !important;
  }

  .xs\:rounded-card{
    border-radius: 22px !important;
  }

  .xs\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-t-1\/2{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-r-1\/2{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-b-1\/2{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-l-1\/2{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-t-menu{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .xs\:rounded-r-menu{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .xs\:rounded-b-menu{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xs\:rounded-l-menu{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xs\:rounded-t-button{
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xs\:rounded-r-button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xs\:rounded-b-button{
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-l-button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-t-card{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .xs\:rounded-r-card{
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .xs\:rounded-b-card{
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .xs\:rounded-l-card{
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .xs\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xs\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-tl-1\/2{
    border-top-left-radius: 50% !important;
  }

  .xs\:rounded-tr-1\/2{
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-br-1\/2{
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-bl-1\/2{
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-tl-menu{
    border-top-left-radius: 12px !important;
  }

  .xs\:rounded-tr-menu{
    border-top-right-radius: 12px !important;
  }

  .xs\:rounded-br-menu{
    border-bottom-right-radius: 12px !important;
  }

  .xs\:rounded-bl-menu{
    border-bottom-left-radius: 12px !important;
  }

  .xs\:rounded-tl-button{
    border-top-left-radius: 50px !important;
  }

  .xs\:rounded-tr-button{
    border-top-right-radius: 50px !important;
  }

  .xs\:rounded-br-button{
    border-bottom-right-radius: 50px !important;
  }

  .xs\:rounded-bl-button{
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-tl-card{
    border-top-left-radius: 22px !important;
  }

  .xs\:rounded-tr-card{
    border-top-right-radius: 22px !important;
  }

  .xs\:rounded-br-card{
    border-bottom-right-radius: 22px !important;
  }

  .xs\:rounded-bl-card{
    border-bottom-left-radius: 22px !important;
  }

  .xs\:border-solid{
    border-style: solid !important;
  }

  .xs\:border-dashed{
    border-style: dashed !important;
  }

  .xs\:border-dotted{
    border-style: dotted !important;
  }

  .xs\:border-double{
    border-style: double !important;
  }

  .xs\:border-none{
    border-style: none !important;
  }

  .xs\:border-0{
    border-width: 0 !important;
  }

  .xs\:border-1{
    border-width: 1px !important;
  }

  .xs\:border-2{
    border-width: 2px !important;
  }

  .xs\:border-4{
    border-width: 4px !important;
  }

  .xs\:border-8{
    border-width: 8px !important;
  }

  .xs\:border{
    border-width: 1px !important;
  }

  .xs\:border-t-0{
    border-top-width: 0 !important;
  }

  .xs\:border-r-0{
    border-right-width: 0 !important;
  }

  .xs\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xs\:border-l-0{
    border-left-width: 0 !important;
  }

  .xs\:border-t-1{
    border-top-width: 1px !important;
  }

  .xs\:border-r-1{
    border-right-width: 1px !important;
  }

  .xs\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .xs\:border-l-1{
    border-left-width: 1px !important;
  }

  .xs\:border-t-2{
    border-top-width: 2px !important;
  }

  .xs\:border-r-2{
    border-right-width: 2px !important;
  }

  .xs\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xs\:border-l-2{
    border-left-width: 2px !important;
  }

  .xs\:border-t-4{
    border-top-width: 4px !important;
  }

  .xs\:border-r-4{
    border-right-width: 4px !important;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xs\:border-l-4{
    border-left-width: 4px !important;
  }

  .xs\:border-t-8{
    border-top-width: 8px !important;
  }

  .xs\:border-r-8{
    border-right-width: 8px !important;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xs\:border-l-8{
    border-left-width: 8px !important;
  }

  .xs\:border-t{
    border-top-width: 1px !important;
  }

  .xs\:border-r{
    border-right-width: 1px !important;
  }

  .xs\:border-b{
    border-bottom-width: 1px !important;
  }

  .xs\:border-l{
    border-left-width: 1px !important;
  }

  .xs\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xs\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xs\:cursor-auto{
    cursor: auto !important;
  }

  .xs\:cursor-default{
    cursor: default !important;
  }

  .xs\:cursor-pointer{
    cursor: pointer !important;
  }

  .xs\:cursor-wait{
    cursor: wait !important;
  }

  .xs\:cursor-text{
    cursor: text !important;
  }

  .xs\:cursor-move{
    cursor: move !important;
  }

  .xs\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xs\:block{
    display: block !important;
  }

  .xs\:inline-block{
    display: inline-block !important;
  }

  .xs\:inline{
    display: inline !important;
  }

  .xs\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xs\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xs\:table{
    display: table !important;
  }

  .xs\:table-caption{
    display: table-caption !important;
  }

  .xs\:table-cell{
    display: table-cell !important;
  }

  .xs\:table-column{
    display: table-column !important;
  }

  .xs\:table-column-group{
    display: table-column-group !important;
  }

  .xs\:table-footer-group{
    display: table-footer-group !important;
  }

  .xs\:table-header-group{
    display: table-header-group !important;
  }

  .xs\:table-row-group{
    display: table-row-group !important;
  }

  .xs\:table-row{
    display: table-row !important;
  }

  .xs\:flow-root{
    display: flow-root !important;
  }

  .xs\:grid{
    display: grid !important;
  }

  .xs\:inline-grid{
    display: inline-grid !important;
  }

  .xs\:contents{
    display: contents !important;
  }

  .xs\:hidden{
    display: none !important;
  }

  .group:hover .xs\:group-hover\:block{
    display: block !important;
  }

  .group:hover .xs\:group-hover\:inline-block{
    display: inline-block !important;
  }

  .group:hover .xs\:group-hover\:inline{
    display: inline !important;
  }

  .group:hover .xs\:group-hover\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:hover .xs\:group-hover\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:hover .xs\:group-hover\:table{
    display: table !important;
  }

  .group:hover .xs\:group-hover\:table-caption{
    display: table-caption !important;
  }

  .group:hover .xs\:group-hover\:table-cell{
    display: table-cell !important;
  }

  .group:hover .xs\:group-hover\:table-column{
    display: table-column !important;
  }

  .group:hover .xs\:group-hover\:table-column-group{
    display: table-column-group !important;
  }

  .group:hover .xs\:group-hover\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:hover .xs\:group-hover\:table-header-group{
    display: table-header-group !important;
  }

  .group:hover .xs\:group-hover\:table-row-group{
    display: table-row-group !important;
  }

  .group:hover .xs\:group-hover\:table-row{
    display: table-row !important;
  }

  .group:hover .xs\:group-hover\:flow-root{
    display: flow-root !important;
  }

  .group:hover .xs\:group-hover\:grid{
    display: grid !important;
  }

  .group:hover .xs\:group-hover\:inline-grid{
    display: inline-grid !important;
  }

  .group:hover .xs\:group-hover\:contents{
    display: contents !important;
  }

  .group:hover .xs\:group-hover\:hidden{
    display: none !important;
  }

  .group:focus .xs\:group-focus\:block{
    display: block !important;
  }

  .group:focus .xs\:group-focus\:inline-block{
    display: inline-block !important;
  }

  .group:focus .xs\:group-focus\:inline{
    display: inline !important;
  }

  .group:focus .xs\:group-focus\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:focus .xs\:group-focus\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:focus .xs\:group-focus\:table{
    display: table !important;
  }

  .group:focus .xs\:group-focus\:table-caption{
    display: table-caption !important;
  }

  .group:focus .xs\:group-focus\:table-cell{
    display: table-cell !important;
  }

  .group:focus .xs\:group-focus\:table-column{
    display: table-column !important;
  }

  .group:focus .xs\:group-focus\:table-column-group{
    display: table-column-group !important;
  }

  .group:focus .xs\:group-focus\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:focus .xs\:group-focus\:table-header-group{
    display: table-header-group !important;
  }

  .group:focus .xs\:group-focus\:table-row-group{
    display: table-row-group !important;
  }

  .group:focus .xs\:group-focus\:table-row{
    display: table-row !important;
  }

  .group:focus .xs\:group-focus\:flow-root{
    display: flow-root !important;
  }

  .group:focus .xs\:group-focus\:grid{
    display: grid !important;
  }

  .group:focus .xs\:group-focus\:inline-grid{
    display: inline-grid !important;
  }

  .group:focus .xs\:group-focus\:contents{
    display: contents !important;
  }

  .group:focus .xs\:group-focus\:hidden{
    display: none !important;
  }

  .xs\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xs\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xs\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xs\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xs\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xs\:place-items-auto{
    place-items: auto !important;
  }

  .xs\:place-items-start{
    place-items: start !important;
  }

  .xs\:place-items-end{
    place-items: end !important;
  }

  .xs\:place-items-center{
    place-items: center !important;
  }

  .xs\:place-items-stretch{
    place-items: stretch !important;
  }

  .xs\:place-content-center{
    place-content: center !important;
  }

  .xs\:place-content-start{
    place-content: start !important;
  }

  .xs\:place-content-end{
    place-content: end !important;
  }

  .xs\:place-content-between{
    place-content: space-between !important;
  }

  .xs\:place-content-around{
    place-content: space-around !important;
  }

  .xs\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xs\:place-content-stretch{
    place-content: stretch !important;
  }

  .xs\:place-self-auto{
    place-self: auto !important;
  }

  .xs\:place-self-start{
    place-self: start !important;
  }

  .xs\:place-self-end{
    place-self: end !important;
  }

  .xs\:place-self-center{
    place-self: center !important;
  }

  .xs\:place-self-stretch{
    place-self: stretch !important;
  }

  .xs\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xs\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xs\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xs\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xs\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:hover .xs\:group-hover\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:hover .xs\:group-hover\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:hover .xs\:group-hover\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:hover .xs\:group-hover\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:hover .xs\:group-hover\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:focus .xs\:group-focus\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:focus .xs\:group-focus\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:focus .xs\:group-focus\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:focus .xs\:group-focus\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:focus .xs\:group-focus\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xs\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xs\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xs\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xs\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xs\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xs\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xs\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xs\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xs\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xs\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xs\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xs\:justify-items-auto{
    justify-items: auto !important;
  }

  .xs\:justify-items-start{
    justify-items: start !important;
  }

  .xs\:justify-items-end{
    justify-items: end !important;
  }

  .xs\:justify-items-center{
    justify-items: center !important;
  }

  .xs\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xs\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xs\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xs\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xs\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xs\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xs\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xs\:justify-self-auto{
    justify-self: auto !important;
  }

  .xs\:justify-self-start{
    justify-self: start !important;
  }

  .xs\:justify-self-end{
    justify-self: end !important;
  }

  .xs\:justify-self-center{
    justify-self: center !important;
  }

  .xs\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xs\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xs\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xs\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xs\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xs\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xs\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xs\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xs\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xs\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xs\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xs\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xs\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xs\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xs\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xs\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xs\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xs\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xs\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xs\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xs\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xs\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xs\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xs\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xs\:float-right{
    float: right !important;
  }

  .xs\:float-left{
    float: left !important;
  }

  .xs\:float-none{
    float: none !important;
  }

  .xs\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xs\:clear-left{
    clear: left !important;
  }

  .xs\:clear-right{
    clear: right !important;
  }

  .xs\:clear-both{
    clear: both !important;
  }

  .xs\:clear-none{
    clear: none !important;
  }

  .xs\:font-body{
    font-family: Roboto !important;
  }

  .xs\:font-heading{
    font-family: Lato !important;
  }

  .xs\:font-hairline{
    font-weight: 100 !important;
  }

  .xs\:font-thin{
    font-weight: 200 !important;
  }

  .xs\:font-light{
    font-weight: 300 !important;
  }

  .xs\:font-normal{
    font-weight: 400 !important;
  }

  .xs\:font-medium{
    font-weight: 500 !important;
  }

  .xs\:font-semibold{
    font-weight: 600 !important;
  }

  .xs\:font-bold{
    font-weight: 700 !important;
  }

  .xs\:font-extrabold{
    font-weight: 800 !important;
  }

  .xs\:font-black{
    font-weight: 900 !important;
  }

  .xs\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xs\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xs\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xs\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xs\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xs\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xs\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xs\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xs\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xs\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xs\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xs\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xs\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xs\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xs\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xs\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xs\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xs\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xs\:h-0{
    height: 0 !important;
  }

  .xs\:h-1{
    height: 0.25rem !important;
  }

  .xs\:h-2{
    height: 0.5rem !important;
  }

  .xs\:h-3{
    height: 0.75rem !important;
  }

  .xs\:h-4{
    height: 1rem !important;
  }

  .xs\:h-5{
    height: 1.25rem !important;
  }

  .xs\:h-6{
    height: 1.5rem !important;
  }

  .xs\:h-7{
    height: 1.75rem !important;
  }

  .xs\:h-8{
    height: 2rem !important;
  }

  .xs\:h-10{
    height: 2.5rem !important;
  }

  .xs\:h-12{
    height: 3rem !important;
  }

  .xs\:h-16{
    height: 4rem !important;
  }

  .xs\:h-18{
    height: 4.75rem !important;
  }

  .xs\:h-20{
    height: 5rem !important;
  }

  .xs\:h-22{
    height: 6rem !important;
  }

  .xs\:h-24{
    height: 6rem !important;
  }

  .xs\:h-28{
    height: 7rem !important;
  }

  .xs\:h-32{
    height: 8rem !important;
  }

  .xs\:h-40{
    height: 10rem !important;
  }

  .xs\:h-44{
    height: 11rem !important;
  }

  .xs\:h-48{
    height: 13rem !important;
  }

  .xs\:h-56{
    height: 14rem !important;
  }

  .xs\:h-60{
    height: 15rem !important;
  }

  .xs\:h-64{
    height: 16rem !important;
  }

  .xs\:h-66{
    height: 18rem !important;
  }

  .xs\:h-68{
    height: 21rem !important;
  }

  .xs\:h-70{
    height: 23rem !important;
  }

  .xs\:h-72{
    height: 25rem !important;
  }

  .xs\:h-74{
    height: 27rem !important;
  }

  .xs\:h-75{
    height: 75px !important;
  }

  .xs\:h-78{
    height: 29rem !important;
  }

  .xs\:h-80{
    height: 80px !important;
  }

  .xs\:h-90{
    height: 90px !important;
  }

  .xs\:h-150{
    height: 150px !important;
  }

  .xs\:h-200{
    height: 200px !important;
  }

  .xs\:h-250{
    height: 250px !important;
  }

  .xs\:h-270{
    height: 270px !important;
  }

  .xs\:h-310{
    height: 310px !important;
  }

  .xs\:h-330{
    height: 330px !important;
  }

  .xs\:h-390{
    height: 390px !important;
  }

  .xs\:h-400{
    height: 400px !important;
  }

  .xs\:h-450{
    height: 450px !important;
  }

  .xs\:h-500{
    height: 500px !important;
  }

  .xs\:h-550{
    height: 550px !important;
  }

  .xs\:h-600{
    height: 600px !important;
  }

  .xs\:h-700{
    height: 700px !important;
  }

  .xs\:h-auto{
    height: auto !important;
  }

  .xs\:h-px{
    height: 1px !important;
  }

  .xs\:h-2px{
    height: 2px !important;
  }

  .xs\:h-full{
    height: 100% !important;
  }

  .xs\:h-screen{
    height: 100vw !important;
  }

  .xs\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xs\:h-1\/2{
    height: 50% !important;
  }

  .xs\:h-1\/3{
    height: 33.333333% !important;
  }

  .xs\:h-2\/3{
    height: 66.666667% !important;
  }

  .xs\:h-1\/4{
    height: 25% !important;
  }

  .xs\:h-2\/4{
    height: 50% !important;
  }

  .xs\:h-3\/4{
    height: 75% !important;
  }

  .xs\:h-1\/5{
    height: 20% !important;
  }

  .xs\:h-2\/5{
    height: 40% !important;
  }

  .xs\:h-3\/5{
    height: 60% !important;
  }

  .xs\:h-4\/5{
    height: 80% !important;
  }

  .xs\:h-1\/6{
    height: 16.666667% !important;
  }

  .xs\:h-2\/6{
    height: 33.333333% !important;
  }

  .xs\:h-3\/6{
    height: 50% !important;
  }

  .xs\:h-4\/6{
    height: 66.666667% !important;
  }

  .xs\:h-5\/6{
    height: 83.333333% !important;
  }

  .xs\:h-1\/12{
    height: 8.333333% !important;
  }

  .xs\:h-2\/12{
    height: 16.666667% !important;
  }

  .xs\:h-3\/12{
    height: 25% !important;
  }

  .xs\:h-4\/12{
    height: 33.333333% !important;
  }

  .xs\:h-5\/12{
    height: 41.666667% !important;
  }

  .xs\:h-6\/12{
    height: 50% !important;
  }

  .xs\:h-7\/12{
    height: 58.333333% !important;
  }

  .xs\:h-8\/12{
    height: 66.666667% !important;
  }

  .xs\:h-9\/12{
    height: 75% !important;
  }

  .xs\:h-10\/12{
    height: 83.333333% !important;
  }

  .xs\:h-11\/12{
    height: 91.666667% !important;
  }

  .xs\:h-logo_header{
    height: 50px !important;
  }

  .xs\:h-logo_header_bsc{
    height: 60px !important;
  }

  .xs\:h-logo_footer{
    height: 70px !important;
  }

  .xs\:h-page_title{
    height: 140px !important;
  }

  .xs\:h-page_title2{
    height: 260px !important;
  }

  .xs\:text-xs{
    font-size: 0.75rem !important;
  }

  .xs\:text-sm{
    font-size: 0.875rem !important;
  }

  .xs\:text-base{
    font-size: 1rem !important;
  }

  .xs\:text-lg{
    font-size: 1.125rem !important;
  }

  .xs\:text-xl{
    font-size: 1.25rem !important;
  }

  .xs\:text-2xl{
    font-size: 1.375rem !important;
  }

  .xs\:text-3xl{
    font-size: 1.875rem !important;
  }

  .xs\:text-4xl{
    font-size: 2rem !important;
  }

  .xs\:text-5xl{
    font-size: 2.8rem !important;
  }

  .xs\:text-12rem{
    font-size: 12rem !important;
  }

  .xs\:leading-3{
    line-height: .75rem !important;
  }

  .xs\:leading-4{
    line-height: 1rem !important;
  }

  .xs\:leading-5{
    line-height: 1.25rem !important;
  }

  .xs\:leading-6{
    line-height: 1.5rem !important;
  }

  .xs\:leading-7{
    line-height: 1.75rem !important;
  }

  .xs\:leading-8{
    line-height: 2rem !important;
  }

  .xs\:leading-9{
    line-height: 2.25rem !important;
  }

  .xs\:leading-10{
    line-height: 2.5rem !important;
  }

  .xs\:leading-none{
    line-height: 1 !important;
  }

  .xs\:leading-tight{
    line-height: 1.25 !important;
  }

  .xs\:leading-snug{
    line-height: 1.375 !important;
  }

  .xs\:leading-normal{
    line-height: 1.5 !important;
  }

  .xs\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xs\:leading-loose{
    line-height: 2 !important;
  }

  .xs\:list-inside{
    list-style-position: inside !important;
  }

  .xs\:list-outside{
    list-style-position: outside !important;
  }

  .xs\:list-none{
    list-style-type: none !important;
  }

  .xs\:list-disc{
    list-style-type: disc !important;
  }

  .xs\:list-decimal{
    list-style-type: decimal !important;
  }

  .xs\:m-0{
    margin: 0 !important;
  }

  .xs\:m-1{
    margin: 0.25rem !important;
  }

  .xs\:m-2{
    margin: 0.5rem !important;
  }

  .xs\:m-3{
    margin: 0.75rem !important;
  }

  .xs\:m-4{
    margin: 1rem !important;
  }

  .xs\:m-5{
    margin: 1.25rem !important;
  }

  .xs\:m-6{
    margin: 1.5rem !important;
  }

  .xs\:m-7{
    margin: 1.75rem !important;
  }

  .xs\:m-8{
    margin: 2rem !important;
  }

  .xs\:m-10{
    margin: 2.5rem !important;
  }

  .xs\:m-12{
    margin: 3rem !important;
  }

  .xs\:m-16{
    margin: 4rem !important;
  }

  .xs\:m-18{
    margin: 4.75rem !important;
  }

  .xs\:m-20{
    margin: 5rem !important;
  }

  .xs\:m-22{
    margin: 6rem !important;
  }

  .xs\:m-24{
    margin: 6rem !important;
  }

  .xs\:m-28{
    margin: 7rem !important;
  }

  .xs\:m-32{
    margin: 8rem !important;
  }

  .xs\:m-40{
    margin: 10rem !important;
  }

  .xs\:m-44{
    margin: 11rem !important;
  }

  .xs\:m-48{
    margin: 13rem !important;
  }

  .xs\:m-56{
    margin: 14rem !important;
  }

  .xs\:m-60{
    margin: 15rem !important;
  }

  .xs\:m-64{
    margin: 16rem !important;
  }

  .xs\:m-66{
    margin: 18rem !important;
  }

  .xs\:m-68{
    margin: 21rem !important;
  }

  .xs\:m-70{
    margin: 23rem !important;
  }

  .xs\:m-72{
    margin: 25rem !important;
  }

  .xs\:m-74{
    margin: 27rem !important;
  }

  .xs\:m-75{
    margin: 75px !important;
  }

  .xs\:m-78{
    margin: 29rem !important;
  }

  .xs\:m-80{
    margin: 80px !important;
  }

  .xs\:m-90{
    margin: 90px !important;
  }

  .xs\:m-150{
    margin: 150px !important;
  }

  .xs\:m-200{
    margin: 200px !important;
  }

  .xs\:m-250{
    margin: 250px !important;
  }

  .xs\:m-270{
    margin: 270px !important;
  }

  .xs\:m-310{
    margin: 310px !important;
  }

  .xs\:m-330{
    margin: 330px !important;
  }

  .xs\:m-390{
    margin: 390px !important;
  }

  .xs\:m-400{
    margin: 400px !important;
  }

  .xs\:m-450{
    margin: 450px !important;
  }

  .xs\:m-500{
    margin: 500px !important;
  }

  .xs\:m-550{
    margin: 550px !important;
  }

  .xs\:m-600{
    margin: 600px !important;
  }

  .xs\:m-700{
    margin: 700px !important;
  }

  .xs\:m-auto{
    margin: auto !important;
  }

  .xs\:m-px{
    margin: 1px !important;
  }

  .xs\:m-2px{
    margin: 2px !important;
  }

  .xs\:-m-1{
    margin: -0.25rem !important;
  }

  .xs\:-m-2{
    margin: -0.5rem !important;
  }

  .xs\:-m-3{
    margin: -0.75rem !important;
  }

  .xs\:-m-4{
    margin: -1rem !important;
  }

  .xs\:-m-5{
    margin: -1.25rem !important;
  }

  .xs\:-m-6{
    margin: -1.5rem !important;
  }

  .xs\:-m-7{
    margin: -1.75rem !important;
  }

  .xs\:-m-8{
    margin: -2rem !important;
  }

  .xs\:-m-10{
    margin: -2.5rem !important;
  }

  .xs\:-m-12{
    margin: -3rem !important;
  }

  .xs\:-m-16{
    margin: -4rem !important;
  }

  .xs\:-m-18{
    margin: -4.75rem !important;
  }

  .xs\:-m-20{
    margin: -5rem !important;
  }

  .xs\:-m-22{
    margin: -6rem !important;
  }

  .xs\:-m-24{
    margin: -6rem !important;
  }

  .xs\:-m-28{
    margin: -7rem !important;
  }

  .xs\:-m-32{
    margin: -8rem !important;
  }

  .xs\:-m-40{
    margin: -10rem !important;
  }

  .xs\:-m-44{
    margin: -11rem !important;
  }

  .xs\:-m-48{
    margin: -13rem !important;
  }

  .xs\:-m-56{
    margin: -14rem !important;
  }

  .xs\:-m-60{
    margin: -15rem !important;
  }

  .xs\:-m-64{
    margin: -16rem !important;
  }

  .xs\:-m-66{
    margin: -18rem !important;
  }

  .xs\:-m-68{
    margin: -21rem !important;
  }

  .xs\:-m-70{
    margin: -23rem !important;
  }

  .xs\:-m-72{
    margin: -25rem !important;
  }

  .xs\:-m-74{
    margin: -27rem !important;
  }

  .xs\:-m-75{
    margin: -75px !important;
  }

  .xs\:-m-78{
    margin: -29rem !important;
  }

  .xs\:-m-80{
    margin: -80px !important;
  }

  .xs\:-m-90{
    margin: -90px !important;
  }

  .xs\:-m-150{
    margin: -150px !important;
  }

  .xs\:-m-200{
    margin: -200px !important;
  }

  .xs\:-m-250{
    margin: -250px !important;
  }

  .xs\:-m-270{
    margin: -270px !important;
  }

  .xs\:-m-310{
    margin: -310px !important;
  }

  .xs\:-m-330{
    margin: -330px !important;
  }

  .xs\:-m-390{
    margin: -390px !important;
  }

  .xs\:-m-400{
    margin: -400px !important;
  }

  .xs\:-m-450{
    margin: -450px !important;
  }

  .xs\:-m-500{
    margin: -500px !important;
  }

  .xs\:-m-550{
    margin: -550px !important;
  }

  .xs\:-m-600{
    margin: -600px !important;
  }

  .xs\:-m-700{
    margin: -700px !important;
  }

  .xs\:-m-px{
    margin: -1px !important;
  }

  .xs\:-m-2px{
    margin: -2px !important;
  }

  .xs\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xs\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xs\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xs\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xs\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xs\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xs\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xs\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xs\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xs\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xs\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xs\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xs\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xs\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xs\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xs\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xs\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xs\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xs\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xs\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xs\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xs\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xs\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xs\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xs\:my-18{
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .xs\:mx-18{
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }

  .xs\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xs\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xs\:my-22{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xs\:mx-22{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xs\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xs\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xs\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xs\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xs\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xs\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xs\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xs\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xs\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xs\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xs\:my-48{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xs\:mx-48{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xs\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xs\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xs\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xs\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xs\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xs\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xs\:my-66{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xs\:mx-66{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xs\:my-68{
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }

  .xs\:mx-68{
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }

  .xs\:my-70{
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }

  .xs\:mx-70{
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }

  .xs\:my-72{
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .xs\:mx-72{
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .xs\:my-74{
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .xs\:mx-74{
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }

  .xs\:my-75{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .xs\:mx-75{
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .xs\:my-78{
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }

  .xs\:mx-78{
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }

  .xs\:my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xs\:mx-80{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xs\:my-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .xs\:mx-90{
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .xs\:my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .xs\:mx-150{
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .xs\:my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xs\:mx-200{
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xs\:my-250{
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .xs\:mx-250{
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .xs\:my-270{
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }

  .xs\:mx-270{
    margin-left: 270px !important;
    margin-right: 270px !important;
  }

  .xs\:my-310{
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }

  .xs\:mx-310{
    margin-left: 310px !important;
    margin-right: 310px !important;
  }

  .xs\:my-330{
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .xs\:mx-330{
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .xs\:my-390{
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }

  .xs\:mx-390{
    margin-left: 390px !important;
    margin-right: 390px !important;
  }

  .xs\:my-400{
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }

  .xs\:mx-400{
    margin-left: 400px !important;
    margin-right: 400px !important;
  }

  .xs\:my-450{
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }

  .xs\:mx-450{
    margin-left: 450px !important;
    margin-right: 450px !important;
  }

  .xs\:my-500{
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }

  .xs\:mx-500{
    margin-left: 500px !important;
    margin-right: 500px !important;
  }

  .xs\:my-550{
    margin-top: 550px !important;
    margin-bottom: 550px !important;
  }

  .xs\:mx-550{
    margin-left: 550px !important;
    margin-right: 550px !important;
  }

  .xs\:my-600{
    margin-top: 600px !important;
    margin-bottom: 600px !important;
  }

  .xs\:mx-600{
    margin-left: 600px !important;
    margin-right: 600px !important;
  }

  .xs\:my-700{
    margin-top: 700px !important;
    margin-bottom: 700px !important;
  }

  .xs\:mx-700{
    margin-left: 700px !important;
    margin-right: 700px !important;
  }

  .xs\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xs\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xs\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xs\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xs\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xs\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xs\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xs\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xs\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xs\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xs\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xs\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xs\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xs\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xs\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xs\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xs\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xs\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xs\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xs\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xs\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xs\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xs\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xs\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xs\:-my-18{
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .xs\:-mx-18{
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }

  .xs\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xs\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xs\:-my-22{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xs\:-mx-22{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xs\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xs\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xs\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xs\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xs\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xs\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xs\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xs\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xs\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xs\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xs\:-my-48{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xs\:-mx-48{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xs\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xs\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xs\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xs\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xs\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xs\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xs\:-my-66{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xs\:-mx-66{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xs\:-my-68{
    margin-top: -21rem !important;
    margin-bottom: -21rem !important;
  }

  .xs\:-mx-68{
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }

  .xs\:-my-70{
    margin-top: -23rem !important;
    margin-bottom: -23rem !important;
  }

  .xs\:-mx-70{
    margin-left: -23rem !important;
    margin-right: -23rem !important;
  }

  .xs\:-my-72{
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .xs\:-mx-72{
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .xs\:-my-74{
    margin-top: -27rem !important;
    margin-bottom: -27rem !important;
  }

  .xs\:-mx-74{
    margin-left: -27rem !important;
    margin-right: -27rem !important;
  }

  .xs\:-my-75{
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .xs\:-mx-75{
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .xs\:-my-78{
    margin-top: -29rem !important;
    margin-bottom: -29rem !important;
  }

  .xs\:-mx-78{
    margin-left: -29rem !important;
    margin-right: -29rem !important;
  }

  .xs\:-my-80{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xs\:-mx-80{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xs\:-my-90{
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .xs\:-mx-90{
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .xs\:-my-150{
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .xs\:-mx-150{
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .xs\:-my-200{
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xs\:-mx-200{
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xs\:-my-250{
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .xs\:-mx-250{
    margin-left: -250px !important;
    margin-right: -250px !important;
  }

  .xs\:-my-270{
    margin-top: -270px !important;
    margin-bottom: -270px !important;
  }

  .xs\:-mx-270{
    margin-left: -270px !important;
    margin-right: -270px !important;
  }

  .xs\:-my-310{
    margin-top: -310px !important;
    margin-bottom: -310px !important;
  }

  .xs\:-mx-310{
    margin-left: -310px !important;
    margin-right: -310px !important;
  }

  .xs\:-my-330{
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .xs\:-mx-330{
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .xs\:-my-390{
    margin-top: -390px !important;
    margin-bottom: -390px !important;
  }

  .xs\:-mx-390{
    margin-left: -390px !important;
    margin-right: -390px !important;
  }

  .xs\:-my-400{
    margin-top: -400px !important;
    margin-bottom: -400px !important;
  }

  .xs\:-mx-400{
    margin-left: -400px !important;
    margin-right: -400px !important;
  }

  .xs\:-my-450{
    margin-top: -450px !important;
    margin-bottom: -450px !important;
  }

  .xs\:-mx-450{
    margin-left: -450px !important;
    margin-right: -450px !important;
  }

  .xs\:-my-500{
    margin-top: -500px !important;
    margin-bottom: -500px !important;
  }

  .xs\:-mx-500{
    margin-left: -500px !important;
    margin-right: -500px !important;
  }

  .xs\:-my-550{
    margin-top: -550px !important;
    margin-bottom: -550px !important;
  }

  .xs\:-mx-550{
    margin-left: -550px !important;
    margin-right: -550px !important;
  }

  .xs\:-my-600{
    margin-top: -600px !important;
    margin-bottom: -600px !important;
  }

  .xs\:-mx-600{
    margin-left: -600px !important;
    margin-right: -600px !important;
  }

  .xs\:-my-700{
    margin-top: -700px !important;
    margin-bottom: -700px !important;
  }

  .xs\:-mx-700{
    margin-left: -700px !important;
    margin-right: -700px !important;
  }

  .xs\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xs\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xs\:mt-0{
    margin-top: 0 !important;
  }

  .xs\:mr-0{
    margin-right: 0 !important;
  }

  .xs\:mb-0{
    margin-bottom: 0 !important;
  }

  .xs\:ml-0{
    margin-left: 0 !important;
  }

  .xs\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xs\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xs\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xs\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xs\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xs\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xs\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xs\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xs\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xs\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xs\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xs\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xs\:mt-4{
    margin-top: 1rem !important;
  }

  .xs\:mr-4{
    margin-right: 1rem !important;
  }

  .xs\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xs\:ml-4{
    margin-left: 1rem !important;
  }

  .xs\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xs\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xs\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xs\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xs\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xs\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xs\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xs\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xs\:mt-7{
    margin-top: 1.75rem !important;
  }

  .xs\:mr-7{
    margin-right: 1.75rem !important;
  }

  .xs\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .xs\:ml-7{
    margin-left: 1.75rem !important;
  }

  .xs\:mt-8{
    margin-top: 2rem !important;
  }

  .xs\:mr-8{
    margin-right: 2rem !important;
  }

  .xs\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xs\:ml-8{
    margin-left: 2rem !important;
  }

  .xs\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xs\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xs\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xs\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xs\:mt-12{
    margin-top: 3rem !important;
  }

  .xs\:mr-12{
    margin-right: 3rem !important;
  }

  .xs\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xs\:ml-12{
    margin-left: 3rem !important;
  }

  .xs\:mt-16{
    margin-top: 4rem !important;
  }

  .xs\:mr-16{
    margin-right: 4rem !important;
  }

  .xs\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xs\:ml-16{
    margin-left: 4rem !important;
  }

  .xs\:mt-18{
    margin-top: 4.75rem !important;
  }

  .xs\:mr-18{
    margin-right: 4.75rem !important;
  }

  .xs\:mb-18{
    margin-bottom: 4.75rem !important;
  }

  .xs\:ml-18{
    margin-left: 4.75rem !important;
  }

  .xs\:mt-20{
    margin-top: 5rem !important;
  }

  .xs\:mr-20{
    margin-right: 5rem !important;
  }

  .xs\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xs\:ml-20{
    margin-left: 5rem !important;
  }

  .xs\:mt-22{
    margin-top: 6rem !important;
  }

  .xs\:mr-22{
    margin-right: 6rem !important;
  }

  .xs\:mb-22{
    margin-bottom: 6rem !important;
  }

  .xs\:ml-22{
    margin-left: 6rem !important;
  }

  .xs\:mt-24{
    margin-top: 6rem !important;
  }

  .xs\:mr-24{
    margin-right: 6rem !important;
  }

  .xs\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xs\:ml-24{
    margin-left: 6rem !important;
  }

  .xs\:mt-28{
    margin-top: 7rem !important;
  }

  .xs\:mr-28{
    margin-right: 7rem !important;
  }

  .xs\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xs\:ml-28{
    margin-left: 7rem !important;
  }

  .xs\:mt-32{
    margin-top: 8rem !important;
  }

  .xs\:mr-32{
    margin-right: 8rem !important;
  }

  .xs\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xs\:ml-32{
    margin-left: 8rem !important;
  }

  .xs\:mt-40{
    margin-top: 10rem !important;
  }

  .xs\:mr-40{
    margin-right: 10rem !important;
  }

  .xs\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xs\:ml-40{
    margin-left: 10rem !important;
  }

  .xs\:mt-44{
    margin-top: 11rem !important;
  }

  .xs\:mr-44{
    margin-right: 11rem !important;
  }

  .xs\:mb-44{
    margin-bottom: 11rem !important;
  }

  .xs\:ml-44{
    margin-left: 11rem !important;
  }

  .xs\:mt-48{
    margin-top: 13rem !important;
  }

  .xs\:mr-48{
    margin-right: 13rem !important;
  }

  .xs\:mb-48{
    margin-bottom: 13rem !important;
  }

  .xs\:ml-48{
    margin-left: 13rem !important;
  }

  .xs\:mt-56{
    margin-top: 14rem !important;
  }

  .xs\:mr-56{
    margin-right: 14rem !important;
  }

  .xs\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xs\:ml-56{
    margin-left: 14rem !important;
  }

  .xs\:mt-60{
    margin-top: 15rem !important;
  }

  .xs\:mr-60{
    margin-right: 15rem !important;
  }

  .xs\:mb-60{
    margin-bottom: 15rem !important;
  }

  .xs\:ml-60{
    margin-left: 15rem !important;
  }

  .xs\:mt-64{
    margin-top: 16rem !important;
  }

  .xs\:mr-64{
    margin-right: 16rem !important;
  }

  .xs\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xs\:ml-64{
    margin-left: 16rem !important;
  }

  .xs\:mt-66{
    margin-top: 18rem !important;
  }

  .xs\:mr-66{
    margin-right: 18rem !important;
  }

  .xs\:mb-66{
    margin-bottom: 18rem !important;
  }

  .xs\:ml-66{
    margin-left: 18rem !important;
  }

  .xs\:mt-68{
    margin-top: 21rem !important;
  }

  .xs\:mr-68{
    margin-right: 21rem !important;
  }

  .xs\:mb-68{
    margin-bottom: 21rem !important;
  }

  .xs\:ml-68{
    margin-left: 21rem !important;
  }

  .xs\:mt-70{
    margin-top: 23rem !important;
  }

  .xs\:mr-70{
    margin-right: 23rem !important;
  }

  .xs\:mb-70{
    margin-bottom: 23rem !important;
  }

  .xs\:ml-70{
    margin-left: 23rem !important;
  }

  .xs\:mt-72{
    margin-top: 25rem !important;
  }

  .xs\:mr-72{
    margin-right: 25rem !important;
  }

  .xs\:mb-72{
    margin-bottom: 25rem !important;
  }

  .xs\:ml-72{
    margin-left: 25rem !important;
  }

  .xs\:mt-74{
    margin-top: 27rem !important;
  }

  .xs\:mr-74{
    margin-right: 27rem !important;
  }

  .xs\:mb-74{
    margin-bottom: 27rem !important;
  }

  .xs\:ml-74{
    margin-left: 27rem !important;
  }

  .xs\:mt-75{
    margin-top: 75px !important;
  }

  .xs\:mr-75{
    margin-right: 75px !important;
  }

  .xs\:mb-75{
    margin-bottom: 75px !important;
  }

  .xs\:ml-75{
    margin-left: 75px !important;
  }

  .xs\:mt-78{
    margin-top: 29rem !important;
  }

  .xs\:mr-78{
    margin-right: 29rem !important;
  }

  .xs\:mb-78{
    margin-bottom: 29rem !important;
  }

  .xs\:ml-78{
    margin-left: 29rem !important;
  }

  .xs\:mt-80{
    margin-top: 80px !important;
  }

  .xs\:mr-80{
    margin-right: 80px !important;
  }

  .xs\:mb-80{
    margin-bottom: 80px !important;
  }

  .xs\:ml-80{
    margin-left: 80px !important;
  }

  .xs\:mt-90{
    margin-top: 90px !important;
  }

  .xs\:mr-90{
    margin-right: 90px !important;
  }

  .xs\:mb-90{
    margin-bottom: 90px !important;
  }

  .xs\:ml-90{
    margin-left: 90px !important;
  }

  .xs\:mt-150{
    margin-top: 150px !important;
  }

  .xs\:mr-150{
    margin-right: 150px !important;
  }

  .xs\:mb-150{
    margin-bottom: 150px !important;
  }

  .xs\:ml-150{
    margin-left: 150px !important;
  }

  .xs\:mt-200{
    margin-top: 200px !important;
  }

  .xs\:mr-200{
    margin-right: 200px !important;
  }

  .xs\:mb-200{
    margin-bottom: 200px !important;
  }

  .xs\:ml-200{
    margin-left: 200px !important;
  }

  .xs\:mt-250{
    margin-top: 250px !important;
  }

  .xs\:mr-250{
    margin-right: 250px !important;
  }

  .xs\:mb-250{
    margin-bottom: 250px !important;
  }

  .xs\:ml-250{
    margin-left: 250px !important;
  }

  .xs\:mt-270{
    margin-top: 270px !important;
  }

  .xs\:mr-270{
    margin-right: 270px !important;
  }

  .xs\:mb-270{
    margin-bottom: 270px !important;
  }

  .xs\:ml-270{
    margin-left: 270px !important;
  }

  .xs\:mt-310{
    margin-top: 310px !important;
  }

  .xs\:mr-310{
    margin-right: 310px !important;
  }

  .xs\:mb-310{
    margin-bottom: 310px !important;
  }

  .xs\:ml-310{
    margin-left: 310px !important;
  }

  .xs\:mt-330{
    margin-top: 330px !important;
  }

  .xs\:mr-330{
    margin-right: 330px !important;
  }

  .xs\:mb-330{
    margin-bottom: 330px !important;
  }

  .xs\:ml-330{
    margin-left: 330px !important;
  }

  .xs\:mt-390{
    margin-top: 390px !important;
  }

  .xs\:mr-390{
    margin-right: 390px !important;
  }

  .xs\:mb-390{
    margin-bottom: 390px !important;
  }

  .xs\:ml-390{
    margin-left: 390px !important;
  }

  .xs\:mt-400{
    margin-top: 400px !important;
  }

  .xs\:mr-400{
    margin-right: 400px !important;
  }

  .xs\:mb-400{
    margin-bottom: 400px !important;
  }

  .xs\:ml-400{
    margin-left: 400px !important;
  }

  .xs\:mt-450{
    margin-top: 450px !important;
  }

  .xs\:mr-450{
    margin-right: 450px !important;
  }

  .xs\:mb-450{
    margin-bottom: 450px !important;
  }

  .xs\:ml-450{
    margin-left: 450px !important;
  }

  .xs\:mt-500{
    margin-top: 500px !important;
  }

  .xs\:mr-500{
    margin-right: 500px !important;
  }

  .xs\:mb-500{
    margin-bottom: 500px !important;
  }

  .xs\:ml-500{
    margin-left: 500px !important;
  }

  .xs\:mt-550{
    margin-top: 550px !important;
  }

  .xs\:mr-550{
    margin-right: 550px !important;
  }

  .xs\:mb-550{
    margin-bottom: 550px !important;
  }

  .xs\:ml-550{
    margin-left: 550px !important;
  }

  .xs\:mt-600{
    margin-top: 600px !important;
  }

  .xs\:mr-600{
    margin-right: 600px !important;
  }

  .xs\:mb-600{
    margin-bottom: 600px !important;
  }

  .xs\:ml-600{
    margin-left: 600px !important;
  }

  .xs\:mt-700{
    margin-top: 700px !important;
  }

  .xs\:mr-700{
    margin-right: 700px !important;
  }

  .xs\:mb-700{
    margin-bottom: 700px !important;
  }

  .xs\:ml-700{
    margin-left: 700px !important;
  }

  .xs\:mt-auto{
    margin-top: auto !important;
  }

  .xs\:mr-auto{
    margin-right: auto !important;
  }

  .xs\:mb-auto{
    margin-bottom: auto !important;
  }

  .xs\:ml-auto{
    margin-left: auto !important;
  }

  .xs\:mt-px{
    margin-top: 1px !important;
  }

  .xs\:mr-px{
    margin-right: 1px !important;
  }

  .xs\:mb-px{
    margin-bottom: 1px !important;
  }

  .xs\:ml-px{
    margin-left: 1px !important;
  }

  .xs\:mt-2px{
    margin-top: 2px !important;
  }

  .xs\:mr-2px{
    margin-right: 2px !important;
  }

  .xs\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xs\:ml-2px{
    margin-left: 2px !important;
  }

  .xs\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xs\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xs\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xs\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xs\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xs\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xs\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xs\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xs\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xs\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xs\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xs\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xs\:-mt-4{
    margin-top: -1rem !important;
  }

  .xs\:-mr-4{
    margin-right: -1rem !important;
  }

  .xs\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xs\:-ml-4{
    margin-left: -1rem !important;
  }

  .xs\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xs\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xs\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xs\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xs\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xs\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xs\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xs\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xs\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .xs\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .xs\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .xs\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .xs\:-mt-8{
    margin-top: -2rem !important;
  }

  .xs\:-mr-8{
    margin-right: -2rem !important;
  }

  .xs\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xs\:-ml-8{
    margin-left: -2rem !important;
  }

  .xs\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xs\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xs\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xs\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xs\:-mt-12{
    margin-top: -3rem !important;
  }

  .xs\:-mr-12{
    margin-right: -3rem !important;
  }

  .xs\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xs\:-ml-12{
    margin-left: -3rem !important;
  }

  .xs\:-mt-16{
    margin-top: -4rem !important;
  }

  .xs\:-mr-16{
    margin-right: -4rem !important;
  }

  .xs\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xs\:-ml-16{
    margin-left: -4rem !important;
  }

  .xs\:-mt-18{
    margin-top: -4.75rem !important;
  }

  .xs\:-mr-18{
    margin-right: -4.75rem !important;
  }

  .xs\:-mb-18{
    margin-bottom: -4.75rem !important;
  }

  .xs\:-ml-18{
    margin-left: -4.75rem !important;
  }

  .xs\:-mt-20{
    margin-top: -5rem !important;
  }

  .xs\:-mr-20{
    margin-right: -5rem !important;
  }

  .xs\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xs\:-ml-20{
    margin-left: -5rem !important;
  }

  .xs\:-mt-22{
    margin-top: -6rem !important;
  }

  .xs\:-mr-22{
    margin-right: -6rem !important;
  }

  .xs\:-mb-22{
    margin-bottom: -6rem !important;
  }

  .xs\:-ml-22{
    margin-left: -6rem !important;
  }

  .xs\:-mt-24{
    margin-top: -6rem !important;
  }

  .xs\:-mr-24{
    margin-right: -6rem !important;
  }

  .xs\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xs\:-ml-24{
    margin-left: -6rem !important;
  }

  .xs\:-mt-28{
    margin-top: -7rem !important;
  }

  .xs\:-mr-28{
    margin-right: -7rem !important;
  }

  .xs\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xs\:-ml-28{
    margin-left: -7rem !important;
  }

  .xs\:-mt-32{
    margin-top: -8rem !important;
  }

  .xs\:-mr-32{
    margin-right: -8rem !important;
  }

  .xs\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xs\:-ml-32{
    margin-left: -8rem !important;
  }

  .xs\:-mt-40{
    margin-top: -10rem !important;
  }

  .xs\:-mr-40{
    margin-right: -10rem !important;
  }

  .xs\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xs\:-ml-40{
    margin-left: -10rem !important;
  }

  .xs\:-mt-44{
    margin-top: -11rem !important;
  }

  .xs\:-mr-44{
    margin-right: -11rem !important;
  }

  .xs\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .xs\:-ml-44{
    margin-left: -11rem !important;
  }

  .xs\:-mt-48{
    margin-top: -13rem !important;
  }

  .xs\:-mr-48{
    margin-right: -13rem !important;
  }

  .xs\:-mb-48{
    margin-bottom: -13rem !important;
  }

  .xs\:-ml-48{
    margin-left: -13rem !important;
  }

  .xs\:-mt-56{
    margin-top: -14rem !important;
  }

  .xs\:-mr-56{
    margin-right: -14rem !important;
  }

  .xs\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xs\:-ml-56{
    margin-left: -14rem !important;
  }

  .xs\:-mt-60{
    margin-top: -15rem !important;
  }

  .xs\:-mr-60{
    margin-right: -15rem !important;
  }

  .xs\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .xs\:-ml-60{
    margin-left: -15rem !important;
  }

  .xs\:-mt-64{
    margin-top: -16rem !important;
  }

  .xs\:-mr-64{
    margin-right: -16rem !important;
  }

  .xs\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xs\:-ml-64{
    margin-left: -16rem !important;
  }

  .xs\:-mt-66{
    margin-top: -18rem !important;
  }

  .xs\:-mr-66{
    margin-right: -18rem !important;
  }

  .xs\:-mb-66{
    margin-bottom: -18rem !important;
  }

  .xs\:-ml-66{
    margin-left: -18rem !important;
  }

  .xs\:-mt-68{
    margin-top: -21rem !important;
  }

  .xs\:-mr-68{
    margin-right: -21rem !important;
  }

  .xs\:-mb-68{
    margin-bottom: -21rem !important;
  }

  .xs\:-ml-68{
    margin-left: -21rem !important;
  }

  .xs\:-mt-70{
    margin-top: -23rem !important;
  }

  .xs\:-mr-70{
    margin-right: -23rem !important;
  }

  .xs\:-mb-70{
    margin-bottom: -23rem !important;
  }

  .xs\:-ml-70{
    margin-left: -23rem !important;
  }

  .xs\:-mt-72{
    margin-top: -25rem !important;
  }

  .xs\:-mr-72{
    margin-right: -25rem !important;
  }

  .xs\:-mb-72{
    margin-bottom: -25rem !important;
  }

  .xs\:-ml-72{
    margin-left: -25rem !important;
  }

  .xs\:-mt-74{
    margin-top: -27rem !important;
  }

  .xs\:-mr-74{
    margin-right: -27rem !important;
  }

  .xs\:-mb-74{
    margin-bottom: -27rem !important;
  }

  .xs\:-ml-74{
    margin-left: -27rem !important;
  }

  .xs\:-mt-75{
    margin-top: -75px !important;
  }

  .xs\:-mr-75{
    margin-right: -75px !important;
  }

  .xs\:-mb-75{
    margin-bottom: -75px !important;
  }

  .xs\:-ml-75{
    margin-left: -75px !important;
  }

  .xs\:-mt-78{
    margin-top: -29rem !important;
  }

  .xs\:-mr-78{
    margin-right: -29rem !important;
  }

  .xs\:-mb-78{
    margin-bottom: -29rem !important;
  }

  .xs\:-ml-78{
    margin-left: -29rem !important;
  }

  .xs\:-mt-80{
    margin-top: -80px !important;
  }

  .xs\:-mr-80{
    margin-right: -80px !important;
  }

  .xs\:-mb-80{
    margin-bottom: -80px !important;
  }

  .xs\:-ml-80{
    margin-left: -80px !important;
  }

  .xs\:-mt-90{
    margin-top: -90px !important;
  }

  .xs\:-mr-90{
    margin-right: -90px !important;
  }

  .xs\:-mb-90{
    margin-bottom: -90px !important;
  }

  .xs\:-ml-90{
    margin-left: -90px !important;
  }

  .xs\:-mt-150{
    margin-top: -150px !important;
  }

  .xs\:-mr-150{
    margin-right: -150px !important;
  }

  .xs\:-mb-150{
    margin-bottom: -150px !important;
  }

  .xs\:-ml-150{
    margin-left: -150px !important;
  }

  .xs\:-mt-200{
    margin-top: -200px !important;
  }

  .xs\:-mr-200{
    margin-right: -200px !important;
  }

  .xs\:-mb-200{
    margin-bottom: -200px !important;
  }

  .xs\:-ml-200{
    margin-left: -200px !important;
  }

  .xs\:-mt-250{
    margin-top: -250px !important;
  }

  .xs\:-mr-250{
    margin-right: -250px !important;
  }

  .xs\:-mb-250{
    margin-bottom: -250px !important;
  }

  .xs\:-ml-250{
    margin-left: -250px !important;
  }

  .xs\:-mt-270{
    margin-top: -270px !important;
  }

  .xs\:-mr-270{
    margin-right: -270px !important;
  }

  .xs\:-mb-270{
    margin-bottom: -270px !important;
  }

  .xs\:-ml-270{
    margin-left: -270px !important;
  }

  .xs\:-mt-310{
    margin-top: -310px !important;
  }

  .xs\:-mr-310{
    margin-right: -310px !important;
  }

  .xs\:-mb-310{
    margin-bottom: -310px !important;
  }

  .xs\:-ml-310{
    margin-left: -310px !important;
  }

  .xs\:-mt-330{
    margin-top: -330px !important;
  }

  .xs\:-mr-330{
    margin-right: -330px !important;
  }

  .xs\:-mb-330{
    margin-bottom: -330px !important;
  }

  .xs\:-ml-330{
    margin-left: -330px !important;
  }

  .xs\:-mt-390{
    margin-top: -390px !important;
  }

  .xs\:-mr-390{
    margin-right: -390px !important;
  }

  .xs\:-mb-390{
    margin-bottom: -390px !important;
  }

  .xs\:-ml-390{
    margin-left: -390px !important;
  }

  .xs\:-mt-400{
    margin-top: -400px !important;
  }

  .xs\:-mr-400{
    margin-right: -400px !important;
  }

  .xs\:-mb-400{
    margin-bottom: -400px !important;
  }

  .xs\:-ml-400{
    margin-left: -400px !important;
  }

  .xs\:-mt-450{
    margin-top: -450px !important;
  }

  .xs\:-mr-450{
    margin-right: -450px !important;
  }

  .xs\:-mb-450{
    margin-bottom: -450px !important;
  }

  .xs\:-ml-450{
    margin-left: -450px !important;
  }

  .xs\:-mt-500{
    margin-top: -500px !important;
  }

  .xs\:-mr-500{
    margin-right: -500px !important;
  }

  .xs\:-mb-500{
    margin-bottom: -500px !important;
  }

  .xs\:-ml-500{
    margin-left: -500px !important;
  }

  .xs\:-mt-550{
    margin-top: -550px !important;
  }

  .xs\:-mr-550{
    margin-right: -550px !important;
  }

  .xs\:-mb-550{
    margin-bottom: -550px !important;
  }

  .xs\:-ml-550{
    margin-left: -550px !important;
  }

  .xs\:-mt-600{
    margin-top: -600px !important;
  }

  .xs\:-mr-600{
    margin-right: -600px !important;
  }

  .xs\:-mb-600{
    margin-bottom: -600px !important;
  }

  .xs\:-ml-600{
    margin-left: -600px !important;
  }

  .xs\:-mt-700{
    margin-top: -700px !important;
  }

  .xs\:-mr-700{
    margin-right: -700px !important;
  }

  .xs\:-mb-700{
    margin-bottom: -700px !important;
  }

  .xs\:-ml-700{
    margin-left: -700px !important;
  }

  .xs\:-mt-px{
    margin-top: -1px !important;
  }

  .xs\:-mr-px{
    margin-right: -1px !important;
  }

  .xs\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xs\:-ml-px{
    margin-left: -1px !important;
  }

  .xs\:-mt-2px{
    margin-top: -2px !important;
  }

  .xs\:-mr-2px{
    margin-right: -2px !important;
  }

  .xs\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xs\:-ml-2px{
    margin-left: -2px !important;
  }

  .xs\:max-h-full{
    max-height: 100% !important;
  }

  .xs\:max-h-screen{
    max-height: 100vh !important;
  }

  .xs\:max-h-logo{
    max-height: 115px !important;
  }

  .xs\:max-w-200{
    max-width: 200px !important;
  }

  .xs\:max-w-570{
    max-width: 570px !important;
  }

  .xs\:max-w-700{
    max-width: 700px !important;
  }

  .xs\:max-w-900{
    max-width: 900px !important;
  }

  .xs\:max-w-1135{
    max-width: 1135px !important;
  }

  .xs\:max-w-1366{
    max-width: 1366px !important;
  }

  .xs\:max-w-1440{
    max-width: 1440px !important;
  }

  .xs\:max-w-1920{
    max-width: 1920px !important;
  }

  .xs\:max-w-none{
    max-width: none !important;
  }

  .xs\:max-w-xs{
    max-width: 20rem !important;
  }

  .xs\:max-w-sm{
    max-width: 24rem !important;
  }

  .xs\:max-w-md{
    max-width: 28rem !important;
  }

  .xs\:max-w-lg{
    max-width: 32rem !important;
  }

  .xs\:max-w-xl{
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xs\:max-w-full{
    max-width: 100% !important;
  }

  .xs\:max-w-screen-sm{
    max-width: 450px !important;
  }

  .xs\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xs\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xs\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xs\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xs\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .xs\:max-w-main-content-margin{
    max-width: 900px !important;
  }

  .xs\:max-w-inner-margin{
    max-width: 1440px !important;
  }

  .xs\:max-w-outer-margin{
    max-width: 1920px !important;
  }

  .xs\:min-h-0{
    min-height: 0 !important;
  }

  .xs\:min-h-12{
    min-height: 3rem !important;
  }

  .xs\:min-h-28{
    min-height: 7rem !important;
  }

  .xs\:min-h-100{
    min-height: 100px !important;
  }

  .xs\:min-h-150{
    min-height: 150px !important;
  }

  .xs\:min-h-300{
    min-height: 300px !important;
  }

  .xs\:min-h-310{
    min-height: 310px !important;
  }

  .xs\:min-h-330{
    min-height: 330px !important;
  }

  .xs\:min-h-390{
    min-height: 390px !important;
  }

  .xs\:min-h-420{
    min-height: 420px !important;
  }

  .xs\:min-h-600{
    min-height: 600px !important;
  }

  .xs\:min-h-full{
    min-height: 100% !important;
  }

  .xs\:min-h-screen{
    min-height: 100vh !important;
  }

  .xs\:min-h-page_title{
    min-height: 140px !important;
  }

  .xs\:min-h-page_title2{
    min-height: 260px !important;
  }

  .xs\:min-w-0{
    min-width: 0 !important;
  }

  .xs\:min-w-200{
    min-width: 200px !important;
  }

  .xs\:min-w-full{
    min-width: 100% !important;
  }

  .xs\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xs\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xs\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xs\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xs\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:opacity-0{
    opacity: 0 !important;
  }

  .xs\:opacity-25{
    opacity: 0.25 !important;
  }

  .xs\:opacity-50{
    opacity: 0.5 !important;
  }

  .xs\:opacity-75{
    opacity: 0.75 !important;
  }

  .xs\:opacity-80{
    opacity: 0.80 !important;
  }

  .xs\:opacity-100{
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-80:hover{
    opacity: 0.80 !important;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-80:focus{
    opacity: 0.80 !important;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xs\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:overflow-auto{
    overflow: auto !important;
  }

  .xs\:overflow-hidden{
    overflow: hidden !important;
  }

  .xs\:overflow-visible{
    overflow: visible !important;
  }

  .xs\:overflow-scroll{
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xs\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xs\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xs\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xs\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xs\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xs\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xs\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xs\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xs\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xs\:p-0{
    padding: 0 !important;
  }

  .xs\:p-1{
    padding: 0.25rem !important;
  }

  .xs\:p-2{
    padding: 0.5rem !important;
  }

  .xs\:p-3{
    padding: 0.75rem !important;
  }

  .xs\:p-4{
    padding: 1rem !important;
  }

  .xs\:p-5{
    padding: 1.25rem !important;
  }

  .xs\:p-6{
    padding: 1.5rem !important;
  }

  .xs\:p-7{
    padding: 1.75rem !important;
  }

  .xs\:p-8{
    padding: 2rem !important;
  }

  .xs\:p-10{
    padding: 2.5rem !important;
  }

  .xs\:p-12{
    padding: 3rem !important;
  }

  .xs\:p-16{
    padding: 4rem !important;
  }

  .xs\:p-18{
    padding: 4.75rem !important;
  }

  .xs\:p-20{
    padding: 5rem !important;
  }

  .xs\:p-22{
    padding: 6rem !important;
  }

  .xs\:p-24{
    padding: 6rem !important;
  }

  .xs\:p-28{
    padding: 7rem !important;
  }

  .xs\:p-32{
    padding: 8rem !important;
  }

  .xs\:p-40{
    padding: 10rem !important;
  }

  .xs\:p-44{
    padding: 11rem !important;
  }

  .xs\:p-48{
    padding: 13rem !important;
  }

  .xs\:p-56{
    padding: 14rem !important;
  }

  .xs\:p-60{
    padding: 15rem !important;
  }

  .xs\:p-64{
    padding: 16rem !important;
  }

  .xs\:p-66{
    padding: 18rem !important;
  }

  .xs\:p-68{
    padding: 21rem !important;
  }

  .xs\:p-70{
    padding: 23rem !important;
  }

  .xs\:p-72{
    padding: 25rem !important;
  }

  .xs\:p-74{
    padding: 27rem !important;
  }

  .xs\:p-75{
    padding: 75px !important;
  }

  .xs\:p-78{
    padding: 29rem !important;
  }

  .xs\:p-80{
    padding: 80px !important;
  }

  .xs\:p-90{
    padding: 90px !important;
  }

  .xs\:p-150{
    padding: 150px !important;
  }

  .xs\:p-200{
    padding: 200px !important;
  }

  .xs\:p-250{
    padding: 250px !important;
  }

  .xs\:p-270{
    padding: 270px !important;
  }

  .xs\:p-310{
    padding: 310px !important;
  }

  .xs\:p-330{
    padding: 330px !important;
  }

  .xs\:p-390{
    padding: 390px !important;
  }

  .xs\:p-400{
    padding: 400px !important;
  }

  .xs\:p-450{
    padding: 450px !important;
  }

  .xs\:p-500{
    padding: 500px !important;
  }

  .xs\:p-550{
    padding: 550px !important;
  }

  .xs\:p-600{
    padding: 600px !important;
  }

  .xs\:p-700{
    padding: 700px !important;
  }

  .xs\:p-px{
    padding: 1px !important;
  }

  .xs\:p-2px{
    padding: 2px !important;
  }

  .xs\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xs\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xs\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xs\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xs\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xs\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xs\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xs\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xs\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xs\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xs\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xs\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xs\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xs\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xs\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xs\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xs\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xs\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xs\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xs\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xs\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xs\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xs\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xs\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xs\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .xs\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .xs\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xs\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xs\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xs\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xs\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xs\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xs\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xs\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xs\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xs\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xs\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xs\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xs\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xs\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xs\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xs\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xs\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xs\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xs\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xs\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xs\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xs\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xs\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xs\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xs\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .xs\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .xs\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .xs\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .xs\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .xs\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .xs\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .xs\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .xs\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .xs\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .xs\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .xs\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .xs\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xs\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xs\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .xs\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .xs\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .xs\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .xs\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xs\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xs\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .xs\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .xs\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .xs\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .xs\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .xs\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .xs\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .xs\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .xs\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .xs\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .xs\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .xs\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .xs\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .xs\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .xs\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .xs\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .xs\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .xs\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .xs\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .xs\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .xs\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .xs\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .xs\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xs\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xs\:pt-0{
    padding-top: 0 !important;
  }

  .xs\:pr-0{
    padding-right: 0 !important;
  }

  .xs\:pb-0{
    padding-bottom: 0 !important;
  }

  .xs\:pl-0{
    padding-left: 0 !important;
  }

  .xs\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xs\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xs\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xs\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xs\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xs\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xs\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xs\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xs\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xs\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xs\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xs\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xs\:pt-4{
    padding-top: 1rem !important;
  }

  .xs\:pr-4{
    padding-right: 1rem !important;
  }

  .xs\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xs\:pl-4{
    padding-left: 1rem !important;
  }

  .xs\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xs\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xs\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xs\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xs\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xs\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xs\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xs\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xs\:pt-7{
    padding-top: 1.75rem !important;
  }

  .xs\:pr-7{
    padding-right: 1.75rem !important;
  }

  .xs\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .xs\:pl-7{
    padding-left: 1.75rem !important;
  }

  .xs\:pt-8{
    padding-top: 2rem !important;
  }

  .xs\:pr-8{
    padding-right: 2rem !important;
  }

  .xs\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xs\:pl-8{
    padding-left: 2rem !important;
  }

  .xs\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xs\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xs\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xs\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xs\:pt-12{
    padding-top: 3rem !important;
  }

  .xs\:pr-12{
    padding-right: 3rem !important;
  }

  .xs\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xs\:pl-12{
    padding-left: 3rem !important;
  }

  .xs\:pt-16{
    padding-top: 4rem !important;
  }

  .xs\:pr-16{
    padding-right: 4rem !important;
  }

  .xs\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xs\:pl-16{
    padding-left: 4rem !important;
  }

  .xs\:pt-18{
    padding-top: 4.75rem !important;
  }

  .xs\:pr-18{
    padding-right: 4.75rem !important;
  }

  .xs\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .xs\:pl-18{
    padding-left: 4.75rem !important;
  }

  .xs\:pt-20{
    padding-top: 5rem !important;
  }

  .xs\:pr-20{
    padding-right: 5rem !important;
  }

  .xs\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xs\:pl-20{
    padding-left: 5rem !important;
  }

  .xs\:pt-22{
    padding-top: 6rem !important;
  }

  .xs\:pr-22{
    padding-right: 6rem !important;
  }

  .xs\:pb-22{
    padding-bottom: 6rem !important;
  }

  .xs\:pl-22{
    padding-left: 6rem !important;
  }

  .xs\:pt-24{
    padding-top: 6rem !important;
  }

  .xs\:pr-24{
    padding-right: 6rem !important;
  }

  .xs\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xs\:pl-24{
    padding-left: 6rem !important;
  }

  .xs\:pt-28{
    padding-top: 7rem !important;
  }

  .xs\:pr-28{
    padding-right: 7rem !important;
  }

  .xs\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xs\:pl-28{
    padding-left: 7rem !important;
  }

  .xs\:pt-32{
    padding-top: 8rem !important;
  }

  .xs\:pr-32{
    padding-right: 8rem !important;
  }

  .xs\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xs\:pl-32{
    padding-left: 8rem !important;
  }

  .xs\:pt-40{
    padding-top: 10rem !important;
  }

  .xs\:pr-40{
    padding-right: 10rem !important;
  }

  .xs\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xs\:pl-40{
    padding-left: 10rem !important;
  }

  .xs\:pt-44{
    padding-top: 11rem !important;
  }

  .xs\:pr-44{
    padding-right: 11rem !important;
  }

  .xs\:pb-44{
    padding-bottom: 11rem !important;
  }

  .xs\:pl-44{
    padding-left: 11rem !important;
  }

  .xs\:pt-48{
    padding-top: 13rem !important;
  }

  .xs\:pr-48{
    padding-right: 13rem !important;
  }

  .xs\:pb-48{
    padding-bottom: 13rem !important;
  }

  .xs\:pl-48{
    padding-left: 13rem !important;
  }

  .xs\:pt-56{
    padding-top: 14rem !important;
  }

  .xs\:pr-56{
    padding-right: 14rem !important;
  }

  .xs\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xs\:pl-56{
    padding-left: 14rem !important;
  }

  .xs\:pt-60{
    padding-top: 15rem !important;
  }

  .xs\:pr-60{
    padding-right: 15rem !important;
  }

  .xs\:pb-60{
    padding-bottom: 15rem !important;
  }

  .xs\:pl-60{
    padding-left: 15rem !important;
  }

  .xs\:pt-64{
    padding-top: 16rem !important;
  }

  .xs\:pr-64{
    padding-right: 16rem !important;
  }

  .xs\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xs\:pl-64{
    padding-left: 16rem !important;
  }

  .xs\:pt-66{
    padding-top: 18rem !important;
  }

  .xs\:pr-66{
    padding-right: 18rem !important;
  }

  .xs\:pb-66{
    padding-bottom: 18rem !important;
  }

  .xs\:pl-66{
    padding-left: 18rem !important;
  }

  .xs\:pt-68{
    padding-top: 21rem !important;
  }

  .xs\:pr-68{
    padding-right: 21rem !important;
  }

  .xs\:pb-68{
    padding-bottom: 21rem !important;
  }

  .xs\:pl-68{
    padding-left: 21rem !important;
  }

  .xs\:pt-70{
    padding-top: 23rem !important;
  }

  .xs\:pr-70{
    padding-right: 23rem !important;
  }

  .xs\:pb-70{
    padding-bottom: 23rem !important;
  }

  .xs\:pl-70{
    padding-left: 23rem !important;
  }

  .xs\:pt-72{
    padding-top: 25rem !important;
  }

  .xs\:pr-72{
    padding-right: 25rem !important;
  }

  .xs\:pb-72{
    padding-bottom: 25rem !important;
  }

  .xs\:pl-72{
    padding-left: 25rem !important;
  }

  .xs\:pt-74{
    padding-top: 27rem !important;
  }

  .xs\:pr-74{
    padding-right: 27rem !important;
  }

  .xs\:pb-74{
    padding-bottom: 27rem !important;
  }

  .xs\:pl-74{
    padding-left: 27rem !important;
  }

  .xs\:pt-75{
    padding-top: 75px !important;
  }

  .xs\:pr-75{
    padding-right: 75px !important;
  }

  .xs\:pb-75{
    padding-bottom: 75px !important;
  }

  .xs\:pl-75{
    padding-left: 75px !important;
  }

  .xs\:pt-78{
    padding-top: 29rem !important;
  }

  .xs\:pr-78{
    padding-right: 29rem !important;
  }

  .xs\:pb-78{
    padding-bottom: 29rem !important;
  }

  .xs\:pl-78{
    padding-left: 29rem !important;
  }

  .xs\:pt-80{
    padding-top: 80px !important;
  }

  .xs\:pr-80{
    padding-right: 80px !important;
  }

  .xs\:pb-80{
    padding-bottom: 80px !important;
  }

  .xs\:pl-80{
    padding-left: 80px !important;
  }

  .xs\:pt-90{
    padding-top: 90px !important;
  }

  .xs\:pr-90{
    padding-right: 90px !important;
  }

  .xs\:pb-90{
    padding-bottom: 90px !important;
  }

  .xs\:pl-90{
    padding-left: 90px !important;
  }

  .xs\:pt-150{
    padding-top: 150px !important;
  }

  .xs\:pr-150{
    padding-right: 150px !important;
  }

  .xs\:pb-150{
    padding-bottom: 150px !important;
  }

  .xs\:pl-150{
    padding-left: 150px !important;
  }

  .xs\:pt-200{
    padding-top: 200px !important;
  }

  .xs\:pr-200{
    padding-right: 200px !important;
  }

  .xs\:pb-200{
    padding-bottom: 200px !important;
  }

  .xs\:pl-200{
    padding-left: 200px !important;
  }

  .xs\:pt-250{
    padding-top: 250px !important;
  }

  .xs\:pr-250{
    padding-right: 250px !important;
  }

  .xs\:pb-250{
    padding-bottom: 250px !important;
  }

  .xs\:pl-250{
    padding-left: 250px !important;
  }

  .xs\:pt-270{
    padding-top: 270px !important;
  }

  .xs\:pr-270{
    padding-right: 270px !important;
  }

  .xs\:pb-270{
    padding-bottom: 270px !important;
  }

  .xs\:pl-270{
    padding-left: 270px !important;
  }

  .xs\:pt-310{
    padding-top: 310px !important;
  }

  .xs\:pr-310{
    padding-right: 310px !important;
  }

  .xs\:pb-310{
    padding-bottom: 310px !important;
  }

  .xs\:pl-310{
    padding-left: 310px !important;
  }

  .xs\:pt-330{
    padding-top: 330px !important;
  }

  .xs\:pr-330{
    padding-right: 330px !important;
  }

  .xs\:pb-330{
    padding-bottom: 330px !important;
  }

  .xs\:pl-330{
    padding-left: 330px !important;
  }

  .xs\:pt-390{
    padding-top: 390px !important;
  }

  .xs\:pr-390{
    padding-right: 390px !important;
  }

  .xs\:pb-390{
    padding-bottom: 390px !important;
  }

  .xs\:pl-390{
    padding-left: 390px !important;
  }

  .xs\:pt-400{
    padding-top: 400px !important;
  }

  .xs\:pr-400{
    padding-right: 400px !important;
  }

  .xs\:pb-400{
    padding-bottom: 400px !important;
  }

  .xs\:pl-400{
    padding-left: 400px !important;
  }

  .xs\:pt-450{
    padding-top: 450px !important;
  }

  .xs\:pr-450{
    padding-right: 450px !important;
  }

  .xs\:pb-450{
    padding-bottom: 450px !important;
  }

  .xs\:pl-450{
    padding-left: 450px !important;
  }

  .xs\:pt-500{
    padding-top: 500px !important;
  }

  .xs\:pr-500{
    padding-right: 500px !important;
  }

  .xs\:pb-500{
    padding-bottom: 500px !important;
  }

  .xs\:pl-500{
    padding-left: 500px !important;
  }

  .xs\:pt-550{
    padding-top: 550px !important;
  }

  .xs\:pr-550{
    padding-right: 550px !important;
  }

  .xs\:pb-550{
    padding-bottom: 550px !important;
  }

  .xs\:pl-550{
    padding-left: 550px !important;
  }

  .xs\:pt-600{
    padding-top: 600px !important;
  }

  .xs\:pr-600{
    padding-right: 600px !important;
  }

  .xs\:pb-600{
    padding-bottom: 600px !important;
  }

  .xs\:pl-600{
    padding-left: 600px !important;
  }

  .xs\:pt-700{
    padding-top: 700px !important;
  }

  .xs\:pr-700{
    padding-right: 700px !important;
  }

  .xs\:pb-700{
    padding-bottom: 700px !important;
  }

  .xs\:pl-700{
    padding-left: 700px !important;
  }

  .xs\:pt-px{
    padding-top: 1px !important;
  }

  .xs\:pr-px{
    padding-right: 1px !important;
  }

  .xs\:pb-px{
    padding-bottom: 1px !important;
  }

  .xs\:pl-px{
    padding-left: 1px !important;
  }

  .xs\:pt-2px{
    padding-top: 2px !important;
  }

  .xs\:pr-2px{
    padding-right: 2px !important;
  }

  .xs\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xs\:pl-2px{
    padding-left: 2px !important;
  }

  .group:hover .xs\:group-hover\:p-0{
    padding: 0 !important;
  }

  .group:hover .xs\:group-hover\:p-1{
    padding: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:p-2{
    padding: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:p-3{
    padding: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:p-4{
    padding: 1rem !important;
  }

  .group:hover .xs\:group-hover\:p-5{
    padding: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:p-6{
    padding: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:p-7{
    padding: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:p-8{
    padding: 2rem !important;
  }

  .group:hover .xs\:group-hover\:p-10{
    padding: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:p-12{
    padding: 3rem !important;
  }

  .group:hover .xs\:group-hover\:p-16{
    padding: 4rem !important;
  }

  .group:hover .xs\:group-hover\:p-18{
    padding: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:p-20{
    padding: 5rem !important;
  }

  .group:hover .xs\:group-hover\:p-22{
    padding: 6rem !important;
  }

  .group:hover .xs\:group-hover\:p-24{
    padding: 6rem !important;
  }

  .group:hover .xs\:group-hover\:p-28{
    padding: 7rem !important;
  }

  .group:hover .xs\:group-hover\:p-32{
    padding: 8rem !important;
  }

  .group:hover .xs\:group-hover\:p-40{
    padding: 10rem !important;
  }

  .group:hover .xs\:group-hover\:p-44{
    padding: 11rem !important;
  }

  .group:hover .xs\:group-hover\:p-48{
    padding: 13rem !important;
  }

  .group:hover .xs\:group-hover\:p-56{
    padding: 14rem !important;
  }

  .group:hover .xs\:group-hover\:p-60{
    padding: 15rem !important;
  }

  .group:hover .xs\:group-hover\:p-64{
    padding: 16rem !important;
  }

  .group:hover .xs\:group-hover\:p-66{
    padding: 18rem !important;
  }

  .group:hover .xs\:group-hover\:p-68{
    padding: 21rem !important;
  }

  .group:hover .xs\:group-hover\:p-70{
    padding: 23rem !important;
  }

  .group:hover .xs\:group-hover\:p-72{
    padding: 25rem !important;
  }

  .group:hover .xs\:group-hover\:p-74{
    padding: 27rem !important;
  }

  .group:hover .xs\:group-hover\:p-75{
    padding: 75px !important;
  }

  .group:hover .xs\:group-hover\:p-78{
    padding: 29rem !important;
  }

  .group:hover .xs\:group-hover\:p-80{
    padding: 80px !important;
  }

  .group:hover .xs\:group-hover\:p-90{
    padding: 90px !important;
  }

  .group:hover .xs\:group-hover\:p-150{
    padding: 150px !important;
  }

  .group:hover .xs\:group-hover\:p-200{
    padding: 200px !important;
  }

  .group:hover .xs\:group-hover\:p-250{
    padding: 250px !important;
  }

  .group:hover .xs\:group-hover\:p-270{
    padding: 270px !important;
  }

  .group:hover .xs\:group-hover\:p-310{
    padding: 310px !important;
  }

  .group:hover .xs\:group-hover\:p-330{
    padding: 330px !important;
  }

  .group:hover .xs\:group-hover\:p-390{
    padding: 390px !important;
  }

  .group:hover .xs\:group-hover\:p-400{
    padding: 400px !important;
  }

  .group:hover .xs\:group-hover\:p-450{
    padding: 450px !important;
  }

  .group:hover .xs\:group-hover\:p-500{
    padding: 500px !important;
  }

  .group:hover .xs\:group-hover\:p-550{
    padding: 550px !important;
  }

  .group:hover .xs\:group-hover\:p-600{
    padding: 600px !important;
  }

  .group:hover .xs\:group-hover\:p-700{
    padding: 700px !important;
  }

  .group:hover .xs\:group-hover\:p-px{
    padding: 1px !important;
  }

  .group:hover .xs\:group-hover\:p-2px{
    padding: 2px !important;
  }

  .group:hover .xs\:group-hover\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:hover .xs\:group-hover\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:hover .xs\:group-hover\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:hover .xs\:group-hover\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:hover .xs\:group-hover\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:hover .xs\:group-hover\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:hover .xs\:group-hover\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:hover .xs\:group-hover\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:hover .xs\:group-hover\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:hover .xs\:group-hover\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:hover .xs\:group-hover\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:hover .xs\:group-hover\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:hover .xs\:group-hover\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .xs\:group-hover\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .xs\:group-hover\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .xs\:group-hover\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .xs\:group-hover\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:hover .xs\:group-hover\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:hover .xs\:group-hover\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:hover .xs\:group-hover\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:hover .xs\:group-hover\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:hover .xs\:group-hover\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:hover .xs\:group-hover\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:hover .xs\:group-hover\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:hover .xs\:group-hover\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:hover .xs\:group-hover\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:hover .xs\:group-hover\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:hover .xs\:group-hover\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:hover .xs\:group-hover\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:hover .xs\:group-hover\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:hover .xs\:group-hover\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:hover .xs\:group-hover\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:hover .xs\:group-hover\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:hover .xs\:group-hover\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:hover .xs\:group-hover\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:hover .xs\:group-hover\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:hover .xs\:group-hover\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:hover .xs\:group-hover\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:hover .xs\:group-hover\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:hover .xs\:group-hover\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:hover .xs\:group-hover\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:hover .xs\:group-hover\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:hover .xs\:group-hover\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:hover .xs\:group-hover\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:hover .xs\:group-hover\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:hover .xs\:group-hover\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:hover .xs\:group-hover\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:hover .xs\:group-hover\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:hover .xs\:group-hover\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:hover .xs\:group-hover\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:hover .xs\:group-hover\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:hover .xs\:group-hover\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:hover .xs\:group-hover\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:hover .xs\:group-hover\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:hover .xs\:group-hover\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:hover .xs\:group-hover\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:hover .xs\:group-hover\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:hover .xs\:group-hover\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:hover .xs\:group-hover\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:hover .xs\:group-hover\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:hover .xs\:group-hover\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:hover .xs\:group-hover\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:hover .xs\:group-hover\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:hover .xs\:group-hover\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:hover .xs\:group-hover\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:hover .xs\:group-hover\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:hover .xs\:group-hover\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:hover .xs\:group-hover\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:hover .xs\:group-hover\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:hover .xs\:group-hover\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:hover .xs\:group-hover\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:hover .xs\:group-hover\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:hover .xs\:group-hover\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:hover .xs\:group-hover\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:hover .xs\:group-hover\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:hover .xs\:group-hover\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:hover .xs\:group-hover\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:hover .xs\:group-hover\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:hover .xs\:group-hover\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:hover .xs\:group-hover\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:hover .xs\:group-hover\:pt-0{
    padding-top: 0 !important;
  }

  .group:hover .xs\:group-hover\:pr-0{
    padding-right: 0 !important;
  }

  .group:hover .xs\:group-hover\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:hover .xs\:group-hover\:pl-0{
    padding-left: 0 !important;
  }

  .group:hover .xs\:group-hover\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:hover .xs\:group-hover\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:hover .xs\:group-hover\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:hover .xs\:group-hover\:pt-4{
    padding-top: 1rem !important;
  }

  .group:hover .xs\:group-hover\:pr-4{
    padding-right: 1rem !important;
  }

  .group:hover .xs\:group-hover\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:hover .xs\:group-hover\:pl-4{
    padding-left: 1rem !important;
  }

  .group:hover .xs\:group-hover\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:hover .xs\:group-hover\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:hover .xs\:group-hover\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:hover .xs\:group-hover\:pt-8{
    padding-top: 2rem !important;
  }

  .group:hover .xs\:group-hover\:pr-8{
    padding-right: 2rem !important;
  }

  .group:hover .xs\:group-hover\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:hover .xs\:group-hover\:pl-8{
    padding-left: 2rem !important;
  }

  .group:hover .xs\:group-hover\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:hover .xs\:group-hover\:pt-12{
    padding-top: 3rem !important;
  }

  .group:hover .xs\:group-hover\:pr-12{
    padding-right: 3rem !important;
  }

  .group:hover .xs\:group-hover\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:hover .xs\:group-hover\:pl-12{
    padding-left: 3rem !important;
  }

  .group:hover .xs\:group-hover\:pt-16{
    padding-top: 4rem !important;
  }

  .group:hover .xs\:group-hover\:pr-16{
    padding-right: 4rem !important;
  }

  .group:hover .xs\:group-hover\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:hover .xs\:group-hover\:pl-16{
    padding-left: 4rem !important;
  }

  .group:hover .xs\:group-hover\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:hover .xs\:group-hover\:pt-20{
    padding-top: 5rem !important;
  }

  .group:hover .xs\:group-hover\:pr-20{
    padding-right: 5rem !important;
  }

  .group:hover .xs\:group-hover\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:hover .xs\:group-hover\:pl-20{
    padding-left: 5rem !important;
  }

  .group:hover .xs\:group-hover\:pt-22{
    padding-top: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pr-22{
    padding-right: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pl-22{
    padding-left: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pt-24{
    padding-top: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pr-24{
    padding-right: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pl-24{
    padding-left: 6rem !important;
  }

  .group:hover .xs\:group-hover\:pt-28{
    padding-top: 7rem !important;
  }

  .group:hover .xs\:group-hover\:pr-28{
    padding-right: 7rem !important;
  }

  .group:hover .xs\:group-hover\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:hover .xs\:group-hover\:pl-28{
    padding-left: 7rem !important;
  }

  .group:hover .xs\:group-hover\:pt-32{
    padding-top: 8rem !important;
  }

  .group:hover .xs\:group-hover\:pr-32{
    padding-right: 8rem !important;
  }

  .group:hover .xs\:group-hover\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:hover .xs\:group-hover\:pl-32{
    padding-left: 8rem !important;
  }

  .group:hover .xs\:group-hover\:pt-40{
    padding-top: 10rem !important;
  }

  .group:hover .xs\:group-hover\:pr-40{
    padding-right: 10rem !important;
  }

  .group:hover .xs\:group-hover\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:hover .xs\:group-hover\:pl-40{
    padding-left: 10rem !important;
  }

  .group:hover .xs\:group-hover\:pt-44{
    padding-top: 11rem !important;
  }

  .group:hover .xs\:group-hover\:pr-44{
    padding-right: 11rem !important;
  }

  .group:hover .xs\:group-hover\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:hover .xs\:group-hover\:pl-44{
    padding-left: 11rem !important;
  }

  .group:hover .xs\:group-hover\:pt-48{
    padding-top: 13rem !important;
  }

  .group:hover .xs\:group-hover\:pr-48{
    padding-right: 13rem !important;
  }

  .group:hover .xs\:group-hover\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:hover .xs\:group-hover\:pl-48{
    padding-left: 13rem !important;
  }

  .group:hover .xs\:group-hover\:pt-56{
    padding-top: 14rem !important;
  }

  .group:hover .xs\:group-hover\:pr-56{
    padding-right: 14rem !important;
  }

  .group:hover .xs\:group-hover\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:hover .xs\:group-hover\:pl-56{
    padding-left: 14rem !important;
  }

  .group:hover .xs\:group-hover\:pt-60{
    padding-top: 15rem !important;
  }

  .group:hover .xs\:group-hover\:pr-60{
    padding-right: 15rem !important;
  }

  .group:hover .xs\:group-hover\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:hover .xs\:group-hover\:pl-60{
    padding-left: 15rem !important;
  }

  .group:hover .xs\:group-hover\:pt-64{
    padding-top: 16rem !important;
  }

  .group:hover .xs\:group-hover\:pr-64{
    padding-right: 16rem !important;
  }

  .group:hover .xs\:group-hover\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:hover .xs\:group-hover\:pl-64{
    padding-left: 16rem !important;
  }

  .group:hover .xs\:group-hover\:pt-66{
    padding-top: 18rem !important;
  }

  .group:hover .xs\:group-hover\:pr-66{
    padding-right: 18rem !important;
  }

  .group:hover .xs\:group-hover\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:hover .xs\:group-hover\:pl-66{
    padding-left: 18rem !important;
  }

  .group:hover .xs\:group-hover\:pt-68{
    padding-top: 21rem !important;
  }

  .group:hover .xs\:group-hover\:pr-68{
    padding-right: 21rem !important;
  }

  .group:hover .xs\:group-hover\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:hover .xs\:group-hover\:pl-68{
    padding-left: 21rem !important;
  }

  .group:hover .xs\:group-hover\:pt-70{
    padding-top: 23rem !important;
  }

  .group:hover .xs\:group-hover\:pr-70{
    padding-right: 23rem !important;
  }

  .group:hover .xs\:group-hover\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:hover .xs\:group-hover\:pl-70{
    padding-left: 23rem !important;
  }

  .group:hover .xs\:group-hover\:pt-72{
    padding-top: 25rem !important;
  }

  .group:hover .xs\:group-hover\:pr-72{
    padding-right: 25rem !important;
  }

  .group:hover .xs\:group-hover\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:hover .xs\:group-hover\:pl-72{
    padding-left: 25rem !important;
  }

  .group:hover .xs\:group-hover\:pt-74{
    padding-top: 27rem !important;
  }

  .group:hover .xs\:group-hover\:pr-74{
    padding-right: 27rem !important;
  }

  .group:hover .xs\:group-hover\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:hover .xs\:group-hover\:pl-74{
    padding-left: 27rem !important;
  }

  .group:hover .xs\:group-hover\:pt-75{
    padding-top: 75px !important;
  }

  .group:hover .xs\:group-hover\:pr-75{
    padding-right: 75px !important;
  }

  .group:hover .xs\:group-hover\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:hover .xs\:group-hover\:pl-75{
    padding-left: 75px !important;
  }

  .group:hover .xs\:group-hover\:pt-78{
    padding-top: 29rem !important;
  }

  .group:hover .xs\:group-hover\:pr-78{
    padding-right: 29rem !important;
  }

  .group:hover .xs\:group-hover\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:hover .xs\:group-hover\:pl-78{
    padding-left: 29rem !important;
  }

  .group:hover .xs\:group-hover\:pt-80{
    padding-top: 80px !important;
  }

  .group:hover .xs\:group-hover\:pr-80{
    padding-right: 80px !important;
  }

  .group:hover .xs\:group-hover\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:hover .xs\:group-hover\:pl-80{
    padding-left: 80px !important;
  }

  .group:hover .xs\:group-hover\:pt-90{
    padding-top: 90px !important;
  }

  .group:hover .xs\:group-hover\:pr-90{
    padding-right: 90px !important;
  }

  .group:hover .xs\:group-hover\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:hover .xs\:group-hover\:pl-90{
    padding-left: 90px !important;
  }

  .group:hover .xs\:group-hover\:pt-150{
    padding-top: 150px !important;
  }

  .group:hover .xs\:group-hover\:pr-150{
    padding-right: 150px !important;
  }

  .group:hover .xs\:group-hover\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:hover .xs\:group-hover\:pl-150{
    padding-left: 150px !important;
  }

  .group:hover .xs\:group-hover\:pt-200{
    padding-top: 200px !important;
  }

  .group:hover .xs\:group-hover\:pr-200{
    padding-right: 200px !important;
  }

  .group:hover .xs\:group-hover\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:hover .xs\:group-hover\:pl-200{
    padding-left: 200px !important;
  }

  .group:hover .xs\:group-hover\:pt-250{
    padding-top: 250px !important;
  }

  .group:hover .xs\:group-hover\:pr-250{
    padding-right: 250px !important;
  }

  .group:hover .xs\:group-hover\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:hover .xs\:group-hover\:pl-250{
    padding-left: 250px !important;
  }

  .group:hover .xs\:group-hover\:pt-270{
    padding-top: 270px !important;
  }

  .group:hover .xs\:group-hover\:pr-270{
    padding-right: 270px !important;
  }

  .group:hover .xs\:group-hover\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:hover .xs\:group-hover\:pl-270{
    padding-left: 270px !important;
  }

  .group:hover .xs\:group-hover\:pt-310{
    padding-top: 310px !important;
  }

  .group:hover .xs\:group-hover\:pr-310{
    padding-right: 310px !important;
  }

  .group:hover .xs\:group-hover\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:hover .xs\:group-hover\:pl-310{
    padding-left: 310px !important;
  }

  .group:hover .xs\:group-hover\:pt-330{
    padding-top: 330px !important;
  }

  .group:hover .xs\:group-hover\:pr-330{
    padding-right: 330px !important;
  }

  .group:hover .xs\:group-hover\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:hover .xs\:group-hover\:pl-330{
    padding-left: 330px !important;
  }

  .group:hover .xs\:group-hover\:pt-390{
    padding-top: 390px !important;
  }

  .group:hover .xs\:group-hover\:pr-390{
    padding-right: 390px !important;
  }

  .group:hover .xs\:group-hover\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:hover .xs\:group-hover\:pl-390{
    padding-left: 390px !important;
  }

  .group:hover .xs\:group-hover\:pt-400{
    padding-top: 400px !important;
  }

  .group:hover .xs\:group-hover\:pr-400{
    padding-right: 400px !important;
  }

  .group:hover .xs\:group-hover\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:hover .xs\:group-hover\:pl-400{
    padding-left: 400px !important;
  }

  .group:hover .xs\:group-hover\:pt-450{
    padding-top: 450px !important;
  }

  .group:hover .xs\:group-hover\:pr-450{
    padding-right: 450px !important;
  }

  .group:hover .xs\:group-hover\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:hover .xs\:group-hover\:pl-450{
    padding-left: 450px !important;
  }

  .group:hover .xs\:group-hover\:pt-500{
    padding-top: 500px !important;
  }

  .group:hover .xs\:group-hover\:pr-500{
    padding-right: 500px !important;
  }

  .group:hover .xs\:group-hover\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:hover .xs\:group-hover\:pl-500{
    padding-left: 500px !important;
  }

  .group:hover .xs\:group-hover\:pt-550{
    padding-top: 550px !important;
  }

  .group:hover .xs\:group-hover\:pr-550{
    padding-right: 550px !important;
  }

  .group:hover .xs\:group-hover\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:hover .xs\:group-hover\:pl-550{
    padding-left: 550px !important;
  }

  .group:hover .xs\:group-hover\:pt-600{
    padding-top: 600px !important;
  }

  .group:hover .xs\:group-hover\:pr-600{
    padding-right: 600px !important;
  }

  .group:hover .xs\:group-hover\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:hover .xs\:group-hover\:pl-600{
    padding-left: 600px !important;
  }

  .group:hover .xs\:group-hover\:pt-700{
    padding-top: 700px !important;
  }

  .group:hover .xs\:group-hover\:pr-700{
    padding-right: 700px !important;
  }

  .group:hover .xs\:group-hover\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:hover .xs\:group-hover\:pl-700{
    padding-left: 700px !important;
  }

  .group:hover .xs\:group-hover\:pt-px{
    padding-top: 1px !important;
  }

  .group:hover .xs\:group-hover\:pr-px{
    padding-right: 1px !important;
  }

  .group:hover .xs\:group-hover\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:hover .xs\:group-hover\:pl-px{
    padding-left: 1px !important;
  }

  .group:hover .xs\:group-hover\:pt-2px{
    padding-top: 2px !important;
  }

  .group:hover .xs\:group-hover\:pr-2px{
    padding-right: 2px !important;
  }

  .group:hover .xs\:group-hover\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:hover .xs\:group-hover\:pl-2px{
    padding-left: 2px !important;
  }

  .group:focus .xs\:group-focus\:p-0{
    padding: 0 !important;
  }

  .group:focus .xs\:group-focus\:p-1{
    padding: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:p-2{
    padding: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:p-3{
    padding: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:p-4{
    padding: 1rem !important;
  }

  .group:focus .xs\:group-focus\:p-5{
    padding: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:p-6{
    padding: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:p-7{
    padding: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:p-8{
    padding: 2rem !important;
  }

  .group:focus .xs\:group-focus\:p-10{
    padding: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:p-12{
    padding: 3rem !important;
  }

  .group:focus .xs\:group-focus\:p-16{
    padding: 4rem !important;
  }

  .group:focus .xs\:group-focus\:p-18{
    padding: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:p-20{
    padding: 5rem !important;
  }

  .group:focus .xs\:group-focus\:p-22{
    padding: 6rem !important;
  }

  .group:focus .xs\:group-focus\:p-24{
    padding: 6rem !important;
  }

  .group:focus .xs\:group-focus\:p-28{
    padding: 7rem !important;
  }

  .group:focus .xs\:group-focus\:p-32{
    padding: 8rem !important;
  }

  .group:focus .xs\:group-focus\:p-40{
    padding: 10rem !important;
  }

  .group:focus .xs\:group-focus\:p-44{
    padding: 11rem !important;
  }

  .group:focus .xs\:group-focus\:p-48{
    padding: 13rem !important;
  }

  .group:focus .xs\:group-focus\:p-56{
    padding: 14rem !important;
  }

  .group:focus .xs\:group-focus\:p-60{
    padding: 15rem !important;
  }

  .group:focus .xs\:group-focus\:p-64{
    padding: 16rem !important;
  }

  .group:focus .xs\:group-focus\:p-66{
    padding: 18rem !important;
  }

  .group:focus .xs\:group-focus\:p-68{
    padding: 21rem !important;
  }

  .group:focus .xs\:group-focus\:p-70{
    padding: 23rem !important;
  }

  .group:focus .xs\:group-focus\:p-72{
    padding: 25rem !important;
  }

  .group:focus .xs\:group-focus\:p-74{
    padding: 27rem !important;
  }

  .group:focus .xs\:group-focus\:p-75{
    padding: 75px !important;
  }

  .group:focus .xs\:group-focus\:p-78{
    padding: 29rem !important;
  }

  .group:focus .xs\:group-focus\:p-80{
    padding: 80px !important;
  }

  .group:focus .xs\:group-focus\:p-90{
    padding: 90px !important;
  }

  .group:focus .xs\:group-focus\:p-150{
    padding: 150px !important;
  }

  .group:focus .xs\:group-focus\:p-200{
    padding: 200px !important;
  }

  .group:focus .xs\:group-focus\:p-250{
    padding: 250px !important;
  }

  .group:focus .xs\:group-focus\:p-270{
    padding: 270px !important;
  }

  .group:focus .xs\:group-focus\:p-310{
    padding: 310px !important;
  }

  .group:focus .xs\:group-focus\:p-330{
    padding: 330px !important;
  }

  .group:focus .xs\:group-focus\:p-390{
    padding: 390px !important;
  }

  .group:focus .xs\:group-focus\:p-400{
    padding: 400px !important;
  }

  .group:focus .xs\:group-focus\:p-450{
    padding: 450px !important;
  }

  .group:focus .xs\:group-focus\:p-500{
    padding: 500px !important;
  }

  .group:focus .xs\:group-focus\:p-550{
    padding: 550px !important;
  }

  .group:focus .xs\:group-focus\:p-600{
    padding: 600px !important;
  }

  .group:focus .xs\:group-focus\:p-700{
    padding: 700px !important;
  }

  .group:focus .xs\:group-focus\:p-px{
    padding: 1px !important;
  }

  .group:focus .xs\:group-focus\:p-2px{
    padding: 2px !important;
  }

  .group:focus .xs\:group-focus\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:focus .xs\:group-focus\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:focus .xs\:group-focus\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:focus .xs\:group-focus\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:focus .xs\:group-focus\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:focus .xs\:group-focus\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:focus .xs\:group-focus\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:focus .xs\:group-focus\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:focus .xs\:group-focus\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:focus .xs\:group-focus\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:focus .xs\:group-focus\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:focus .xs\:group-focus\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:focus .xs\:group-focus\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .xs\:group-focus\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .xs\:group-focus\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .xs\:group-focus\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .xs\:group-focus\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:focus .xs\:group-focus\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:focus .xs\:group-focus\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:focus .xs\:group-focus\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:focus .xs\:group-focus\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:focus .xs\:group-focus\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:focus .xs\:group-focus\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:focus .xs\:group-focus\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:focus .xs\:group-focus\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:focus .xs\:group-focus\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:focus .xs\:group-focus\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:focus .xs\:group-focus\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:focus .xs\:group-focus\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:focus .xs\:group-focus\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:focus .xs\:group-focus\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:focus .xs\:group-focus\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:focus .xs\:group-focus\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:focus .xs\:group-focus\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:focus .xs\:group-focus\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:focus .xs\:group-focus\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:focus .xs\:group-focus\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:focus .xs\:group-focus\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:focus .xs\:group-focus\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:focus .xs\:group-focus\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:focus .xs\:group-focus\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:focus .xs\:group-focus\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:focus .xs\:group-focus\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:focus .xs\:group-focus\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:focus .xs\:group-focus\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:focus .xs\:group-focus\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:focus .xs\:group-focus\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:focus .xs\:group-focus\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:focus .xs\:group-focus\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:focus .xs\:group-focus\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:focus .xs\:group-focus\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:focus .xs\:group-focus\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:focus .xs\:group-focus\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:focus .xs\:group-focus\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:focus .xs\:group-focus\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:focus .xs\:group-focus\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:focus .xs\:group-focus\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:focus .xs\:group-focus\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:focus .xs\:group-focus\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:focus .xs\:group-focus\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:focus .xs\:group-focus\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:focus .xs\:group-focus\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:focus .xs\:group-focus\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:focus .xs\:group-focus\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:focus .xs\:group-focus\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:focus .xs\:group-focus\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:focus .xs\:group-focus\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:focus .xs\:group-focus\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:focus .xs\:group-focus\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:focus .xs\:group-focus\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:focus .xs\:group-focus\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:focus .xs\:group-focus\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:focus .xs\:group-focus\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:focus .xs\:group-focus\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:focus .xs\:group-focus\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:focus .xs\:group-focus\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:focus .xs\:group-focus\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:focus .xs\:group-focus\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:focus .xs\:group-focus\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:focus .xs\:group-focus\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:focus .xs\:group-focus\:pt-0{
    padding-top: 0 !important;
  }

  .group:focus .xs\:group-focus\:pr-0{
    padding-right: 0 !important;
  }

  .group:focus .xs\:group-focus\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:focus .xs\:group-focus\:pl-0{
    padding-left: 0 !important;
  }

  .group:focus .xs\:group-focus\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:focus .xs\:group-focus\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:focus .xs\:group-focus\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:focus .xs\:group-focus\:pt-4{
    padding-top: 1rem !important;
  }

  .group:focus .xs\:group-focus\:pr-4{
    padding-right: 1rem !important;
  }

  .group:focus .xs\:group-focus\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:focus .xs\:group-focus\:pl-4{
    padding-left: 1rem !important;
  }

  .group:focus .xs\:group-focus\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:focus .xs\:group-focus\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:focus .xs\:group-focus\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:focus .xs\:group-focus\:pt-8{
    padding-top: 2rem !important;
  }

  .group:focus .xs\:group-focus\:pr-8{
    padding-right: 2rem !important;
  }

  .group:focus .xs\:group-focus\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:focus .xs\:group-focus\:pl-8{
    padding-left: 2rem !important;
  }

  .group:focus .xs\:group-focus\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:focus .xs\:group-focus\:pt-12{
    padding-top: 3rem !important;
  }

  .group:focus .xs\:group-focus\:pr-12{
    padding-right: 3rem !important;
  }

  .group:focus .xs\:group-focus\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:focus .xs\:group-focus\:pl-12{
    padding-left: 3rem !important;
  }

  .group:focus .xs\:group-focus\:pt-16{
    padding-top: 4rem !important;
  }

  .group:focus .xs\:group-focus\:pr-16{
    padding-right: 4rem !important;
  }

  .group:focus .xs\:group-focus\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:focus .xs\:group-focus\:pl-16{
    padding-left: 4rem !important;
  }

  .group:focus .xs\:group-focus\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:focus .xs\:group-focus\:pt-20{
    padding-top: 5rem !important;
  }

  .group:focus .xs\:group-focus\:pr-20{
    padding-right: 5rem !important;
  }

  .group:focus .xs\:group-focus\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:focus .xs\:group-focus\:pl-20{
    padding-left: 5rem !important;
  }

  .group:focus .xs\:group-focus\:pt-22{
    padding-top: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pr-22{
    padding-right: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pl-22{
    padding-left: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pt-24{
    padding-top: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pr-24{
    padding-right: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pl-24{
    padding-left: 6rem !important;
  }

  .group:focus .xs\:group-focus\:pt-28{
    padding-top: 7rem !important;
  }

  .group:focus .xs\:group-focus\:pr-28{
    padding-right: 7rem !important;
  }

  .group:focus .xs\:group-focus\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:focus .xs\:group-focus\:pl-28{
    padding-left: 7rem !important;
  }

  .group:focus .xs\:group-focus\:pt-32{
    padding-top: 8rem !important;
  }

  .group:focus .xs\:group-focus\:pr-32{
    padding-right: 8rem !important;
  }

  .group:focus .xs\:group-focus\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:focus .xs\:group-focus\:pl-32{
    padding-left: 8rem !important;
  }

  .group:focus .xs\:group-focus\:pt-40{
    padding-top: 10rem !important;
  }

  .group:focus .xs\:group-focus\:pr-40{
    padding-right: 10rem !important;
  }

  .group:focus .xs\:group-focus\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:focus .xs\:group-focus\:pl-40{
    padding-left: 10rem !important;
  }

  .group:focus .xs\:group-focus\:pt-44{
    padding-top: 11rem !important;
  }

  .group:focus .xs\:group-focus\:pr-44{
    padding-right: 11rem !important;
  }

  .group:focus .xs\:group-focus\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:focus .xs\:group-focus\:pl-44{
    padding-left: 11rem !important;
  }

  .group:focus .xs\:group-focus\:pt-48{
    padding-top: 13rem !important;
  }

  .group:focus .xs\:group-focus\:pr-48{
    padding-right: 13rem !important;
  }

  .group:focus .xs\:group-focus\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:focus .xs\:group-focus\:pl-48{
    padding-left: 13rem !important;
  }

  .group:focus .xs\:group-focus\:pt-56{
    padding-top: 14rem !important;
  }

  .group:focus .xs\:group-focus\:pr-56{
    padding-right: 14rem !important;
  }

  .group:focus .xs\:group-focus\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:focus .xs\:group-focus\:pl-56{
    padding-left: 14rem !important;
  }

  .group:focus .xs\:group-focus\:pt-60{
    padding-top: 15rem !important;
  }

  .group:focus .xs\:group-focus\:pr-60{
    padding-right: 15rem !important;
  }

  .group:focus .xs\:group-focus\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:focus .xs\:group-focus\:pl-60{
    padding-left: 15rem !important;
  }

  .group:focus .xs\:group-focus\:pt-64{
    padding-top: 16rem !important;
  }

  .group:focus .xs\:group-focus\:pr-64{
    padding-right: 16rem !important;
  }

  .group:focus .xs\:group-focus\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:focus .xs\:group-focus\:pl-64{
    padding-left: 16rem !important;
  }

  .group:focus .xs\:group-focus\:pt-66{
    padding-top: 18rem !important;
  }

  .group:focus .xs\:group-focus\:pr-66{
    padding-right: 18rem !important;
  }

  .group:focus .xs\:group-focus\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:focus .xs\:group-focus\:pl-66{
    padding-left: 18rem !important;
  }

  .group:focus .xs\:group-focus\:pt-68{
    padding-top: 21rem !important;
  }

  .group:focus .xs\:group-focus\:pr-68{
    padding-right: 21rem !important;
  }

  .group:focus .xs\:group-focus\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:focus .xs\:group-focus\:pl-68{
    padding-left: 21rem !important;
  }

  .group:focus .xs\:group-focus\:pt-70{
    padding-top: 23rem !important;
  }

  .group:focus .xs\:group-focus\:pr-70{
    padding-right: 23rem !important;
  }

  .group:focus .xs\:group-focus\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:focus .xs\:group-focus\:pl-70{
    padding-left: 23rem !important;
  }

  .group:focus .xs\:group-focus\:pt-72{
    padding-top: 25rem !important;
  }

  .group:focus .xs\:group-focus\:pr-72{
    padding-right: 25rem !important;
  }

  .group:focus .xs\:group-focus\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:focus .xs\:group-focus\:pl-72{
    padding-left: 25rem !important;
  }

  .group:focus .xs\:group-focus\:pt-74{
    padding-top: 27rem !important;
  }

  .group:focus .xs\:group-focus\:pr-74{
    padding-right: 27rem !important;
  }

  .group:focus .xs\:group-focus\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:focus .xs\:group-focus\:pl-74{
    padding-left: 27rem !important;
  }

  .group:focus .xs\:group-focus\:pt-75{
    padding-top: 75px !important;
  }

  .group:focus .xs\:group-focus\:pr-75{
    padding-right: 75px !important;
  }

  .group:focus .xs\:group-focus\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:focus .xs\:group-focus\:pl-75{
    padding-left: 75px !important;
  }

  .group:focus .xs\:group-focus\:pt-78{
    padding-top: 29rem !important;
  }

  .group:focus .xs\:group-focus\:pr-78{
    padding-right: 29rem !important;
  }

  .group:focus .xs\:group-focus\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:focus .xs\:group-focus\:pl-78{
    padding-left: 29rem !important;
  }

  .group:focus .xs\:group-focus\:pt-80{
    padding-top: 80px !important;
  }

  .group:focus .xs\:group-focus\:pr-80{
    padding-right: 80px !important;
  }

  .group:focus .xs\:group-focus\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:focus .xs\:group-focus\:pl-80{
    padding-left: 80px !important;
  }

  .group:focus .xs\:group-focus\:pt-90{
    padding-top: 90px !important;
  }

  .group:focus .xs\:group-focus\:pr-90{
    padding-right: 90px !important;
  }

  .group:focus .xs\:group-focus\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:focus .xs\:group-focus\:pl-90{
    padding-left: 90px !important;
  }

  .group:focus .xs\:group-focus\:pt-150{
    padding-top: 150px !important;
  }

  .group:focus .xs\:group-focus\:pr-150{
    padding-right: 150px !important;
  }

  .group:focus .xs\:group-focus\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:focus .xs\:group-focus\:pl-150{
    padding-left: 150px !important;
  }

  .group:focus .xs\:group-focus\:pt-200{
    padding-top: 200px !important;
  }

  .group:focus .xs\:group-focus\:pr-200{
    padding-right: 200px !important;
  }

  .group:focus .xs\:group-focus\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:focus .xs\:group-focus\:pl-200{
    padding-left: 200px !important;
  }

  .group:focus .xs\:group-focus\:pt-250{
    padding-top: 250px !important;
  }

  .group:focus .xs\:group-focus\:pr-250{
    padding-right: 250px !important;
  }

  .group:focus .xs\:group-focus\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:focus .xs\:group-focus\:pl-250{
    padding-left: 250px !important;
  }

  .group:focus .xs\:group-focus\:pt-270{
    padding-top: 270px !important;
  }

  .group:focus .xs\:group-focus\:pr-270{
    padding-right: 270px !important;
  }

  .group:focus .xs\:group-focus\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:focus .xs\:group-focus\:pl-270{
    padding-left: 270px !important;
  }

  .group:focus .xs\:group-focus\:pt-310{
    padding-top: 310px !important;
  }

  .group:focus .xs\:group-focus\:pr-310{
    padding-right: 310px !important;
  }

  .group:focus .xs\:group-focus\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:focus .xs\:group-focus\:pl-310{
    padding-left: 310px !important;
  }

  .group:focus .xs\:group-focus\:pt-330{
    padding-top: 330px !important;
  }

  .group:focus .xs\:group-focus\:pr-330{
    padding-right: 330px !important;
  }

  .group:focus .xs\:group-focus\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:focus .xs\:group-focus\:pl-330{
    padding-left: 330px !important;
  }

  .group:focus .xs\:group-focus\:pt-390{
    padding-top: 390px !important;
  }

  .group:focus .xs\:group-focus\:pr-390{
    padding-right: 390px !important;
  }

  .group:focus .xs\:group-focus\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:focus .xs\:group-focus\:pl-390{
    padding-left: 390px !important;
  }

  .group:focus .xs\:group-focus\:pt-400{
    padding-top: 400px !important;
  }

  .group:focus .xs\:group-focus\:pr-400{
    padding-right: 400px !important;
  }

  .group:focus .xs\:group-focus\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:focus .xs\:group-focus\:pl-400{
    padding-left: 400px !important;
  }

  .group:focus .xs\:group-focus\:pt-450{
    padding-top: 450px !important;
  }

  .group:focus .xs\:group-focus\:pr-450{
    padding-right: 450px !important;
  }

  .group:focus .xs\:group-focus\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:focus .xs\:group-focus\:pl-450{
    padding-left: 450px !important;
  }

  .group:focus .xs\:group-focus\:pt-500{
    padding-top: 500px !important;
  }

  .group:focus .xs\:group-focus\:pr-500{
    padding-right: 500px !important;
  }

  .group:focus .xs\:group-focus\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:focus .xs\:group-focus\:pl-500{
    padding-left: 500px !important;
  }

  .group:focus .xs\:group-focus\:pt-550{
    padding-top: 550px !important;
  }

  .group:focus .xs\:group-focus\:pr-550{
    padding-right: 550px !important;
  }

  .group:focus .xs\:group-focus\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:focus .xs\:group-focus\:pl-550{
    padding-left: 550px !important;
  }

  .group:focus .xs\:group-focus\:pt-600{
    padding-top: 600px !important;
  }

  .group:focus .xs\:group-focus\:pr-600{
    padding-right: 600px !important;
  }

  .group:focus .xs\:group-focus\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:focus .xs\:group-focus\:pl-600{
    padding-left: 600px !important;
  }

  .group:focus .xs\:group-focus\:pt-700{
    padding-top: 700px !important;
  }

  .group:focus .xs\:group-focus\:pr-700{
    padding-right: 700px !important;
  }

  .group:focus .xs\:group-focus\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:focus .xs\:group-focus\:pl-700{
    padding-left: 700px !important;
  }

  .group:focus .xs\:group-focus\:pt-px{
    padding-top: 1px !important;
  }

  .group:focus .xs\:group-focus\:pr-px{
    padding-right: 1px !important;
  }

  .group:focus .xs\:group-focus\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:focus .xs\:group-focus\:pl-px{
    padding-left: 1px !important;
  }

  .group:focus .xs\:group-focus\:pt-2px{
    padding-top: 2px !important;
  }

  .group:focus .xs\:group-focus\:pr-2px{
    padding-right: 2px !important;
  }

  .group:focus .xs\:group-focus\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:focus .xs\:group-focus\:pl-2px{
    padding-left: 2px !important;
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-06::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-06::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-06:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-06::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-brand-06::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-banner::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-banner::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-banner:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-banner::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-banner::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-p-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-p-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-p-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-p-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-p-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-inverse-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-inverse-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-inverse-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-inverse-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-inverse-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-medium::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-medium::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-medium:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-medium::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-medium::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-error::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-error::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-error:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-error::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-error::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-06:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-06:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-06:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-brand-06:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-banner:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-banner:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-banner:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-banner:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-banner:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-p-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-p-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-p-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-p-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-p-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-inverse-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-inverse-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-medium:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-medium:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-error:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-error:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-error:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:pointer-events-none{
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xs\:static{
    position: static !important;
  }

  .xs\:fixed{
    position: fixed !important;
  }

  .xs\:absolute{
    position: absolute !important;
  }

  .xs\:relative{
    position: relative !important;
  }

  .xs\:sticky{
    position: sticky !important;
  }

  .group:hover .xs\:group-hover\:static{
    position: static !important;
  }

  .group:hover .xs\:group-hover\:fixed{
    position: fixed !important;
  }

  .group:hover .xs\:group-hover\:absolute{
    position: absolute !important;
  }

  .group:hover .xs\:group-hover\:relative{
    position: relative !important;
  }

  .group:hover .xs\:group-hover\:sticky{
    position: sticky !important;
  }

  .group:focus .xs\:group-focus\:static{
    position: static !important;
  }

  .group:focus .xs\:group-focus\:fixed{
    position: fixed !important;
  }

  .group:focus .xs\:group-focus\:absolute{
    position: absolute !important;
  }

  .group:focus .xs\:group-focus\:relative{
    position: relative !important;
  }

  .group:focus .xs\:group-focus\:sticky{
    position: sticky !important;
  }

  .xs\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-1{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xs\:inset-2{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xs\:inset-5{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xs\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xs\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-1\/3{
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .xs\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xs\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-y-1{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xs\:inset-x-1{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xs\:inset-y-2{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xs\:inset-x-2{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xs\:inset-y-5{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xs\:inset-x-5{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xs\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xs\:inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .xs\:inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .xs\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-y-1\/3{
    top: 33% !important;
    bottom: 33% !important;
  }

  .xs\:inset-x-1\/3{
    right: 33% !important;
    left: 33% !important;
  }

  .xs\:top-0{
    top: 0 !important;
  }

  .xs\:right-0{
    right: 0 !important;
  }

  .xs\:bottom-0{
    bottom: 0 !important;
  }

  .xs\:left-0{
    left: 0 !important;
  }

  .xs\:top-1{
    top: 1rem !important;
  }

  .xs\:right-1{
    right: 1rem !important;
  }

  .xs\:bottom-1{
    bottom: 1rem !important;
  }

  .xs\:left-1{
    left: 1rem !important;
  }

  .xs\:top-2{
    top: 2rem !important;
  }

  .xs\:right-2{
    right: 2rem !important;
  }

  .xs\:bottom-2{
    bottom: 2rem !important;
  }

  .xs\:left-2{
    left: 2rem !important;
  }

  .xs\:top-5{
    top: 5rem !important;
  }

  .xs\:right-5{
    right: 5rem !important;
  }

  .xs\:bottom-5{
    bottom: 5rem !important;
  }

  .xs\:left-5{
    left: 5rem !important;
  }

  .xs\:top-auto{
    top: auto !important;
  }

  .xs\:right-auto{
    right: auto !important;
  }

  .xs\:bottom-auto{
    bottom: auto !important;
  }

  .xs\:left-auto{
    left: auto !important;
  }

  .xs\:top-1\/5{
    top: 20% !important;
  }

  .xs\:right-1\/5{
    right: 20% !important;
  }

  .xs\:bottom-1\/5{
    bottom: 20% !important;
  }

  .xs\:left-1\/5{
    left: 20% !important;
  }

  .xs\:top-1\/2{
    top: 50% !important;
  }

  .xs\:right-1\/2{
    right: 50% !important;
  }

  .xs\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xs\:left-1\/2{
    left: 50% !important;
  }

  .xs\:top-1\/3{
    top: 33% !important;
  }

  .xs\:right-1\/3{
    right: 33% !important;
  }

  .xs\:bottom-1\/3{
    bottom: 33% !important;
  }

  .xs\:left-1\/3{
    left: 33% !important;
  }

  .xs\:resize-none{
    resize: none !important;
  }

  .xs\:resize-y{
    resize: vertical !important;
  }

  .xs\:resize-x{
    resize: horizontal !important;
  }

  .xs\:resize{
    resize: both !important;
  }

  .xs\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xs\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xs\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xs\:fill-current{
    fill: currentColor !important;
  }

  .xs\:stroke-current{
    stroke: currentColor !important;
  }

  .xs\:stroke-0{
    stroke-width: 0 !important;
  }

  .xs\:stroke-1{
    stroke-width: 1 !important;
  }

  .xs\:stroke-2{
    stroke-width: 2 !important;
  }

  .xs\:table-auto{
    table-layout: auto !important;
  }

  .xs\:table-fixed{
    table-layout: fixed !important;
  }

  .xs\:text-left{
    text-align: left !important;
  }

  .xs\:text-center{
    text-align: center !important;
  }

  .xs\:text-right{
    text-align: right !important;
  }

  .xs\:text-justify{
    text-align: justify !important;
  }

  .xs\:text-transparent{
    color: transparent !important;
  }

  .xs\:text-current{
    color: currentColor !important;
  }

  .xs\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xs\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xs\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xs\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xs\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xs\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xs\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xs\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xs\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xs\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xs\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xs\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xs\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xs\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xs\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xs\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xs\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xs\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xs\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xs\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xs\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xs\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xs\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xs\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xs\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xs\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xs\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xs\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xs\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xs\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xs\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xs\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xs\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xs\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xs\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xs\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xs\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xs\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xs\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xs\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xs\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xs\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xs\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xs\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xs\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xs\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xs\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xs\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xs\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xs\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xs\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xs\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xs\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xs\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xs\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xs\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xs\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xs\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xs\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xs\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xs\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xs\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xs\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xs\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xs\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xs\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xs\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xs\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xs\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xs\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xs\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xs\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xs\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xs\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xs\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xs\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xs\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xs\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xs\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xs\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xs\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xs\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xs\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xs\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xs\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xs\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xs\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xs\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xs\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .xs\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-brand-01:hover{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-brand-02:hover{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-brand-03:hover{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-brand-04:hover{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-brand-05:hover{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-brand-06:hover{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-banner:hover{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-p-01:hover{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-inverse-01:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-medium:hover{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-02:hover{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-03:hover{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-04:hover{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-05:hover{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-error:hover{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xs\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .xs\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-brand-01:focus{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-brand-02:focus{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-brand-03:focus{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-brand-04:focus{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-brand-05:focus{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-brand-06:focus{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-banner:focus{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-p-01:focus{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-inverse-01:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-medium:focus{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-02:focus{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-03:focus{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-04:focus{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-05:focus{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-error:focus{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .xs\:group-hover\:text-current{
    color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-transparent{
    color: transparent !important;
  }

  .group:focus .xs\:group-focus\:text-current{
    color: currentColor !important;
  }

  .group:focus .xs\:group-focus\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:focus .xs\:group-focus\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .xs\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xs\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-80{
    --text-opacity: 0.80 !important;
  }

  .xs\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-80:hover{
    --text-opacity: 0.80 !important;
  }

  .xs\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-80:focus{
    --text-opacity: 0.80 !important;
  }

  .xs\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xs\:italic{
    font-style: italic !important;
  }

  .xs\:not-italic{
    font-style: normal !important;
  }

  .xs\:uppercase{
    text-transform: uppercase !important;
  }

  .xs\:lowercase{
    text-transform: lowercase !important;
  }

  .xs\:capitalize{
    text-transform: capitalize !important;
  }

  .xs\:normal-case{
    text-transform: none !important;
  }

  .xs\:underline{
    text-decoration: underline !important;
  }

  .xs\:line-through{
    text-decoration: line-through !important;
  }

  .xs\:no-underline{
    text-decoration: none !important;
  }

  .xs\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xs\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\: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;
  }

  .xs\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xs\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xs\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xs\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xs\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xs\:tracking-h1{
    letter-spacing: 0.19rem !important;
  }

  .xs\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xs\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xs\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xs\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:align-baseline{
    vertical-align: baseline !important;
  }

  .xs\:align-top{
    vertical-align: top !important;
  }

  .xs\:align-middle{
    vertical-align: middle !important;
  }

  .xs\:align-bottom{
    vertical-align: bottom !important;
  }

  .xs\:align-text-top{
    vertical-align: text-top !important;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xs\:visible{
    visibility: visible !important;
  }

  .xs\:invisible{
    visibility: hidden !important;
  }

  .xs\:whitespace-normal{
    white-space: normal !important;
  }

  .xs\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre{
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xs\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xs\:break-all{
    word-break: break-all !important;
  }

  .xs\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:w-0{
    width: 0 !important;
  }

  .xs\:w-1{
    width: 0.25rem !important;
  }

  .xs\:w-2{
    width: 0.5rem !important;
  }

  .xs\:w-3{
    width: 0.75rem !important;
  }

  .xs\:w-4{
    width: 1rem !important;
  }

  .xs\:w-5{
    width: 1.25rem !important;
  }

  .xs\:w-6{
    width: 1.5rem !important;
  }

  .xs\:w-7{
    width: 1.75rem !important;
  }

  .xs\:w-8{
    width: 2rem !important;
  }

  .xs\:w-10{
    width: 2.5rem !important;
  }

  .xs\:w-12{
    width: 3rem !important;
  }

  .xs\:w-16{
    width: 4rem !important;
  }

  .xs\:w-18{
    width: 4.75rem !important;
  }

  .xs\:w-20{
    width: 5rem !important;
  }

  .xs\:w-22{
    width: 6rem !important;
  }

  .xs\:w-24{
    width: 6rem !important;
  }

  .xs\:w-28{
    width: 7rem !important;
  }

  .xs\:w-32{
    width: 8rem !important;
  }

  .xs\:w-40{
    width: 10rem !important;
  }

  .xs\:w-44{
    width: 11rem !important;
  }

  .xs\:w-48{
    width: 13rem !important;
  }

  .xs\:w-56{
    width: 14rem !important;
  }

  .xs\:w-60{
    width: 15rem !important;
  }

  .xs\:w-64{
    width: 16rem !important;
  }

  .xs\:w-66{
    width: 18rem !important;
  }

  .xs\:w-68{
    width: 21rem !important;
  }

  .xs\:w-70{
    width: 23rem !important;
  }

  .xs\:w-72{
    width: 25rem !important;
  }

  .xs\:w-74{
    width: 27rem !important;
  }

  .xs\:w-75{
    width: 75px !important;
  }

  .xs\:w-78{
    width: 29rem !important;
  }

  .xs\:w-80{
    width: 80px !important;
  }

  .xs\:w-90{
    width: 90px !important;
  }

  .xs\:w-150{
    width: 150px !important;
  }

  .xs\:w-200{
    width: 200px !important;
  }

  .xs\:w-250{
    width: 250px !important;
  }

  .xs\:w-270{
    width: 270px !important;
  }

  .xs\:w-310{
    width: 310px !important;
  }

  .xs\:w-330{
    width: 330px !important;
  }

  .xs\:w-390{
    width: 390px !important;
  }

  .xs\:w-400{
    width: 400px !important;
  }

  .xs\:w-450{
    width: 450px !important;
  }

  .xs\:w-500{
    width: 500px !important;
  }

  .xs\:w-550{
    width: 550px !important;
  }

  .xs\:w-570{
    width: 570px !important;
  }

  .xs\:w-600{
    width: 600px !important;
  }

  .xs\:w-700{
    width: 700px !important;
  }

  .xs\:w-900{
    width: 900px !important;
  }

  .xs\:w-1135{
    width: 1135px !important;
  }

  .xs\:w-1366{
    width: 1366px !important;
  }

  .xs\:w-1440{
    width: 1440px !important;
  }

  .xs\:w-1920{
    width: 1920px !important;
  }

  .xs\:w-auto{
    width: auto !important;
  }

  .xs\:w-px{
    width: 1px !important;
  }

  .xs\:w-2px{
    width: 2px !important;
  }

  .xs\:w-1\/2{
    width: 50% !important;
  }

  .xs\:w-1\/3{
    width: 33.333333% !important;
  }

  .xs\:w-2\/3{
    width: 66.666667% !important;
  }

  .xs\:w-1\/4{
    width: 25% !important;
  }

  .xs\:w-2\/4{
    width: 50% !important;
  }

  .xs\:w-3\/4{
    width: 75% !important;
  }

  .xs\:w-1\/5{
    width: 20% !important;
  }

  .xs\:w-2\/5{
    width: 40% !important;
  }

  .xs\:w-3\/5{
    width: 60% !important;
  }

  .xs\:w-4\/5{
    width: 80% !important;
  }

  .xs\:w-1\/6{
    width: 16.666667% !important;
  }

  .xs\:w-2\/6{
    width: 33.333333% !important;
  }

  .xs\:w-3\/6{
    width: 50% !important;
  }

  .xs\:w-4\/6{
    width: 66.666667% !important;
  }

  .xs\:w-5\/6{
    width: 83.333333% !important;
  }

  .xs\:w-1\/12{
    width: 8.333333% !important;
  }

  .xs\:w-2\/12{
    width: 16.666667% !important;
  }

  .xs\:w-3\/12{
    width: 25% !important;
  }

  .xs\:w-4\/12{
    width: 33.333333% !important;
  }

  .xs\:w-5\/12{
    width: 41.666667% !important;
  }

  .xs\:w-6\/12{
    width: 50% !important;
  }

  .xs\:w-7\/12{
    width: 58.333333% !important;
  }

  .xs\:w-8\/12{
    width: 66.666667% !important;
  }

  .xs\:w-9\/12{
    width: 75% !important;
  }

  .xs\:w-10\/12{
    width: 83.333333% !important;
  }

  .xs\:w-11\/12{
    width: 91.666667% !important;
  }

  .xs\:w-full{
    width: 100% !important;
  }

  .xs\:w-screen{
    width: 100vw !important;
  }

  .xs\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:w-main-content-margin{
    width: 900px !important;
  }

  .xs\:w-inner-margin{
    width: 84% !important;
  }

  .xs\:w-outer-margin{
    width: 1920px !important;
  }

  .xs\:z-0{
    z-index: 0 !important;
  }

  .xs\:z-10{
    z-index: 10 !important;
  }

  .xs\:z-20{
    z-index: 20 !important;
  }

  .xs\:z-30{
    z-index: 30 !important;
  }

  .xs\:z-40{
    z-index: 40 !important;
  }

  .xs\:z-50{
    z-index: 50 !important;
  }

  .xs\:z-auto{
    z-index: auto !important;
  }

  .xs\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xs\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xs\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xs\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xs\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xs\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xs\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xs\:gap-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !important;
  }

  .xs\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xs\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xs\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xs\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xs\:gap-18{
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .xs\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xs\:gap-22{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xs\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xs\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xs\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xs\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xs\:gap-44{
    grid-gap: 11rem !important;
    gap: 11rem !important;
  }

  .xs\:gap-48{
    grid-gap: 13rem !important;
    gap: 13rem !important;
  }

  .xs\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xs\:gap-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .xs\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xs\:gap-66{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .xs\:gap-68{
    grid-gap: 21rem !important;
    gap: 21rem !important;
  }

  .xs\:gap-70{
    grid-gap: 23rem !important;
    gap: 23rem !important;
  }

  .xs\:gap-72{
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .xs\:gap-74{
    grid-gap: 27rem !important;
    gap: 27rem !important;
  }

  .xs\:gap-75{
    grid-gap: 75px !important;
    gap: 75px !important;
  }

  .xs\:gap-78{
    grid-gap: 29rem !important;
    gap: 29rem !important;
  }

  .xs\:gap-80{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xs\:gap-90{
    grid-gap: 90px !important;
    gap: 90px !important;
  }

  .xs\:gap-150{
    grid-gap: 150px !important;
    gap: 150px !important;
  }

  .xs\:gap-200{
    grid-gap: 200px !important;
    gap: 200px !important;
  }

  .xs\:gap-250{
    grid-gap: 250px !important;
    gap: 250px !important;
  }

  .xs\:gap-270{
    grid-gap: 270px !important;
    gap: 270px !important;
  }

  .xs\:gap-310{
    grid-gap: 310px !important;
    gap: 310px !important;
  }

  .xs\:gap-330{
    grid-gap: 330px !important;
    gap: 330px !important;
  }

  .xs\:gap-390{
    grid-gap: 390px !important;
    gap: 390px !important;
  }

  .xs\:gap-400{
    grid-gap: 400px !important;
    gap: 400px !important;
  }

  .xs\:gap-450{
    grid-gap: 450px !important;
    gap: 450px !important;
  }

  .xs\:gap-500{
    grid-gap: 500px !important;
    gap: 500px !important;
  }

  .xs\:gap-550{
    grid-gap: 550px !important;
    gap: 550px !important;
  }

  .xs\:gap-600{
    grid-gap: 600px !important;
    gap: 600px !important;
  }

  .xs\:gap-700{
    grid-gap: 700px !important;
    gap: 700px !important;
  }

  .xs\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xs\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xs\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xs\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xs\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xs\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xs\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xs\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xs\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xs\:col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xs\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xs\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xs\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xs\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xs\:col-gap-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .xs\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xs\:col-gap-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xs\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xs\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xs\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xs\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xs\:col-gap-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xs\:col-gap-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xs\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xs\:col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xs\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xs\:col-gap-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xs\:col-gap-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .xs\:col-gap-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .xs\:col-gap-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .xs\:col-gap-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .xs\:col-gap-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .xs\:col-gap-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .xs\:col-gap-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xs\:col-gap-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .xs\:col-gap-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .xs\:col-gap-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .xs\:col-gap-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .xs\:col-gap-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .xs\:col-gap-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .xs\:col-gap-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .xs\:col-gap-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .xs\:col-gap-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .xs\:col-gap-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .xs\:col-gap-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .xs\:col-gap-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .xs\:col-gap-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .xs\:col-gap-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .xs\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xs\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .xs\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xs\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xs\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xs\:gap-x-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xs\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xs\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xs\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xs\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xs\:gap-x-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .xs\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xs\:gap-x-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xs\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xs\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xs\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xs\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xs\:gap-x-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xs\:gap-x-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xs\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xs\:gap-x-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xs\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xs\:gap-x-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xs\:gap-x-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .xs\:gap-x-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .xs\:gap-x-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .xs\:gap-x-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .xs\:gap-x-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .xs\:gap-x-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .xs\:gap-x-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xs\:gap-x-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .xs\:gap-x-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .xs\:gap-x-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .xs\:gap-x-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .xs\:gap-x-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .xs\:gap-x-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .xs\:gap-x-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .xs\:gap-x-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .xs\:gap-x-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .xs\:gap-x-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .xs\:gap-x-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .xs\:gap-x-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .xs\:gap-x-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .xs\:gap-x-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .xs\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xs\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .xs\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xs\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xs\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xs\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xs\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xs\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xs\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xs\:row-gap-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .xs\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xs\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xs\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xs\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xs\:row-gap-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .xs\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xs\:row-gap-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xs\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xs\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xs\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xs\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xs\:row-gap-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .xs\:row-gap-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .xs\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xs\:row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xs\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xs\:row-gap-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xs\:row-gap-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .xs\:row-gap-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .xs\:row-gap-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .xs\:row-gap-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .xs\:row-gap-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .xs\:row-gap-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .xs\:row-gap-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xs\:row-gap-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .xs\:row-gap-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .xs\:row-gap-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .xs\:row-gap-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .xs\:row-gap-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .xs\:row-gap-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .xs\:row-gap-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .xs\:row-gap-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .xs\:row-gap-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .xs\:row-gap-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .xs\:row-gap-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .xs\:row-gap-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .xs\:row-gap-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .xs\:row-gap-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .xs\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xs\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xs\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xs\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xs\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xs\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xs\:gap-y-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .xs\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xs\:gap-y-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xs\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xs\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xs\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xs\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xs\:gap-y-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .xs\:gap-y-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .xs\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xs\:gap-y-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xs\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xs\:gap-y-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xs\:gap-y-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .xs\:gap-y-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .xs\:gap-y-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .xs\:gap-y-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .xs\:gap-y-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .xs\:gap-y-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .xs\:gap-y-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xs\:gap-y-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .xs\:gap-y-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .xs\:gap-y-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .xs\:gap-y-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .xs\:gap-y-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .xs\:gap-y-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .xs\:gap-y-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .xs\:gap-y-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .xs\:gap-y-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .xs\:gap-y-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .xs\:gap-y-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .xs\:gap-y-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .xs\:gap-y-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .xs\:gap-y-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .xs\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xs\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xs\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xs\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xs\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xs\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xs\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:col-auto{
    grid-column: auto !important;
  }

  .xs\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xs\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xs\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xs\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xs\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xs\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xs\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xs\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xs\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xs\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xs\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xs\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xs\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xs\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xs\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xs\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xs\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xs\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xs\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xs\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xs\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xs\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xs\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xs\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xs\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xs\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xs\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xs\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xs\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xs\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xs\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xs\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xs\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xs\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xs\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xs\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xs\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xs\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xs\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xs\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xs\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xs\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xs\:row-auto{
    grid-row: auto !important;
  }

  .xs\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xs\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xs\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xs\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xs\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xs\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xs\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xs\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xs\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xs\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xs\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xs\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xs\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xs\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xs\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xs\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xs\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xs\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xs\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xs\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xs\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xs\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xs\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xs\: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;
    -webkit-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;
            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;
  }

  .xs\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xs\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xs\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xs\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xs\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xs\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xs\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xs\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xs\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xs\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xs\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xs\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xs\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xs\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xs\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xs\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xs\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xs\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xs\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xs\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xs\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xs\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xs\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xs\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xs\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xs\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xs\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xs\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xs\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xs\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xs\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xs\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xs\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xs\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xs\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xs\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xs\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xs\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xs\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xs\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xs\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xs\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xs\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xs\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xs\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xs\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xs\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xs\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xs\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xs\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xs\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xs\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xs\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xs\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xs\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xs\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xs\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xs\:translate-x-7{
    --transform-translate-x: 1.75rem !important;
  }

  .xs\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xs\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xs\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xs\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xs\:translate-x-18{
    --transform-translate-x: 4.75rem !important;
  }

  .xs\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xs\:translate-x-22{
    --transform-translate-x: 6rem !important;
  }

  .xs\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xs\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xs\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xs\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xs\:translate-x-44{
    --transform-translate-x: 11rem !important;
  }

  .xs\:translate-x-48{
    --transform-translate-x: 13rem !important;
  }

  .xs\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xs\:translate-x-60{
    --transform-translate-x: 15rem !important;
  }

  .xs\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xs\:translate-x-66{
    --transform-translate-x: 18rem !important;
  }

  .xs\:translate-x-68{
    --transform-translate-x: 21rem !important;
  }

  .xs\:translate-x-70{
    --transform-translate-x: 23rem !important;
  }

  .xs\:translate-x-72{
    --transform-translate-x: 25rem !important;
  }

  .xs\:translate-x-74{
    --transform-translate-x: 27rem !important;
  }

  .xs\:translate-x-75{
    --transform-translate-x: 75px !important;
  }

  .xs\:translate-x-78{
    --transform-translate-x: 29rem !important;
  }

  .xs\:translate-x-80{
    --transform-translate-x: 80px !important;
  }

  .xs\:translate-x-90{
    --transform-translate-x: 90px !important;
  }

  .xs\:translate-x-150{
    --transform-translate-x: 150px !important;
  }

  .xs\:translate-x-200{
    --transform-translate-x: 200px !important;
  }

  .xs\:translate-x-250{
    --transform-translate-x: 250px !important;
  }

  .xs\:translate-x-270{
    --transform-translate-x: 270px !important;
  }

  .xs\:translate-x-310{
    --transform-translate-x: 310px !important;
  }

  .xs\:translate-x-330{
    --transform-translate-x: 330px !important;
  }

  .xs\:translate-x-390{
    --transform-translate-x: 390px !important;
  }

  .xs\:translate-x-400{
    --transform-translate-x: 400px !important;
  }

  .xs\:translate-x-450{
    --transform-translate-x: 450px !important;
  }

  .xs\:translate-x-500{
    --transform-translate-x: 500px !important;
  }

  .xs\:translate-x-550{
    --transform-translate-x: 550px !important;
  }

  .xs\:translate-x-600{
    --transform-translate-x: 600px !important;
  }

  .xs\:translate-x-700{
    --transform-translate-x: 700px !important;
  }

  .xs\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xs\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .xs\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xs\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xs\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xs\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xs\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xs\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xs\:-translate-x-7{
    --transform-translate-x: -1.75rem !important;
  }

  .xs\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xs\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xs\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xs\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xs\:-translate-x-18{
    --transform-translate-x: -4.75rem !important;
  }

  .xs\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xs\:-translate-x-22{
    --transform-translate-x: -6rem !important;
  }

  .xs\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xs\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xs\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xs\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xs\:-translate-x-44{
    --transform-translate-x: -11rem !important;
  }

  .xs\:-translate-x-48{
    --transform-translate-x: -13rem !important;
  }

  .xs\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xs\:-translate-x-60{
    --transform-translate-x: -15rem !important;
  }

  .xs\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xs\:-translate-x-66{
    --transform-translate-x: -18rem !important;
  }

  .xs\:-translate-x-68{
    --transform-translate-x: -21rem !important;
  }

  .xs\:-translate-x-70{
    --transform-translate-x: -23rem !important;
  }

  .xs\:-translate-x-72{
    --transform-translate-x: -25rem !important;
  }

  .xs\:-translate-x-74{
    --transform-translate-x: -27rem !important;
  }

  .xs\:-translate-x-75{
    --transform-translate-x: -75px !important;
  }

  .xs\:-translate-x-78{
    --transform-translate-x: -29rem !important;
  }

  .xs\:-translate-x-80{
    --transform-translate-x: -80px !important;
  }

  .xs\:-translate-x-90{
    --transform-translate-x: -90px !important;
  }

  .xs\:-translate-x-150{
    --transform-translate-x: -150px !important;
  }

  .xs\:-translate-x-200{
    --transform-translate-x: -200px !important;
  }

  .xs\:-translate-x-250{
    --transform-translate-x: -250px !important;
  }

  .xs\:-translate-x-270{
    --transform-translate-x: -270px !important;
  }

  .xs\:-translate-x-310{
    --transform-translate-x: -310px !important;
  }

  .xs\:-translate-x-330{
    --transform-translate-x: -330px !important;
  }

  .xs\:-translate-x-390{
    --transform-translate-x: -390px !important;
  }

  .xs\:-translate-x-400{
    --transform-translate-x: -400px !important;
  }

  .xs\:-translate-x-450{
    --transform-translate-x: -450px !important;
  }

  .xs\:-translate-x-500{
    --transform-translate-x: -500px !important;
  }

  .xs\:-translate-x-550{
    --transform-translate-x: -550px !important;
  }

  .xs\:-translate-x-600{
    --transform-translate-x: -600px !important;
  }

  .xs\:-translate-x-700{
    --transform-translate-x: -700px !important;
  }

  .xs\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xs\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .xs\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xs\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xs\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xs\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xs\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xs\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xs\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xs\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xs\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xs\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xs\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xs\:translate-y-7{
    --transform-translate-y: 1.75rem !important;
  }

  .xs\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xs\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xs\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xs\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xs\:translate-y-18{
    --transform-translate-y: 4.75rem !important;
  }

  .xs\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xs\:translate-y-22{
    --transform-translate-y: 6rem !important;
  }

  .xs\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xs\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xs\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xs\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xs\:translate-y-44{
    --transform-translate-y: 11rem !important;
  }

  .xs\:translate-y-48{
    --transform-translate-y: 13rem !important;
  }

  .xs\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xs\:translate-y-60{
    --transform-translate-y: 15rem !important;
  }

  .xs\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xs\:translate-y-66{
    --transform-translate-y: 18rem !important;
  }

  .xs\:translate-y-68{
    --transform-translate-y: 21rem !important;
  }

  .xs\:translate-y-70{
    --transform-translate-y: 23rem !important;
  }

  .xs\:translate-y-72{
    --transform-translate-y: 25rem !important;
  }

  .xs\:translate-y-74{
    --transform-translate-y: 27rem !important;
  }

  .xs\:translate-y-75{
    --transform-translate-y: 75px !important;
  }

  .xs\:translate-y-78{
    --transform-translate-y: 29rem !important;
  }

  .xs\:translate-y-80{
    --transform-translate-y: 80px !important;
  }

  .xs\:translate-y-90{
    --transform-translate-y: 90px !important;
  }

  .xs\:translate-y-150{
    --transform-translate-y: 150px !important;
  }

  .xs\:translate-y-200{
    --transform-translate-y: 200px !important;
  }

  .xs\:translate-y-250{
    --transform-translate-y: 250px !important;
  }

  .xs\:translate-y-270{
    --transform-translate-y: 270px !important;
  }

  .xs\:translate-y-310{
    --transform-translate-y: 310px !important;
  }

  .xs\:translate-y-330{
    --transform-translate-y: 330px !important;
  }

  .xs\:translate-y-390{
    --transform-translate-y: 390px !important;
  }

  .xs\:translate-y-400{
    --transform-translate-y: 400px !important;
  }

  .xs\:translate-y-450{
    --transform-translate-y: 450px !important;
  }

  .xs\:translate-y-500{
    --transform-translate-y: 500px !important;
  }

  .xs\:translate-y-550{
    --transform-translate-y: 550px !important;
  }

  .xs\:translate-y-600{
    --transform-translate-y: 600px !important;
  }

  .xs\:translate-y-700{
    --transform-translate-y: 700px !important;
  }

  .xs\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xs\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .xs\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xs\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xs\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xs\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xs\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xs\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xs\:-translate-y-7{
    --transform-translate-y: -1.75rem !important;
  }

  .xs\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xs\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xs\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xs\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xs\:-translate-y-18{
    --transform-translate-y: -4.75rem !important;
  }

  .xs\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xs\:-translate-y-22{
    --transform-translate-y: -6rem !important;
  }

  .xs\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xs\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xs\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xs\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xs\:-translate-y-44{
    --transform-translate-y: -11rem !important;
  }

  .xs\:-translate-y-48{
    --transform-translate-y: -13rem !important;
  }

  .xs\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xs\:-translate-y-60{
    --transform-translate-y: -15rem !important;
  }

  .xs\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xs\:-translate-y-66{
    --transform-translate-y: -18rem !important;
  }

  .xs\:-translate-y-68{
    --transform-translate-y: -21rem !important;
  }

  .xs\:-translate-y-70{
    --transform-translate-y: -23rem !important;
  }

  .xs\:-translate-y-72{
    --transform-translate-y: -25rem !important;
  }

  .xs\:-translate-y-74{
    --transform-translate-y: -27rem !important;
  }

  .xs\:-translate-y-75{
    --transform-translate-y: -75px !important;
  }

  .xs\:-translate-y-78{
    --transform-translate-y: -29rem !important;
  }

  .xs\:-translate-y-80{
    --transform-translate-y: -80px !important;
  }

  .xs\:-translate-y-90{
    --transform-translate-y: -90px !important;
  }

  .xs\:-translate-y-150{
    --transform-translate-y: -150px !important;
  }

  .xs\:-translate-y-200{
    --transform-translate-y: -200px !important;
  }

  .xs\:-translate-y-250{
    --transform-translate-y: -250px !important;
  }

  .xs\:-translate-y-270{
    --transform-translate-y: -270px !important;
  }

  .xs\:-translate-y-310{
    --transform-translate-y: -310px !important;
  }

  .xs\:-translate-y-330{
    --transform-translate-y: -330px !important;
  }

  .xs\:-translate-y-390{
    --transform-translate-y: -390px !important;
  }

  .xs\:-translate-y-400{
    --transform-translate-y: -400px !important;
  }

  .xs\:-translate-y-450{
    --transform-translate-y: -450px !important;
  }

  .xs\:-translate-y-500{
    --transform-translate-y: -500px !important;
  }

  .xs\:-translate-y-550{
    --transform-translate-y: -550px !important;
  }

  .xs\:-translate-y-600{
    --transform-translate-y: -600px !important;
  }

  .xs\:-translate-y-700{
    --transform-translate-y: -700px !important;
  }

  .xs\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xs\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .xs\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xs\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xs\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xs\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xs\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xs\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xs\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xs\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xs\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xs\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xs\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xs\:hover\:translate-x-7:hover{
    --transform-translate-x: 1.75rem !important;
  }

  .xs\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xs\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xs\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xs\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xs\:hover\:translate-x-18:hover{
    --transform-translate-x: 4.75rem !important;
  }

  .xs\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xs\:hover\:translate-x-22:hover{
    --transform-translate-x: 6rem !important;
  }

  .xs\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xs\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .xs\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xs\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xs\:hover\:translate-x-44:hover{
    --transform-translate-x: 11rem !important;
  }

  .xs\:hover\:translate-x-48:hover{
    --transform-translate-x: 13rem !important;
  }

  .xs\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xs\:hover\:translate-x-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .xs\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xs\:hover\:translate-x-66:hover{
    --transform-translate-x: 18rem !important;
  }

  .xs\:hover\:translate-x-68:hover{
    --transform-translate-x: 21rem !important;
  }

  .xs\:hover\:translate-x-70:hover{
    --transform-translate-x: 23rem !important;
  }

  .xs\:hover\:translate-x-72:hover{
    --transform-translate-x: 25rem !important;
  }

  .xs\:hover\:translate-x-74:hover{
    --transform-translate-x: 27rem !important;
  }

  .xs\:hover\:translate-x-75:hover{
    --transform-translate-x: 75px !important;
  }

  .xs\:hover\:translate-x-78:hover{
    --transform-translate-x: 29rem !important;
  }

  .xs\:hover\:translate-x-80:hover{
    --transform-translate-x: 80px !important;
  }

  .xs\:hover\:translate-x-90:hover{
    --transform-translate-x: 90px !important;
  }

  .xs\:hover\:translate-x-150:hover{
    --transform-translate-x: 150px !important;
  }

  .xs\:hover\:translate-x-200:hover{
    --transform-translate-x: 200px !important;
  }

  .xs\:hover\:translate-x-250:hover{
    --transform-translate-x: 250px !important;
  }

  .xs\:hover\:translate-x-270:hover{
    --transform-translate-x: 270px !important;
  }

  .xs\:hover\:translate-x-310:hover{
    --transform-translate-x: 310px !important;
  }

  .xs\:hover\:translate-x-330:hover{
    --transform-translate-x: 330px !important;
  }

  .xs\:hover\:translate-x-390:hover{
    --transform-translate-x: 390px !important;
  }

  .xs\:hover\:translate-x-400:hover{
    --transform-translate-x: 400px !important;
  }

  .xs\:hover\:translate-x-450:hover{
    --transform-translate-x: 450px !important;
  }

  .xs\:hover\:translate-x-500:hover{
    --transform-translate-x: 500px !important;
  }

  .xs\:hover\:translate-x-550:hover{
    --transform-translate-x: 550px !important;
  }

  .xs\:hover\:translate-x-600:hover{
    --transform-translate-x: 600px !important;
  }

  .xs\:hover\:translate-x-700:hover{
    --transform-translate-x: 700px !important;
  }

  .xs\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xs\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .xs\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xs\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xs\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xs\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xs\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xs\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xs\:hover\:-translate-x-7:hover{
    --transform-translate-x: -1.75rem !important;
  }

  .xs\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xs\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xs\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xs\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xs\:hover\:-translate-x-18:hover{
    --transform-translate-x: -4.75rem !important;
  }

  .xs\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xs\:hover\:-translate-x-22:hover{
    --transform-translate-x: -6rem !important;
  }

  .xs\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xs\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .xs\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xs\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xs\:hover\:-translate-x-44:hover{
    --transform-translate-x: -11rem !important;
  }

  .xs\:hover\:-translate-x-48:hover{
    --transform-translate-x: -13rem !important;
  }

  .xs\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xs\:hover\:-translate-x-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .xs\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xs\:hover\:-translate-x-66:hover{
    --transform-translate-x: -18rem !important;
  }

  .xs\:hover\:-translate-x-68:hover{
    --transform-translate-x: -21rem !important;
  }

  .xs\:hover\:-translate-x-70:hover{
    --transform-translate-x: -23rem !important;
  }

  .xs\:hover\:-translate-x-72:hover{
    --transform-translate-x: -25rem !important;
  }

  .xs\:hover\:-translate-x-74:hover{
    --transform-translate-x: -27rem !important;
  }

  .xs\:hover\:-translate-x-75:hover{
    --transform-translate-x: -75px !important;
  }

  .xs\:hover\:-translate-x-78:hover{
    --transform-translate-x: -29rem !important;
  }

  .xs\:hover\:-translate-x-80:hover{
    --transform-translate-x: -80px !important;
  }

  .xs\:hover\:-translate-x-90:hover{
    --transform-translate-x: -90px !important;
  }

  .xs\:hover\:-translate-x-150:hover{
    --transform-translate-x: -150px !important;
  }

  .xs\:hover\:-translate-x-200:hover{
    --transform-translate-x: -200px !important;
  }

  .xs\:hover\:-translate-x-250:hover{
    --transform-translate-x: -250px !important;
  }

  .xs\:hover\:-translate-x-270:hover{
    --transform-translate-x: -270px !important;
  }

  .xs\:hover\:-translate-x-310:hover{
    --transform-translate-x: -310px !important;
  }

  .xs\:hover\:-translate-x-330:hover{
    --transform-translate-x: -330px !important;
  }

  .xs\:hover\:-translate-x-390:hover{
    --transform-translate-x: -390px !important;
  }

  .xs\:hover\:-translate-x-400:hover{
    --transform-translate-x: -400px !important;
  }

  .xs\:hover\:-translate-x-450:hover{
    --transform-translate-x: -450px !important;
  }

  .xs\:hover\:-translate-x-500:hover{
    --transform-translate-x: -500px !important;
  }

  .xs\:hover\:-translate-x-550:hover{
    --transform-translate-x: -550px !important;
  }

  .xs\:hover\:-translate-x-600:hover{
    --transform-translate-x: -600px !important;
  }

  .xs\:hover\:-translate-x-700:hover{
    --transform-translate-x: -700px !important;
  }

  .xs\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xs\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .xs\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xs\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xs\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xs\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xs\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xs\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xs\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xs\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xs\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xs\:hover\:translate-y-7:hover{
    --transform-translate-y: 1.75rem !important;
  }

  .xs\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xs\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xs\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xs\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xs\:hover\:translate-y-18:hover{
    --transform-translate-y: 4.75rem !important;
  }

  .xs\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xs\:hover\:translate-y-22:hover{
    --transform-translate-y: 6rem !important;
  }

  .xs\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xs\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .xs\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xs\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xs\:hover\:translate-y-44:hover{
    --transform-translate-y: 11rem !important;
  }

  .xs\:hover\:translate-y-48:hover{
    --transform-translate-y: 13rem !important;
  }

  .xs\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xs\:hover\:translate-y-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .xs\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xs\:hover\:translate-y-66:hover{
    --transform-translate-y: 18rem !important;
  }

  .xs\:hover\:translate-y-68:hover{
    --transform-translate-y: 21rem !important;
  }

  .xs\:hover\:translate-y-70:hover{
    --transform-translate-y: 23rem !important;
  }

  .xs\:hover\:translate-y-72:hover{
    --transform-translate-y: 25rem !important;
  }

  .xs\:hover\:translate-y-74:hover{
    --transform-translate-y: 27rem !important;
  }

  .xs\:hover\:translate-y-75:hover{
    --transform-translate-y: 75px !important;
  }

  .xs\:hover\:translate-y-78:hover{
    --transform-translate-y: 29rem !important;
  }

  .xs\:hover\:translate-y-80:hover{
    --transform-translate-y: 80px !important;
  }

  .xs\:hover\:translate-y-90:hover{
    --transform-translate-y: 90px !important;
  }

  .xs\:hover\:translate-y-150:hover{
    --transform-translate-y: 150px !important;
  }

  .xs\:hover\:translate-y-200:hover{
    --transform-translate-y: 200px !important;
  }

  .xs\:hover\:translate-y-250:hover{
    --transform-translate-y: 250px !important;
  }

  .xs\:hover\:translate-y-270:hover{
    --transform-translate-y: 270px !important;
  }

  .xs\:hover\:translate-y-310:hover{
    --transform-translate-y: 310px !important;
  }

  .xs\:hover\:translate-y-330:hover{
    --transform-translate-y: 330px !important;
  }

  .xs\:hover\:translate-y-390:hover{
    --transform-translate-y: 390px !important;
  }

  .xs\:hover\:translate-y-400:hover{
    --transform-translate-y: 400px !important;
  }

  .xs\:hover\:translate-y-450:hover{
    --transform-translate-y: 450px !important;
  }

  .xs\:hover\:translate-y-500:hover{
    --transform-translate-y: 500px !important;
  }

  .xs\:hover\:translate-y-550:hover{
    --transform-translate-y: 550px !important;
  }

  .xs\:hover\:translate-y-600:hover{
    --transform-translate-y: 600px !important;
  }

  .xs\:hover\:translate-y-700:hover{
    --transform-translate-y: 700px !important;
  }

  .xs\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xs\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .xs\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xs\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xs\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xs\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xs\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xs\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xs\:hover\:-translate-y-7:hover{
    --transform-translate-y: -1.75rem !important;
  }

  .xs\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xs\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xs\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xs\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xs\:hover\:-translate-y-18:hover{
    --transform-translate-y: -4.75rem !important;
  }

  .xs\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xs\:hover\:-translate-y-22:hover{
    --transform-translate-y: -6rem !important;
  }

  .xs\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xs\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .xs\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xs\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xs\:hover\:-translate-y-44:hover{
    --transform-translate-y: -11rem !important;
  }

  .xs\:hover\:-translate-y-48:hover{
    --transform-translate-y: -13rem !important;
  }

  .xs\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xs\:hover\:-translate-y-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .xs\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xs\:hover\:-translate-y-66:hover{
    --transform-translate-y: -18rem !important;
  }

  .xs\:hover\:-translate-y-68:hover{
    --transform-translate-y: -21rem !important;
  }

  .xs\:hover\:-translate-y-70:hover{
    --transform-translate-y: -23rem !important;
  }

  .xs\:hover\:-translate-y-72:hover{
    --transform-translate-y: -25rem !important;
  }

  .xs\:hover\:-translate-y-74:hover{
    --transform-translate-y: -27rem !important;
  }

  .xs\:hover\:-translate-y-75:hover{
    --transform-translate-y: -75px !important;
  }

  .xs\:hover\:-translate-y-78:hover{
    --transform-translate-y: -29rem !important;
  }

  .xs\:hover\:-translate-y-80:hover{
    --transform-translate-y: -80px !important;
  }

  .xs\:hover\:-translate-y-90:hover{
    --transform-translate-y: -90px !important;
  }

  .xs\:hover\:-translate-y-150:hover{
    --transform-translate-y: -150px !important;
  }

  .xs\:hover\:-translate-y-200:hover{
    --transform-translate-y: -200px !important;
  }

  .xs\:hover\:-translate-y-250:hover{
    --transform-translate-y: -250px !important;
  }

  .xs\:hover\:-translate-y-270:hover{
    --transform-translate-y: -270px !important;
  }

  .xs\:hover\:-translate-y-310:hover{
    --transform-translate-y: -310px !important;
  }

  .xs\:hover\:-translate-y-330:hover{
    --transform-translate-y: -330px !important;
  }

  .xs\:hover\:-translate-y-390:hover{
    --transform-translate-y: -390px !important;
  }

  .xs\:hover\:-translate-y-400:hover{
    --transform-translate-y: -400px !important;
  }

  .xs\:hover\:-translate-y-450:hover{
    --transform-translate-y: -450px !important;
  }

  .xs\:hover\:-translate-y-500:hover{
    --transform-translate-y: -500px !important;
  }

  .xs\:hover\:-translate-y-550:hover{
    --transform-translate-y: -550px !important;
  }

  .xs\:hover\:-translate-y-600:hover{
    --transform-translate-y: -600px !important;
  }

  .xs\:hover\:-translate-y-700:hover{
    --transform-translate-y: -700px !important;
  }

  .xs\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xs\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .xs\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xs\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xs\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xs\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xs\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xs\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xs\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xs\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xs\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xs\:focus\:translate-x-7:focus{
    --transform-translate-x: 1.75rem !important;
  }

  .xs\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xs\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xs\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xs\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xs\:focus\:translate-x-18:focus{
    --transform-translate-x: 4.75rem !important;
  }

  .xs\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xs\:focus\:translate-x-22:focus{
    --transform-translate-x: 6rem !important;
  }

  .xs\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xs\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .xs\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xs\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xs\:focus\:translate-x-44:focus{
    --transform-translate-x: 11rem !important;
  }

  .xs\:focus\:translate-x-48:focus{
    --transform-translate-x: 13rem !important;
  }

  .xs\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xs\:focus\:translate-x-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .xs\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xs\:focus\:translate-x-66:focus{
    --transform-translate-x: 18rem !important;
  }

  .xs\:focus\:translate-x-68:focus{
    --transform-translate-x: 21rem !important;
  }

  .xs\:focus\:translate-x-70:focus{
    --transform-translate-x: 23rem !important;
  }

  .xs\:focus\:translate-x-72:focus{
    --transform-translate-x: 25rem !important;
  }

  .xs\:focus\:translate-x-74:focus{
    --transform-translate-x: 27rem !important;
  }

  .xs\:focus\:translate-x-75:focus{
    --transform-translate-x: 75px !important;
  }

  .xs\:focus\:translate-x-78:focus{
    --transform-translate-x: 29rem !important;
  }

  .xs\:focus\:translate-x-80:focus{
    --transform-translate-x: 80px !important;
  }

  .xs\:focus\:translate-x-90:focus{
    --transform-translate-x: 90px !important;
  }

  .xs\:focus\:translate-x-150:focus{
    --transform-translate-x: 150px !important;
  }

  .xs\:focus\:translate-x-200:focus{
    --transform-translate-x: 200px !important;
  }

  .xs\:focus\:translate-x-250:focus{
    --transform-translate-x: 250px !important;
  }

  .xs\:focus\:translate-x-270:focus{
    --transform-translate-x: 270px !important;
  }

  .xs\:focus\:translate-x-310:focus{
    --transform-translate-x: 310px !important;
  }

  .xs\:focus\:translate-x-330:focus{
    --transform-translate-x: 330px !important;
  }

  .xs\:focus\:translate-x-390:focus{
    --transform-translate-x: 390px !important;
  }

  .xs\:focus\:translate-x-400:focus{
    --transform-translate-x: 400px !important;
  }

  .xs\:focus\:translate-x-450:focus{
    --transform-translate-x: 450px !important;
  }

  .xs\:focus\:translate-x-500:focus{
    --transform-translate-x: 500px !important;
  }

  .xs\:focus\:translate-x-550:focus{
    --transform-translate-x: 550px !important;
  }

  .xs\:focus\:translate-x-600:focus{
    --transform-translate-x: 600px !important;
  }

  .xs\:focus\:translate-x-700:focus{
    --transform-translate-x: 700px !important;
  }

  .xs\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xs\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .xs\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xs\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xs\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xs\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xs\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xs\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xs\:focus\:-translate-x-7:focus{
    --transform-translate-x: -1.75rem !important;
  }

  .xs\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xs\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xs\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xs\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xs\:focus\:-translate-x-18:focus{
    --transform-translate-x: -4.75rem !important;
  }

  .xs\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xs\:focus\:-translate-x-22:focus{
    --transform-translate-x: -6rem !important;
  }

  .xs\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xs\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .xs\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xs\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xs\:focus\:-translate-x-44:focus{
    --transform-translate-x: -11rem !important;
  }

  .xs\:focus\:-translate-x-48:focus{
    --transform-translate-x: -13rem !important;
  }

  .xs\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xs\:focus\:-translate-x-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .xs\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xs\:focus\:-translate-x-66:focus{
    --transform-translate-x: -18rem !important;
  }

  .xs\:focus\:-translate-x-68:focus{
    --transform-translate-x: -21rem !important;
  }

  .xs\:focus\:-translate-x-70:focus{
    --transform-translate-x: -23rem !important;
  }

  .xs\:focus\:-translate-x-72:focus{
    --transform-translate-x: -25rem !important;
  }

  .xs\:focus\:-translate-x-74:focus{
    --transform-translate-x: -27rem !important;
  }

  .xs\:focus\:-translate-x-75:focus{
    --transform-translate-x: -75px !important;
  }

  .xs\:focus\:-translate-x-78:focus{
    --transform-translate-x: -29rem !important;
  }

  .xs\:focus\:-translate-x-80:focus{
    --transform-translate-x: -80px !important;
  }

  .xs\:focus\:-translate-x-90:focus{
    --transform-translate-x: -90px !important;
  }

  .xs\:focus\:-translate-x-150:focus{
    --transform-translate-x: -150px !important;
  }

  .xs\:focus\:-translate-x-200:focus{
    --transform-translate-x: -200px !important;
  }

  .xs\:focus\:-translate-x-250:focus{
    --transform-translate-x: -250px !important;
  }

  .xs\:focus\:-translate-x-270:focus{
    --transform-translate-x: -270px !important;
  }

  .xs\:focus\:-translate-x-310:focus{
    --transform-translate-x: -310px !important;
  }

  .xs\:focus\:-translate-x-330:focus{
    --transform-translate-x: -330px !important;
  }

  .xs\:focus\:-translate-x-390:focus{
    --transform-translate-x: -390px !important;
  }

  .xs\:focus\:-translate-x-400:focus{
    --transform-translate-x: -400px !important;
  }

  .xs\:focus\:-translate-x-450:focus{
    --transform-translate-x: -450px !important;
  }

  .xs\:focus\:-translate-x-500:focus{
    --transform-translate-x: -500px !important;
  }

  .xs\:focus\:-translate-x-550:focus{
    --transform-translate-x: -550px !important;
  }

  .xs\:focus\:-translate-x-600:focus{
    --transform-translate-x: -600px !important;
  }

  .xs\:focus\:-translate-x-700:focus{
    --transform-translate-x: -700px !important;
  }

  .xs\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xs\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .xs\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xs\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xs\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xs\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xs\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xs\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xs\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xs\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xs\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xs\:focus\:translate-y-7:focus{
    --transform-translate-y: 1.75rem !important;
  }

  .xs\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xs\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xs\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xs\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xs\:focus\:translate-y-18:focus{
    --transform-translate-y: 4.75rem !important;
  }

  .xs\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xs\:focus\:translate-y-22:focus{
    --transform-translate-y: 6rem !important;
  }

  .xs\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xs\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .xs\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xs\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xs\:focus\:translate-y-44:focus{
    --transform-translate-y: 11rem !important;
  }

  .xs\:focus\:translate-y-48:focus{
    --transform-translate-y: 13rem !important;
  }

  .xs\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xs\:focus\:translate-y-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .xs\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xs\:focus\:translate-y-66:focus{
    --transform-translate-y: 18rem !important;
  }

  .xs\:focus\:translate-y-68:focus{
    --transform-translate-y: 21rem !important;
  }

  .xs\:focus\:translate-y-70:focus{
    --transform-translate-y: 23rem !important;
  }

  .xs\:focus\:translate-y-72:focus{
    --transform-translate-y: 25rem !important;
  }

  .xs\:focus\:translate-y-74:focus{
    --transform-translate-y: 27rem !important;
  }

  .xs\:focus\:translate-y-75:focus{
    --transform-translate-y: 75px !important;
  }

  .xs\:focus\:translate-y-78:focus{
    --transform-translate-y: 29rem !important;
  }

  .xs\:focus\:translate-y-80:focus{
    --transform-translate-y: 80px !important;
  }

  .xs\:focus\:translate-y-90:focus{
    --transform-translate-y: 90px !important;
  }

  .xs\:focus\:translate-y-150:focus{
    --transform-translate-y: 150px !important;
  }

  .xs\:focus\:translate-y-200:focus{
    --transform-translate-y: 200px !important;
  }

  .xs\:focus\:translate-y-250:focus{
    --transform-translate-y: 250px !important;
  }

  .xs\:focus\:translate-y-270:focus{
    --transform-translate-y: 270px !important;
  }

  .xs\:focus\:translate-y-310:focus{
    --transform-translate-y: 310px !important;
  }

  .xs\:focus\:translate-y-330:focus{
    --transform-translate-y: 330px !important;
  }

  .xs\:focus\:translate-y-390:focus{
    --transform-translate-y: 390px !important;
  }

  .xs\:focus\:translate-y-400:focus{
    --transform-translate-y: 400px !important;
  }

  .xs\:focus\:translate-y-450:focus{
    --transform-translate-y: 450px !important;
  }

  .xs\:focus\:translate-y-500:focus{
    --transform-translate-y: 500px !important;
  }

  .xs\:focus\:translate-y-550:focus{
    --transform-translate-y: 550px !important;
  }

  .xs\:focus\:translate-y-600:focus{
    --transform-translate-y: 600px !important;
  }

  .xs\:focus\:translate-y-700:focus{
    --transform-translate-y: 700px !important;
  }

  .xs\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xs\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .xs\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xs\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xs\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xs\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xs\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xs\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xs\:focus\:-translate-y-7:focus{
    --transform-translate-y: -1.75rem !important;
  }

  .xs\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xs\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xs\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xs\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xs\:focus\:-translate-y-18:focus{
    --transform-translate-y: -4.75rem !important;
  }

  .xs\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xs\:focus\:-translate-y-22:focus{
    --transform-translate-y: -6rem !important;
  }

  .xs\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xs\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .xs\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xs\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xs\:focus\:-translate-y-44:focus{
    --transform-translate-y: -11rem !important;
  }

  .xs\:focus\:-translate-y-48:focus{
    --transform-translate-y: -13rem !important;
  }

  .xs\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xs\:focus\:-translate-y-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .xs\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xs\:focus\:-translate-y-66:focus{
    --transform-translate-y: -18rem !important;
  }

  .xs\:focus\:-translate-y-68:focus{
    --transform-translate-y: -21rem !important;
  }

  .xs\:focus\:-translate-y-70:focus{
    --transform-translate-y: -23rem !important;
  }

  .xs\:focus\:-translate-y-72:focus{
    --transform-translate-y: -25rem !important;
  }

  .xs\:focus\:-translate-y-74:focus{
    --transform-translate-y: -27rem !important;
  }

  .xs\:focus\:-translate-y-75:focus{
    --transform-translate-y: -75px !important;
  }

  .xs\:focus\:-translate-y-78:focus{
    --transform-translate-y: -29rem !important;
  }

  .xs\:focus\:-translate-y-80:focus{
    --transform-translate-y: -80px !important;
  }

  .xs\:focus\:-translate-y-90:focus{
    --transform-translate-y: -90px !important;
  }

  .xs\:focus\:-translate-y-150:focus{
    --transform-translate-y: -150px !important;
  }

  .xs\:focus\:-translate-y-200:focus{
    --transform-translate-y: -200px !important;
  }

  .xs\:focus\:-translate-y-250:focus{
    --transform-translate-y: -250px !important;
  }

  .xs\:focus\:-translate-y-270:focus{
    --transform-translate-y: -270px !important;
  }

  .xs\:focus\:-translate-y-310:focus{
    --transform-translate-y: -310px !important;
  }

  .xs\:focus\:-translate-y-330:focus{
    --transform-translate-y: -330px !important;
  }

  .xs\:focus\:-translate-y-390:focus{
    --transform-translate-y: -390px !important;
  }

  .xs\:focus\:-translate-y-400:focus{
    --transform-translate-y: -400px !important;
  }

  .xs\:focus\:-translate-y-450:focus{
    --transform-translate-y: -450px !important;
  }

  .xs\:focus\:-translate-y-500:focus{
    --transform-translate-y: -500px !important;
  }

  .xs\:focus\:-translate-y-550:focus{
    --transform-translate-y: -550px !important;
  }

  .xs\:focus\:-translate-y-600:focus{
    --transform-translate-y: -600px !important;
  }

  .xs\:focus\:-translate-y-700:focus{
    --transform-translate-y: -700px !important;
  }

  .xs\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xs\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .xs\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xs\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xs\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xs\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xs\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xs\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xs\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xs\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xs\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xs\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xs\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xs\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xs\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xs\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xs\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xs\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xs\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xs\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xs\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xs\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xs\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xs\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xs\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xs\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xs\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xs\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xs\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xs\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xs\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xs\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xs\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xs\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xs\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xs\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xs\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xs\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xs\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xs\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xs\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xs\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xs\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xs\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xs\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xs\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xs\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .xs\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .xs\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .xs\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .xs\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }
}

@media (min-width: 1440px){
  .xxl\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xxl\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 450px){
    .xxl\:container{
      max-width: 450px;
    }
  }

  @media (min-width: 768px){
    .xxl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xxl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xxl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){
    .xxl\:container{
      max-width: 1440px;
    }
  }

  .xxl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(21rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(21rem * var(--space-x-reverse)) !important;
    margin-left: calc(21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(23rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(23rem * var(--space-x-reverse)) !important;
    margin-left: calc(23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(27rem * var(--space-x-reverse)) !important;
    margin-left: calc(27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(29rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(29rem * var(--space-x-reverse)) !important;
    margin-left: calc(29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(250px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(250px * var(--space-x-reverse)) !important;
    margin-left: calc(250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(270px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(270px * var(--space-x-reverse)) !important;
    margin-left: calc(270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(310px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(310px * var(--space-x-reverse)) !important;
    margin-left: calc(310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(330px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(330px * var(--space-x-reverse)) !important;
    margin-left: calc(330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(390px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(390px * var(--space-x-reverse)) !important;
    margin-left: calc(390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(400px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(400px * var(--space-x-reverse)) !important;
    margin-left: calc(400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(450px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(450px * var(--space-x-reverse)) !important;
    margin-left: calc(450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(500px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(500px * var(--space-x-reverse)) !important;
    margin-left: calc(500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(550px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(550px * var(--space-x-reverse)) !important;
    margin-left: calc(550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(600px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(600px * var(--space-x-reverse)) !important;
    margin-left: calc(600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(700px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(700px * var(--space-x-reverse)) !important;
    margin-left: calc(700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-7 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-7 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-18 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-18 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-22 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-22 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-44 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-44 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-60 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-60 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-66 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-66 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-68 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-21rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-21rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-68 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-21rem * var(--space-x-reverse)) !important;
    margin-left: calc(-21rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-70 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-23rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-23rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-70 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-23rem * var(--space-x-reverse)) !important;
    margin-left: calc(-23rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-72 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-72 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-74 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-27rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-74 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-27rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-75 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-75 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-78 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-29rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-29rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-78 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-29rem * var(--space-x-reverse)) !important;
    margin-left: calc(-29rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-80 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-80 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-90 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-90 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-150 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-150 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-200 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-200 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-250 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-250px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-250px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-250 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-250px * var(--space-x-reverse)) !important;
    margin-left: calc(-250px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-270 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-270px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-270px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-270 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-270px * var(--space-x-reverse)) !important;
    margin-left: calc(-270px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-310 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-310px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-310px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-310 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-310px * var(--space-x-reverse)) !important;
    margin-left: calc(-310px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-330 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-330px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-330px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-330 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-330px * var(--space-x-reverse)) !important;
    margin-left: calc(-330px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-390 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-390px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-390px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-390 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-390px * var(--space-x-reverse)) !important;
    margin-left: calc(-390px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-400 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-400px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-400px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-400 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-400px * var(--space-x-reverse)) !important;
    margin-left: calc(-400px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-450 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-450px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-450px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-450 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-450px * var(--space-x-reverse)) !important;
    margin-left: calc(-450px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-500 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-500px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-500px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-500 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-500px * var(--space-x-reverse)) !important;
    margin-left: calc(-500px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-550 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-550px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-550px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-550 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-550px * var(--space-x-reverse)) !important;
    margin-left: calc(-550px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-600 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-600px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-600px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-600 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-600px * var(--space-x-reverse)) !important;
    margin-left: calc(-600px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-700 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-700px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-700px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-700 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-700px * var(--space-x-reverse)) !important;
    margin-left: calc(-700px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xxl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xxl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-1 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-1 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xxl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xxl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xxl\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xxl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xxl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xxl\:divide-brand-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--divide-opacity)) !important;
  }

  .xxl\:divide-brand-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--divide-opacity)) !important;
  }

  .xxl\:divide-brand-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--divide-opacity)) !important;
  }

  .xxl\:divide-brand-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--divide-opacity)) !important;
  }

  .xxl\:divide-brand-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--divide-opacity)) !important;
  }

  .xxl\:divide-brand-06 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--divide-opacity)) !important;
  }

  .xxl\:divide-banner > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--divide-opacity)) !important;
  }

  .xxl\:divide-p-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--divide-opacity)) !important;
  }

  .xxl\:divide-inverse-01 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-medium > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-02 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-03 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-04 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-05 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--divide-opacity)) !important;
  }

  .xxl\:divide-error > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--divide-opacity)) !important;
  }

  .xxl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xxl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xxl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xxl\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xxl\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xxl\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xxl\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xxl\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xxl\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xxl\:divide-opacity-80 > :not(template) ~ :not(template){
    --divide-opacity: 0.80 !important;
  }

  .xxl\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .xxl\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xxl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xxl\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xxl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xxl\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xxl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xxl\:bg-local{
    background-attachment: local !important;
  }

  .xxl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xxl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xxl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xxl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xxl\:bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xxl\:bg-transparent{
    background-color: transparent !important;
  }

  .xxl\:bg-current{
    background-color: currentColor !important;
  }

  .xxl\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxl\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxl\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xxl\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xxl\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xxl\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xxl\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xxl\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xxl\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xxl\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xxl\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xxl\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xxl\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .xxl\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brand-01:hover{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brand-02:hover{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brand-03:hover{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brand-04:hover{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brand-05:hover{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-brand-06:hover{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-banner:hover{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-p-01:hover{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-inverse-01:hover{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-medium:hover{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-02:hover{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-03:hover{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-04:hover{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-05:hover{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-error:hover{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xxl\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .xxl\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brand-01:focus{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brand-02:focus{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brand-03:focus{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brand-04:focus{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brand-05:focus{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-brand-06:focus{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-banner:focus{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-p-01:focus{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-inverse-01:focus{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-medium:focus{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-02:focus{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-03:focus{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-04:focus{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-05:focus{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-error:focus{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:bg-current{
    background-color: currentColor !important;
  }

  .group:hover .xxl\:group-hover\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-transparent{
    background-color: transparent !important;
  }

  .group:focus .xxl\:group-focus\:bg-current{
    background-color: currentColor !important;
  }

  .group:focus .xxl\:group-focus\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-brand-01{
    --bg-opacity: 1 !important;
    background-color: #0d112c !important;
    background-color: rgba(13, 17, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-brand-02{
    --bg-opacity: 1 !important;
    background-color: #1F354A !important;
    background-color: rgba(31, 53, 74, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-brand-03{
    --bg-opacity: 1 !important;
    background-color: #44CEC9 !important;
    background-color: rgba(68, 206, 201, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-brand-04{
    --bg-opacity: 1 !important;
    background-color: #499E8A !important;
    background-color: rgba(73, 158, 138, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-brand-05{
    --bg-opacity: 1 !important;
    background-color: #A41F63 !important;
    background-color: rgba(164, 31, 99, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-brand-06{
    --bg-opacity: 1 !important;
    background-color: #7D49BB !important;
    background-color: rgba(125, 73, 187, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-banner{
    --bg-opacity: 1 !important;
    background-color: #FAD05C !important;
    background-color: rgba(250, 208, 92, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-p-01{
    --bg-opacity: 1 !important;
    background-color: #303030 !important;
    background-color: rgba(48, 48, 48, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-inverse-01{
    --bg-opacity: 1 !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #F3F3F3 !important;
    background-color: rgba(243, 243, 243, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-medium{
    --bg-opacity: 1 !important;
    background-color: #EEEEEE !important;
    background-color: rgba(238, 238, 238, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-02{
    --bg-opacity: 1 !important;
    background-color: #D0D0D0 !important;
    background-color: rgba(208, 208, 208, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-03{
    --bg-opacity: 1 !important;
    background-color: #32333e !important;
    background-color: rgba(50, 51, 62, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-04{
    --bg-opacity: 1 !important;
    background-color: #272C2C !important;
    background-color: rgba(39, 44, 44, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-gray-05{
    --bg-opacity: 1 !important;
    background-color: #575966 !important;
    background-color: rgba(87, 89, 102, var(--bg-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:bg-error{
    --bg-opacity: 1 !important;
    background-color: #f35b5b !important;
    background-color: rgba(243, 91, 91, var(--bg-opacity)) !important;
  }

  .xxl\:bg-none{
    background-image: none !important;
  }

  .xxl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xxl\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:from-red-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xxl\:from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xxl\:from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xxl\:from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xxl\:from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xxl\:from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xxl\:from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xxl\:from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xxl\:from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xxl\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:from-brand-01{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xxl\:from-brand-02{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xxl\:from-brand-03{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xxl\:from-brand-04{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xxl\:from-brand-05{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xxl\:from-brand-06{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xxl\:from-banner{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xxl\:from-p-01{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xxl\:from-inverse-01{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-gray-light{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:from-gray-medium{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xxl\:from-gray-02{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xxl\:from-gray-03{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xxl\:from-gray-04{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xxl\:from-gray-05{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xxl\:from-error{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:via-red-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xxl\:via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xxl\:via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xxl\:via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xxl\:via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xxl\:via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xxl\:via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xxl\:via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xxl\:via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xxl\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:via-brand-01{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xxl\:via-brand-02{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xxl\:via-brand-03{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xxl\:via-brand-04{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xxl\:via-brand-05{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xxl\:via-brand-06{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xxl\:via-banner{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xxl\:via-p-01{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xxl\:via-inverse-01{
    --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;
  }

  .xxl\:via-gray-light{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:via-gray-medium{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xxl\:via-gray-02{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xxl\:via-gray-03{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xxl\:via-gray-04{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xxl\:via-gray-05{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xxl\:via-error{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xxl\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xxl\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xxl\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xxl\:to-white{
    --gradient-to-color: #fff !important;
  }

  .xxl\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xxl\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxl\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxl\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxl\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxl\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xxl\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xxl\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xxl\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xxl\:to-red-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .xxl\:to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .xxl\:to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .xxl\:to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .xxl\:to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .xxl\:to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .xxl\:to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .xxl\:to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .xxl\:to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .xxl\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxl\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xxl\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xxl\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxl\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xxl\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxl\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xxl\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xxl\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xxl\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xxl\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xxl\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xxl\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xxl\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xxl\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xxl\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xxl\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xxl\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xxl\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxl\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxl\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxl\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xxl\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xxl\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xxl\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xxl\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xxl\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xxl\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xxl\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxl\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxl\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxl\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xxl\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xxl\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxl\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xxl\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xxl\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxl\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxl\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxl\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xxl\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xxl\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xxl\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxl\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xxl\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xxl\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxl\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xxl\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xxl\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxl\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xxl\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxl\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xxl\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xxl\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xxl\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xxl\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxl\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxl\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xxl\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xxl\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xxl\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxl\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xxl\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xxl\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxl\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxl\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxl\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xxl\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxl\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xxl\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xxl\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xxl\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xxl\:to-brand-01{
    --gradient-to-color: #0d112c !important;
  }

  .xxl\:to-brand-02{
    --gradient-to-color: #1F354A !important;
  }

  .xxl\:to-brand-03{
    --gradient-to-color: #44CEC9 !important;
  }

  .xxl\:to-brand-04{
    --gradient-to-color: #499E8A !important;
  }

  .xxl\:to-brand-05{
    --gradient-to-color: #A41F63 !important;
  }

  .xxl\:to-brand-06{
    --gradient-to-color: #7D49BB !important;
  }

  .xxl\:to-banner{
    --gradient-to-color: #FAD05C !important;
  }

  .xxl\:to-p-01{
    --gradient-to-color: #303030 !important;
  }

  .xxl\:to-inverse-01{
    --gradient-to-color: #ffffff !important;
  }

  .xxl\:to-gray-light{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xxl\:to-gray-medium{
    --gradient-to-color: #EEEEEE !important;
  }

  .xxl\:to-gray-02{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xxl\:to-gray-03{
    --gradient-to-color: #32333e !important;
  }

  .xxl\:to-gray-04{
    --gradient-to-color: #272C2C !important;
  }

  .xxl\:to-gray-05{
    --gradient-to-color: #575966 !important;
  }

  .xxl\:to-error{
    --gradient-to-color: #f35b5b !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:hover\:from-red-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xxl\:hover\:from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xxl\:hover\:from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xxl\:hover\:from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xxl\:hover\:from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xxl\:hover\:from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xxl\:hover\:from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xxl\:hover\:from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xxl\:hover\:from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xxl\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:hover\:from-brand-01:hover{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xxl\:hover\:from-brand-02:hover{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xxl\:hover\:from-brand-03:hover{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xxl\:hover\:from-brand-04:hover{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xxl\:hover\:from-brand-05:hover{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xxl\:hover\:from-brand-06:hover{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xxl\:hover\:from-banner:hover{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xxl\:hover\:from-p-01:hover{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xxl\:hover\:from-inverse-01:hover{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-gray-light:hover{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:hover\:from-gray-medium:hover{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xxl\:hover\:from-gray-02:hover{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xxl\:hover\:from-gray-03:hover{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xxl\:hover\:from-gray-04:hover{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xxl\:hover\:from-gray-05:hover{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xxl\:hover\:from-error:hover{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:hover\:via-red-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xxl\:hover\:via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xxl\:hover\:via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xxl\:hover\:via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xxl\:hover\:via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xxl\:hover\:via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xxl\:hover\:via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xxl\:hover\:via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xxl\:hover\:via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xxl\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:hover\:via-brand-01:hover{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xxl\:hover\:via-brand-02:hover{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xxl\:hover\:via-brand-03:hover{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xxl\:hover\:via-brand-04:hover{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xxl\:hover\:via-brand-05:hover{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xxl\:hover\:via-brand-06:hover{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xxl\:hover\:via-banner:hover{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xxl\:hover\:via-p-01:hover{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xxl\:hover\:via-inverse-01: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;
  }

  .xxl\:hover\:via-gray-light:hover{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:hover\:via-gray-medium:hover{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xxl\:hover\:via-gray-02:hover{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xxl\:hover\:via-gray-03:hover{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xxl\:hover\:via-gray-04:hover{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xxl\:hover\:via-gray-05:hover{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xxl\:hover\:via-error:hover{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xxl\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xxl\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xxl\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xxl\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xxl\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xxl\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxl\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxl\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxl\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxl\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xxl\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xxl\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xxl\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xxl\:hover\:to-red-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .xxl\:hover\:to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .xxl\:hover\:to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .xxl\:hover\:to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .xxl\:hover\:to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .xxl\:hover\:to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .xxl\:hover\:to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .xxl\:hover\:to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .xxl\:hover\:to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .xxl\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxl\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xxl\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xxl\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxl\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xxl\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxl\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xxl\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xxl\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xxl\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xxl\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xxl\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xxl\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xxl\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xxl\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xxl\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xxl\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xxl\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xxl\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxl\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxl\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxl\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xxl\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xxl\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xxl\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xxl\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xxl\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xxl\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xxl\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxl\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxl\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxl\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xxl\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xxl\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxl\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xxl\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xxl\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxl\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxl\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxl\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xxl\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xxl\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xxl\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxl\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xxl\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xxl\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxl\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xxl\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xxl\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxl\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xxl\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxl\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xxl\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xxl\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xxl\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xxl\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxl\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxl\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xxl\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xxl\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xxl\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxl\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xxl\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xxl\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxl\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxl\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxl\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xxl\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxl\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xxl\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xxl\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xxl\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xxl\:hover\:to-brand-01:hover{
    --gradient-to-color: #0d112c !important;
  }

  .xxl\:hover\:to-brand-02:hover{
    --gradient-to-color: #1F354A !important;
  }

  .xxl\:hover\:to-brand-03:hover{
    --gradient-to-color: #44CEC9 !important;
  }

  .xxl\:hover\:to-brand-04:hover{
    --gradient-to-color: #499E8A !important;
  }

  .xxl\:hover\:to-brand-05:hover{
    --gradient-to-color: #A41F63 !important;
  }

  .xxl\:hover\:to-brand-06:hover{
    --gradient-to-color: #7D49BB !important;
  }

  .xxl\:hover\:to-banner:hover{
    --gradient-to-color: #FAD05C !important;
  }

  .xxl\:hover\:to-p-01:hover{
    --gradient-to-color: #303030 !important;
  }

  .xxl\:hover\:to-inverse-01:hover{
    --gradient-to-color: #ffffff !important;
  }

  .xxl\:hover\:to-gray-light:hover{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xxl\:hover\:to-gray-medium:hover{
    --gradient-to-color: #EEEEEE !important;
  }

  .xxl\:hover\:to-gray-02:hover{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xxl\:hover\:to-gray-03:hover{
    --gradient-to-color: #32333e !important;
  }

  .xxl\:hover\:to-gray-04:hover{
    --gradient-to-color: #272C2C !important;
  }

  .xxl\:hover\:to-gray-05:hover{
    --gradient-to-color: #575966 !important;
  }

  .xxl\:hover\:to-error:hover{
    --gradient-to-color: #f35b5b !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:focus\:from-red-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xxl\:focus\:from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xxl\:focus\:from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xxl\:focus\:from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xxl\:focus\:from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xxl\:focus\:from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xxl\:focus\:from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xxl\:focus\:from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xxl\:focus\:from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xxl\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:focus\:from-brand-01:focus{
    --gradient-from-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xxl\:focus\:from-brand-02:focus{
    --gradient-from-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xxl\:focus\:from-brand-03:focus{
    --gradient-from-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xxl\:focus\:from-brand-04:focus{
    --gradient-from-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xxl\:focus\:from-brand-05:focus{
    --gradient-from-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xxl\:focus\:from-brand-06:focus{
    --gradient-from-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xxl\:focus\:from-banner:focus{
    --gradient-from-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xxl\:focus\:from-p-01:focus{
    --gradient-from-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xxl\:focus\:from-inverse-01:focus{
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-gray-light:focus{
    --gradient-from-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:focus\:from-gray-medium:focus{
    --gradient-from-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xxl\:focus\:from-gray-02:focus{
    --gradient-from-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xxl\:focus\:from-gray-03:focus{
    --gradient-from-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xxl\:focus\:from-gray-04:focus{
    --gradient-from-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xxl\:focus\:from-gray-05:focus{
    --gradient-from-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xxl\:focus\:from-error:focus{
    --gradient-from-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:focus\:via-red-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xxl\:focus\:via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xxl\:focus\:via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xxl\:focus\:via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xxl\:focus\:via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xxl\:focus\:via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xxl\:focus\:via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xxl\:focus\:via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xxl\:focus\:via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xxl\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:focus\:via-brand-01:focus{
    --gradient-via-color: #0d112c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 17, 44, 0)) !important;
  }

  .xxl\:focus\:via-brand-02:focus{
    --gradient-via-color: #1F354A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 53, 74, 0)) !important;
  }

  .xxl\:focus\:via-brand-03:focus{
    --gradient-via-color: #44CEC9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 206, 201, 0)) !important;
  }

  .xxl\:focus\:via-brand-04:focus{
    --gradient-via-color: #499E8A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(73, 158, 138, 0)) !important;
  }

  .xxl\:focus\:via-brand-05:focus{
    --gradient-via-color: #A41F63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(164, 31, 99, 0)) !important;
  }

  .xxl\:focus\:via-brand-06:focus{
    --gradient-via-color: #7D49BB !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(125, 73, 187, 0)) !important;
  }

  .xxl\:focus\:via-banner:focus{
    --gradient-via-color: #FAD05C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 208, 92, 0)) !important;
  }

  .xxl\:focus\:via-p-01:focus{
    --gradient-via-color: #303030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0)) !important;
  }

  .xxl\:focus\:via-inverse-01: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;
  }

  .xxl\:focus\:via-gray-light:focus{
    --gradient-via-color: #F3F3F3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:focus\:via-gray-medium:focus{
    --gradient-via-color: #EEEEEE !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(238, 238, 238, 0)) !important;
  }

  .xxl\:focus\:via-gray-02:focus{
    --gradient-via-color: #D0D0D0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(208, 208, 208, 0)) !important;
  }

  .xxl\:focus\:via-gray-03:focus{
    --gradient-via-color: #32333e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50, 51, 62, 0)) !important;
  }

  .xxl\:focus\:via-gray-04:focus{
    --gradient-via-color: #272C2C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 44, 44, 0)) !important;
  }

  .xxl\:focus\:via-gray-05:focus{
    --gradient-via-color: #575966 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(87, 89, 102, 0)) !important;
  }

  .xxl\:focus\:via-error:focus{
    --gradient-via-color: #f35b5b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 91, 91, 0)) !important;
  }

  .xxl\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xxl\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xxl\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xxl\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xxl\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xxl\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxl\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxl\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxl\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxl\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xxl\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xxl\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xxl\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xxl\:focus\:to-red-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .xxl\:focus\:to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .xxl\:focus\:to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .xxl\:focus\:to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .xxl\:focus\:to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .xxl\:focus\:to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .xxl\:focus\:to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .xxl\:focus\:to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .xxl\:focus\:to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .xxl\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxl\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xxl\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xxl\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxl\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xxl\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxl\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xxl\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xxl\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xxl\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xxl\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xxl\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xxl\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xxl\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xxl\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xxl\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xxl\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xxl\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xxl\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxl\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxl\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxl\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xxl\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xxl\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xxl\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xxl\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xxl\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xxl\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xxl\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxl\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxl\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxl\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xxl\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xxl\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxl\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xxl\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xxl\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxl\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxl\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxl\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xxl\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xxl\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xxl\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxl\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xxl\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xxl\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxl\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xxl\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xxl\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxl\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xxl\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxl\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xxl\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xxl\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xxl\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xxl\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxl\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxl\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xxl\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xxl\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xxl\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxl\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xxl\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xxl\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxl\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxl\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxl\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xxl\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxl\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xxl\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xxl\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xxl\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xxl\:focus\:to-brand-01:focus{
    --gradient-to-color: #0d112c !important;
  }

  .xxl\:focus\:to-brand-02:focus{
    --gradient-to-color: #1F354A !important;
  }

  .xxl\:focus\:to-brand-03:focus{
    --gradient-to-color: #44CEC9 !important;
  }

  .xxl\:focus\:to-brand-04:focus{
    --gradient-to-color: #499E8A !important;
  }

  .xxl\:focus\:to-brand-05:focus{
    --gradient-to-color: #A41F63 !important;
  }

  .xxl\:focus\:to-brand-06:focus{
    --gradient-to-color: #7D49BB !important;
  }

  .xxl\:focus\:to-banner:focus{
    --gradient-to-color: #FAD05C !important;
  }

  .xxl\:focus\:to-p-01:focus{
    --gradient-to-color: #303030 !important;
  }

  .xxl\:focus\:to-inverse-01:focus{
    --gradient-to-color: #ffffff !important;
  }

  .xxl\:focus\:to-gray-light:focus{
    --gradient-to-color: #F3F3F3 !important;
  }

  .xxl\:focus\:to-gray-medium:focus{
    --gradient-to-color: #EEEEEE !important;
  }

  .xxl\:focus\:to-gray-02:focus{
    --gradient-to-color: #D0D0D0 !important;
  }

  .xxl\:focus\:to-gray-03:focus{
    --gradient-to-color: #32333e !important;
  }

  .xxl\:focus\:to-gray-04:focus{
    --gradient-to-color: #272C2C !important;
  }

  .xxl\:focus\:to-gray-05:focus{
    --gradient-to-color: #575966 !important;
  }

  .xxl\:focus\:to-error:focus{
    --gradient-to-color: #f35b5b !important;
  }

  .xxl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xxl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:bg-opacity-80{
    --bg-opacity: 0.80 !important;
  }

  .xxl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xxl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xxl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:hover\:bg-opacity-80:hover{
    --bg-opacity: 0.80 !important;
  }

  .xxl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xxl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xxl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:focus\:bg-opacity-80:focus{
    --bg-opacity: 0.80 !important;
  }

  .xxl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xxl\:bg-bottom{
    background-position: bottom !important;
  }

  .xxl\:bg-center{
    background-position: center !important;
  }

  .xxl\:bg-left{
    background-position: left !important;
  }

  .xxl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xxl\:bg-left-top{
    background-position: left top !important;
  }

  .xxl\:bg-right{
    background-position: right !important;
  }

  .xxl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xxl\:bg-right-top{
    background-position: right top !important;
  }

  .xxl\:bg-top{
    background-position: top !important;
  }

  .xxl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xxl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xxl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xxl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xxl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xxl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xxl\:bg-auto{
    background-size: auto !important;
  }

  .xxl\:bg-cover{
    background-size: cover !important;
  }

  .xxl\:bg-contain{
    background-size: contain !important;
  }

  .xxl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xxl\:border-separate{
    border-collapse: separate !important;
  }

  .xxl\:border-transparent{
    border-color: transparent !important;
  }

  .xxl\:border-current{
    border-color: currentColor !important;
  }

  .xxl\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxl\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxl\:border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xxl\:border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xxl\:border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xxl\:border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xxl\:border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xxl\:border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xxl\:border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xxl\:border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xxl\:border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxl\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxl\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxl\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxl\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxl\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxl\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxl\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxl\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxl\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxl\:border-brand-01{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xxl\:border-brand-02{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xxl\:border-brand-03{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xxl\:border-brand-04{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xxl\:border-brand-05{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xxl\:border-brand-06{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xxl\:border-banner{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xxl\:border-p-01{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xxl\:border-inverse-01{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-medium{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-02{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-03{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-04{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-05{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xxl\:border-error{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xxl\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .xxl\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-brand-01:hover{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-brand-02:hover{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-brand-03:hover{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-brand-04:hover{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-brand-05:hover{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-brand-06:hover{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-banner:hover{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-p-01:hover{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-inverse-01:hover{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-medium:hover{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-02:hover{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-03:hover{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-04:hover{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-05:hover{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-error:hover{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xxl\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .xxl\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-brand-01:focus{
    --border-opacity: 1 !important;
    border-color: #0d112c !important;
    border-color: rgba(13, 17, 44, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-brand-02:focus{
    --border-opacity: 1 !important;
    border-color: #1F354A !important;
    border-color: rgba(31, 53, 74, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-brand-03:focus{
    --border-opacity: 1 !important;
    border-color: #44CEC9 !important;
    border-color: rgba(68, 206, 201, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-brand-04:focus{
    --border-opacity: 1 !important;
    border-color: #499E8A !important;
    border-color: rgba(73, 158, 138, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-brand-05:focus{
    --border-opacity: 1 !important;
    border-color: #A41F63 !important;
    border-color: rgba(164, 31, 99, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-brand-06:focus{
    --border-opacity: 1 !important;
    border-color: #7D49BB !important;
    border-color: rgba(125, 73, 187, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-banner:focus{
    --border-opacity: 1 !important;
    border-color: #FAD05C !important;
    border-color: rgba(250, 208, 92, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-p-01:focus{
    --border-opacity: 1 !important;
    border-color: #303030 !important;
    border-color: rgba(48, 48, 48, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-inverse-01:focus{
    --border-opacity: 1 !important;
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #F3F3F3 !important;
    border-color: rgba(243, 243, 243, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-medium:focus{
    --border-opacity: 1 !important;
    border-color: #EEEEEE !important;
    border-color: rgba(238, 238, 238, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-02:focus{
    --border-opacity: 1 !important;
    border-color: #D0D0D0 !important;
    border-color: rgba(208, 208, 208, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-03:focus{
    --border-opacity: 1 !important;
    border-color: #32333e !important;
    border-color: rgba(50, 51, 62, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-04:focus{
    --border-opacity: 1 !important;
    border-color: #272C2C !important;
    border-color: rgba(39, 44, 44, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-05:focus{
    --border-opacity: 1 !important;
    border-color: #575966 !important;
    border-color: rgba(87, 89, 102, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-error:focus{
    --border-opacity: 1 !important;
    border-color: #f35b5b !important;
    border-color: rgba(243, 91, 91, var(--border-opacity)) !important;
  }

  .xxl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xxl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xxl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xxl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xxl\:border-opacity-80{
    --border-opacity: 0.80 !important;
  }

  .xxl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xxl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xxl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xxl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xxl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xxl\:hover\:border-opacity-80:hover{
    --border-opacity: 0.80 !important;
  }

  .xxl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xxl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xxl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xxl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xxl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xxl\:focus\:border-opacity-80:focus{
    --border-opacity: 0.80 !important;
  }

  .xxl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xxl\:rounded-none{
    border-radius: 0 !important;
  }

  .xxl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xxl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xxl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xxl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xxl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xxl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xxl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xxl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xxl\:rounded-1\/2{
    border-radius: 50% !important;
  }

  .xxl\:rounded-menu{
    border-radius: 12px !important;
  }

  .xxl\:rounded-button{
    border-radius: 50px !important;
  }

  .xxl\:rounded-card{
    border-radius: 22px !important;
  }

  .xxl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xxl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xxl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-t-1\/2{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xxl\:rounded-r-1\/2{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:rounded-b-1\/2{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-l-1\/2{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-t-menu{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }

  .xxl\:rounded-r-menu{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }

  .xxl\:rounded-b-menu{
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xxl\:rounded-l-menu{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }

  .xxl\:rounded-t-button{
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xxl\:rounded-r-button{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xxl\:rounded-b-button{
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xxl\:rounded-l-button{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xxl\:rounded-t-card{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }

  .xxl\:rounded-r-card{
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }

  .xxl\:rounded-b-card{
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .xxl\:rounded-l-card{
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
  }

  .xxl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xxl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xxl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xxl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xxl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xxl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-tl-1\/2{
    border-top-left-radius: 50% !important;
  }

  .xxl\:rounded-tr-1\/2{
    border-top-right-radius: 50% !important;
  }

  .xxl\:rounded-br-1\/2{
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:rounded-bl-1\/2{
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-tl-menu{
    border-top-left-radius: 12px !important;
  }

  .xxl\:rounded-tr-menu{
    border-top-right-radius: 12px !important;
  }

  .xxl\:rounded-br-menu{
    border-bottom-right-radius: 12px !important;
  }

  .xxl\:rounded-bl-menu{
    border-bottom-left-radius: 12px !important;
  }

  .xxl\:rounded-tl-button{
    border-top-left-radius: 50px !important;
  }

  .xxl\:rounded-tr-button{
    border-top-right-radius: 50px !important;
  }

  .xxl\:rounded-br-button{
    border-bottom-right-radius: 50px !important;
  }

  .xxl\:rounded-bl-button{
    border-bottom-left-radius: 50px !important;
  }

  .xxl\:rounded-tl-card{
    border-top-left-radius: 22px !important;
  }

  .xxl\:rounded-tr-card{
    border-top-right-radius: 22px !important;
  }

  .xxl\:rounded-br-card{
    border-bottom-right-radius: 22px !important;
  }

  .xxl\:rounded-bl-card{
    border-bottom-left-radius: 22px !important;
  }

  .xxl\:border-solid{
    border-style: solid !important;
  }

  .xxl\:border-dashed{
    border-style: dashed !important;
  }

  .xxl\:border-dotted{
    border-style: dotted !important;
  }

  .xxl\:border-double{
    border-style: double !important;
  }

  .xxl\:border-none{
    border-style: none !important;
  }

  .xxl\:border-0{
    border-width: 0 !important;
  }

  .xxl\:border-1{
    border-width: 1px !important;
  }

  .xxl\:border-2{
    border-width: 2px !important;
  }

  .xxl\:border-4{
    border-width: 4px !important;
  }

  .xxl\:border-8{
    border-width: 8px !important;
  }

  .xxl\:border{
    border-width: 1px !important;
  }

  .xxl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xxl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xxl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xxl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xxl\:border-t-1{
    border-top-width: 1px !important;
  }

  .xxl\:border-r-1{
    border-right-width: 1px !important;
  }

  .xxl\:border-b-1{
    border-bottom-width: 1px !important;
  }

  .xxl\:border-l-1{
    border-left-width: 1px !important;
  }

  .xxl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xxl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xxl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xxl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xxl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xxl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xxl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xxl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xxl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xxl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xxl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xxl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xxl\:border-t{
    border-top-width: 1px !important;
  }

  .xxl\:border-r{
    border-right-width: 1px !important;
  }

  .xxl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xxl\:border-l{
    border-left-width: 1px !important;
  }

  .xxl\:box-border{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .xxl\:box-content{
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .xxl\:cursor-auto{
    cursor: auto !important;
  }

  .xxl\:cursor-default{
    cursor: default !important;
  }

  .xxl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xxl\:cursor-wait{
    cursor: wait !important;
  }

  .xxl\:cursor-text{
    cursor: text !important;
  }

  .xxl\:cursor-move{
    cursor: move !important;
  }

  .xxl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xxl\:block{
    display: block !important;
  }

  .xxl\:inline-block{
    display: inline-block !important;
  }

  .xxl\:inline{
    display: inline !important;
  }

  .xxl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xxl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xxl\:table{
    display: table !important;
  }

  .xxl\:table-caption{
    display: table-caption !important;
  }

  .xxl\:table-cell{
    display: table-cell !important;
  }

  .xxl\:table-column{
    display: table-column !important;
  }

  .xxl\:table-column-group{
    display: table-column-group !important;
  }

  .xxl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xxl\:table-header-group{
    display: table-header-group !important;
  }

  .xxl\:table-row-group{
    display: table-row-group !important;
  }

  .xxl\:table-row{
    display: table-row !important;
  }

  .xxl\:flow-root{
    display: flow-root !important;
  }

  .xxl\:grid{
    display: grid !important;
  }

  .xxl\:inline-grid{
    display: inline-grid !important;
  }

  .xxl\:contents{
    display: contents !important;
  }

  .xxl\:hidden{
    display: none !important;
  }

  .group:hover .xxl\:group-hover\:block{
    display: block !important;
  }

  .group:hover .xxl\:group-hover\:inline-block{
    display: inline-block !important;
  }

  .group:hover .xxl\:group-hover\:inline{
    display: inline !important;
  }

  .group:hover .xxl\:group-hover\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:hover .xxl\:group-hover\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:hover .xxl\:group-hover\:table{
    display: table !important;
  }

  .group:hover .xxl\:group-hover\:table-caption{
    display: table-caption !important;
  }

  .group:hover .xxl\:group-hover\:table-cell{
    display: table-cell !important;
  }

  .group:hover .xxl\:group-hover\:table-column{
    display: table-column !important;
  }

  .group:hover .xxl\:group-hover\:table-column-group{
    display: table-column-group !important;
  }

  .group:hover .xxl\:group-hover\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:hover .xxl\:group-hover\:table-header-group{
    display: table-header-group !important;
  }

  .group:hover .xxl\:group-hover\:table-row-group{
    display: table-row-group !important;
  }

  .group:hover .xxl\:group-hover\:table-row{
    display: table-row !important;
  }

  .group:hover .xxl\:group-hover\:flow-root{
    display: flow-root !important;
  }

  .group:hover .xxl\:group-hover\:grid{
    display: grid !important;
  }

  .group:hover .xxl\:group-hover\:inline-grid{
    display: inline-grid !important;
  }

  .group:hover .xxl\:group-hover\:contents{
    display: contents !important;
  }

  .group:hover .xxl\:group-hover\:hidden{
    display: none !important;
  }

  .group:focus .xxl\:group-focus\:block{
    display: block !important;
  }

  .group:focus .xxl\:group-focus\:inline-block{
    display: inline-block !important;
  }

  .group:focus .xxl\:group-focus\:inline{
    display: inline !important;
  }

  .group:focus .xxl\:group-focus\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .group:focus .xxl\:group-focus\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .group:focus .xxl\:group-focus\:table{
    display: table !important;
  }

  .group:focus .xxl\:group-focus\:table-caption{
    display: table-caption !important;
  }

  .group:focus .xxl\:group-focus\:table-cell{
    display: table-cell !important;
  }

  .group:focus .xxl\:group-focus\:table-column{
    display: table-column !important;
  }

  .group:focus .xxl\:group-focus\:table-column-group{
    display: table-column-group !important;
  }

  .group:focus .xxl\:group-focus\:table-footer-group{
    display: table-footer-group !important;
  }

  .group:focus .xxl\:group-focus\:table-header-group{
    display: table-header-group !important;
  }

  .group:focus .xxl\:group-focus\:table-row-group{
    display: table-row-group !important;
  }

  .group:focus .xxl\:group-focus\:table-row{
    display: table-row !important;
  }

  .group:focus .xxl\:group-focus\:flow-root{
    display: flow-root !important;
  }

  .group:focus .xxl\:group-focus\:grid{
    display: grid !important;
  }

  .group:focus .xxl\:group-focus\:inline-grid{
    display: inline-grid !important;
  }

  .group:focus .xxl\:group-focus\:contents{
    display: contents !important;
  }

  .group:focus .xxl\:group-focus\:hidden{
    display: none !important;
  }

  .xxl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .xxl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .xxl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .xxl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .xxl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .xxl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .xxl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .xxl\:place-items-auto{
    place-items: auto !important;
  }

  .xxl\:place-items-start{
    place-items: start !important;
  }

  .xxl\:place-items-end{
    place-items: end !important;
  }

  .xxl\:place-items-center{
    place-items: center !important;
  }

  .xxl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xxl\:place-content-center{
    place-content: center !important;
  }

  .xxl\:place-content-start{
    place-content: start !important;
  }

  .xxl\:place-content-end{
    place-content: end !important;
  }

  .xxl\:place-content-between{
    place-content: space-between !important;
  }

  .xxl\:place-content-around{
    place-content: space-around !important;
  }

  .xxl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xxl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xxl\:place-self-auto{
    place-self: auto !important;
  }

  .xxl\:place-self-start{
    place-self: start !important;
  }

  .xxl\:place-self-end{
    place-self: end !important;
  }

  .xxl\:place-self-center{
    place-self: center !important;
  }

  .xxl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xxl\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .xxl\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .xxl\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .xxl\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .xxl\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:hover .xxl\:group-hover\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:hover .xxl\:group-hover\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:hover .xxl\:group-hover\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:hover .xxl\:group-hover\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:hover .xxl\:group-hover\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .group:focus .xxl\:group-focus\:items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .group:focus .xxl\:group-focus\:items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .group:focus .xxl\:group-focus\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .group:focus .xxl\:group-focus\:items-baseline{
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .group:focus .xxl\:group-focus\:items-stretch{
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .xxl\:content-center{
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .xxl\:content-start{
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .xxl\:content-end{
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .xxl\:content-between{
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .xxl\:content-around{
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .xxl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .xxl\:self-auto{
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .xxl\:self-start{
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .xxl\:self-end{
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .xxl\:self-center{
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .xxl\:self-stretch{
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .xxl\:justify-items-auto{
    justify-items: auto !important;
  }

  .xxl\:justify-items-start{
    justify-items: start !important;
  }

  .xxl\:justify-items-end{
    justify-items: end !important;
  }

  .xxl\:justify-items-center{
    justify-items: center !important;
  }

  .xxl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xxl\:justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .xxl\:justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .xxl\:justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .xxl\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .xxl\:justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .xxl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .xxl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xxl\:justify-self-start{
    justify-self: start !important;
  }

  .xxl\:justify-self-end{
    justify-self: end !important;
  }

  .xxl\:justify-self-center{
    justify-self: center !important;
  }

  .xxl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xxl\:flex-1{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .xxl\:flex-auto{
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .xxl\:flex-initial{
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .xxl\:flex-none{
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .xxl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .xxl\:flex-grow{
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .xxl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .xxl\:flex-shrink{
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .xxl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .xxl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .xxl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .xxl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .xxl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .xxl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .xxl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .xxl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .xxl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .xxl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .xxl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .xxl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .xxl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .xxl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .xxl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .xxl\:float-right{
    float: right !important;
  }

  .xxl\:float-left{
    float: left !important;
  }

  .xxl\:float-none{
    float: none !important;
  }

  .xxl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxl\:clear-left{
    clear: left !important;
  }

  .xxl\:clear-right{
    clear: right !important;
  }

  .xxl\:clear-both{
    clear: both !important;
  }

  .xxl\:clear-none{
    clear: none !important;
  }

  .xxl\:font-body{
    font-family: Roboto !important;
  }

  .xxl\:font-heading{
    font-family: Lato !important;
  }

  .xxl\:font-hairline{
    font-weight: 100 !important;
  }

  .xxl\:font-thin{
    font-weight: 200 !important;
  }

  .xxl\:font-light{
    font-weight: 300 !important;
  }

  .xxl\:font-normal{
    font-weight: 400 !important;
  }

  .xxl\:font-medium{
    font-weight: 500 !important;
  }

  .xxl\:font-semibold{
    font-weight: 600 !important;
  }

  .xxl\:font-bold{
    font-weight: 700 !important;
  }

  .xxl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xxl\:font-black{
    font-weight: 900 !important;
  }

  .xxl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xxl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xxl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xxl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xxl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xxl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xxl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xxl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xxl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xxl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xxl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xxl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xxl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xxl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xxl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xxl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xxl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xxl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xxl\:h-0{
    height: 0 !important;
  }

  .xxl\:h-1{
    height: 0.25rem !important;
  }

  .xxl\:h-2{
    height: 0.5rem !important;
  }

  .xxl\:h-3{
    height: 0.75rem !important;
  }

  .xxl\:h-4{
    height: 1rem !important;
  }

  .xxl\:h-5{
    height: 1.25rem !important;
  }

  .xxl\:h-6{
    height: 1.5rem !important;
  }

  .xxl\:h-7{
    height: 1.75rem !important;
  }

  .xxl\:h-8{
    height: 2rem !important;
  }

  .xxl\:h-10{
    height: 2.5rem !important;
  }

  .xxl\:h-12{
    height: 3rem !important;
  }

  .xxl\:h-16{
    height: 4rem !important;
  }

  .xxl\:h-18{
    height: 4.75rem !important;
  }

  .xxl\:h-20{
    height: 5rem !important;
  }

  .xxl\:h-22{
    height: 6rem !important;
  }

  .xxl\:h-24{
    height: 6rem !important;
  }

  .xxl\:h-28{
    height: 7rem !important;
  }

  .xxl\:h-32{
    height: 8rem !important;
  }

  .xxl\:h-40{
    height: 10rem !important;
  }

  .xxl\:h-44{
    height: 11rem !important;
  }

  .xxl\:h-48{
    height: 13rem !important;
  }

  .xxl\:h-56{
    height: 14rem !important;
  }

  .xxl\:h-60{
    height: 15rem !important;
  }

  .xxl\:h-64{
    height: 16rem !important;
  }

  .xxl\:h-66{
    height: 18rem !important;
  }

  .xxl\:h-68{
    height: 21rem !important;
  }

  .xxl\:h-70{
    height: 23rem !important;
  }

  .xxl\:h-72{
    height: 25rem !important;
  }

  .xxl\:h-74{
    height: 27rem !important;
  }

  .xxl\:h-75{
    height: 75px !important;
  }

  .xxl\:h-78{
    height: 29rem !important;
  }

  .xxl\:h-80{
    height: 80px !important;
  }

  .xxl\:h-90{
    height: 90px !important;
  }

  .xxl\:h-150{
    height: 150px !important;
  }

  .xxl\:h-200{
    height: 200px !important;
  }

  .xxl\:h-250{
    height: 250px !important;
  }

  .xxl\:h-270{
    height: 270px !important;
  }

  .xxl\:h-310{
    height: 310px !important;
  }

  .xxl\:h-330{
    height: 330px !important;
  }

  .xxl\:h-390{
    height: 390px !important;
  }

  .xxl\:h-400{
    height: 400px !important;
  }

  .xxl\:h-450{
    height: 450px !important;
  }

  .xxl\:h-500{
    height: 500px !important;
  }

  .xxl\:h-550{
    height: 550px !important;
  }

  .xxl\:h-600{
    height: 600px !important;
  }

  .xxl\:h-700{
    height: 700px !important;
  }

  .xxl\:h-auto{
    height: auto !important;
  }

  .xxl\:h-px{
    height: 1px !important;
  }

  .xxl\:h-2px{
    height: 2px !important;
  }

  .xxl\:h-full{
    height: 100% !important;
  }

  .xxl\:h-screen{
    height: 100vw !important;
  }

  .xxl\:h-fit{
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .xxl\:h-1\/2{
    height: 50% !important;
  }

  .xxl\:h-1\/3{
    height: 33.333333% !important;
  }

  .xxl\:h-2\/3{
    height: 66.666667% !important;
  }

  .xxl\:h-1\/4{
    height: 25% !important;
  }

  .xxl\:h-2\/4{
    height: 50% !important;
  }

  .xxl\:h-3\/4{
    height: 75% !important;
  }

  .xxl\:h-1\/5{
    height: 20% !important;
  }

  .xxl\:h-2\/5{
    height: 40% !important;
  }

  .xxl\:h-3\/5{
    height: 60% !important;
  }

  .xxl\:h-4\/5{
    height: 80% !important;
  }

  .xxl\:h-1\/6{
    height: 16.666667% !important;
  }

  .xxl\:h-2\/6{
    height: 33.333333% !important;
  }

  .xxl\:h-3\/6{
    height: 50% !important;
  }

  .xxl\:h-4\/6{
    height: 66.666667% !important;
  }

  .xxl\:h-5\/6{
    height: 83.333333% !important;
  }

  .xxl\:h-1\/12{
    height: 8.333333% !important;
  }

  .xxl\:h-2\/12{
    height: 16.666667% !important;
  }

  .xxl\:h-3\/12{
    height: 25% !important;
  }

  .xxl\:h-4\/12{
    height: 33.333333% !important;
  }

  .xxl\:h-5\/12{
    height: 41.666667% !important;
  }

  .xxl\:h-6\/12{
    height: 50% !important;
  }

  .xxl\:h-7\/12{
    height: 58.333333% !important;
  }

  .xxl\:h-8\/12{
    height: 66.666667% !important;
  }

  .xxl\:h-9\/12{
    height: 75% !important;
  }

  .xxl\:h-10\/12{
    height: 83.333333% !important;
  }

  .xxl\:h-11\/12{
    height: 91.666667% !important;
  }

  .xxl\:h-logo_header{
    height: 50px !important;
  }

  .xxl\:h-logo_header_bsc{
    height: 60px !important;
  }

  .xxl\:h-logo_footer{
    height: 70px !important;
  }

  .xxl\:h-page_title{
    height: 140px !important;
  }

  .xxl\:h-page_title2{
    height: 260px !important;
  }

  .xxl\:text-xs{
    font-size: 0.75rem !important;
  }

  .xxl\:text-sm{
    font-size: 0.875rem !important;
  }

  .xxl\:text-base{
    font-size: 1rem !important;
  }

  .xxl\:text-lg{
    font-size: 1.125rem !important;
  }

  .xxl\:text-xl{
    font-size: 1.25rem !important;
  }

  .xxl\:text-2xl{
    font-size: 1.375rem !important;
  }

  .xxl\:text-3xl{
    font-size: 1.875rem !important;
  }

  .xxl\:text-4xl{
    font-size: 2rem !important;
  }

  .xxl\:text-5xl{
    font-size: 2.8rem !important;
  }

  .xxl\:text-12rem{
    font-size: 12rem !important;
  }

  .xxl\:leading-3{
    line-height: .75rem !important;
  }

  .xxl\:leading-4{
    line-height: 1rem !important;
  }

  .xxl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xxl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xxl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xxl\:leading-8{
    line-height: 2rem !important;
  }

  .xxl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xxl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xxl\:leading-none{
    line-height: 1 !important;
  }

  .xxl\:leading-tight{
    line-height: 1.25 !important;
  }

  .xxl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xxl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xxl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xxl\:leading-loose{
    line-height: 2 !important;
  }

  .xxl\:list-inside{
    list-style-position: inside !important;
  }

  .xxl\:list-outside{
    list-style-position: outside !important;
  }

  .xxl\:list-none{
    list-style-type: none !important;
  }

  .xxl\:list-disc{
    list-style-type: disc !important;
  }

  .xxl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xxl\:m-0{
    margin: 0 !important;
  }

  .xxl\:m-1{
    margin: 0.25rem !important;
  }

  .xxl\:m-2{
    margin: 0.5rem !important;
  }

  .xxl\:m-3{
    margin: 0.75rem !important;
  }

  .xxl\:m-4{
    margin: 1rem !important;
  }

  .xxl\:m-5{
    margin: 1.25rem !important;
  }

  .xxl\:m-6{
    margin: 1.5rem !important;
  }

  .xxl\:m-7{
    margin: 1.75rem !important;
  }

  .xxl\:m-8{
    margin: 2rem !important;
  }

  .xxl\:m-10{
    margin: 2.5rem !important;
  }

  .xxl\:m-12{
    margin: 3rem !important;
  }

  .xxl\:m-16{
    margin: 4rem !important;
  }

  .xxl\:m-18{
    margin: 4.75rem !important;
  }

  .xxl\:m-20{
    margin: 5rem !important;
  }

  .xxl\:m-22{
    margin: 6rem !important;
  }

  .xxl\:m-24{
    margin: 6rem !important;
  }

  .xxl\:m-28{
    margin: 7rem !important;
  }

  .xxl\:m-32{
    margin: 8rem !important;
  }

  .xxl\:m-40{
    margin: 10rem !important;
  }

  .xxl\:m-44{
    margin: 11rem !important;
  }

  .xxl\:m-48{
    margin: 13rem !important;
  }

  .xxl\:m-56{
    margin: 14rem !important;
  }

  .xxl\:m-60{
    margin: 15rem !important;
  }

  .xxl\:m-64{
    margin: 16rem !important;
  }

  .xxl\:m-66{
    margin: 18rem !important;
  }

  .xxl\:m-68{
    margin: 21rem !important;
  }

  .xxl\:m-70{
    margin: 23rem !important;
  }

  .xxl\:m-72{
    margin: 25rem !important;
  }

  .xxl\:m-74{
    margin: 27rem !important;
  }

  .xxl\:m-75{
    margin: 75px !important;
  }

  .xxl\:m-78{
    margin: 29rem !important;
  }

  .xxl\:m-80{
    margin: 80px !important;
  }

  .xxl\:m-90{
    margin: 90px !important;
  }

  .xxl\:m-150{
    margin: 150px !important;
  }

  .xxl\:m-200{
    margin: 200px !important;
  }

  .xxl\:m-250{
    margin: 250px !important;
  }

  .xxl\:m-270{
    margin: 270px !important;
  }

  .xxl\:m-310{
    margin: 310px !important;
  }

  .xxl\:m-330{
    margin: 330px !important;
  }

  .xxl\:m-390{
    margin: 390px !important;
  }

  .xxl\:m-400{
    margin: 400px !important;
  }

  .xxl\:m-450{
    margin: 450px !important;
  }

  .xxl\:m-500{
    margin: 500px !important;
  }

  .xxl\:m-550{
    margin: 550px !important;
  }

  .xxl\:m-600{
    margin: 600px !important;
  }

  .xxl\:m-700{
    margin: 700px !important;
  }

  .xxl\:m-auto{
    margin: auto !important;
  }

  .xxl\:m-px{
    margin: 1px !important;
  }

  .xxl\:m-2px{
    margin: 2px !important;
  }

  .xxl\:-m-1{
    margin: -0.25rem !important;
  }

  .xxl\:-m-2{
    margin: -0.5rem !important;
  }

  .xxl\:-m-3{
    margin: -0.75rem !important;
  }

  .xxl\:-m-4{
    margin: -1rem !important;
  }

  .xxl\:-m-5{
    margin: -1.25rem !important;
  }

  .xxl\:-m-6{
    margin: -1.5rem !important;
  }

  .xxl\:-m-7{
    margin: -1.75rem !important;
  }

  .xxl\:-m-8{
    margin: -2rem !important;
  }

  .xxl\:-m-10{
    margin: -2.5rem !important;
  }

  .xxl\:-m-12{
    margin: -3rem !important;
  }

  .xxl\:-m-16{
    margin: -4rem !important;
  }

  .xxl\:-m-18{
    margin: -4.75rem !important;
  }

  .xxl\:-m-20{
    margin: -5rem !important;
  }

  .xxl\:-m-22{
    margin: -6rem !important;
  }

  .xxl\:-m-24{
    margin: -6rem !important;
  }

  .xxl\:-m-28{
    margin: -7rem !important;
  }

  .xxl\:-m-32{
    margin: -8rem !important;
  }

  .xxl\:-m-40{
    margin: -10rem !important;
  }

  .xxl\:-m-44{
    margin: -11rem !important;
  }

  .xxl\:-m-48{
    margin: -13rem !important;
  }

  .xxl\:-m-56{
    margin: -14rem !important;
  }

  .xxl\:-m-60{
    margin: -15rem !important;
  }

  .xxl\:-m-64{
    margin: -16rem !important;
  }

  .xxl\:-m-66{
    margin: -18rem !important;
  }

  .xxl\:-m-68{
    margin: -21rem !important;
  }

  .xxl\:-m-70{
    margin: -23rem !important;
  }

  .xxl\:-m-72{
    margin: -25rem !important;
  }

  .xxl\:-m-74{
    margin: -27rem !important;
  }

  .xxl\:-m-75{
    margin: -75px !important;
  }

  .xxl\:-m-78{
    margin: -29rem !important;
  }

  .xxl\:-m-80{
    margin: -80px !important;
  }

  .xxl\:-m-90{
    margin: -90px !important;
  }

  .xxl\:-m-150{
    margin: -150px !important;
  }

  .xxl\:-m-200{
    margin: -200px !important;
  }

  .xxl\:-m-250{
    margin: -250px !important;
  }

  .xxl\:-m-270{
    margin: -270px !important;
  }

  .xxl\:-m-310{
    margin: -310px !important;
  }

  .xxl\:-m-330{
    margin: -330px !important;
  }

  .xxl\:-m-390{
    margin: -390px !important;
  }

  .xxl\:-m-400{
    margin: -400px !important;
  }

  .xxl\:-m-450{
    margin: -450px !important;
  }

  .xxl\:-m-500{
    margin: -500px !important;
  }

  .xxl\:-m-550{
    margin: -550px !important;
  }

  .xxl\:-m-600{
    margin: -600px !important;
  }

  .xxl\:-m-700{
    margin: -700px !important;
  }

  .xxl\:-m-px{
    margin: -1px !important;
  }

  .xxl\:-m-2px{
    margin: -2px !important;
  }

  .xxl\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xxl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xxl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xxl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xxl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xxl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xxl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xxl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xxl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xxl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xxl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xxl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xxl\:my-7{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xxl\:mx-7{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xxl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xxl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xxl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xxl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xxl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xxl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xxl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xxl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xxl\:my-18{
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .xxl\:mx-18{
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }

  .xxl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xxl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xxl\:my-22{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xxl\:mx-22{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xxl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xxl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xxl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xxl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xxl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xxl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xxl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xxl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xxl\:my-44{
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xxl\:mx-44{
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xxl\:my-48{
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xxl\:mx-48{
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xxl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xxl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xxl\:my-60{
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xxl\:mx-60{
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xxl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xxl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xxl\:my-66{
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xxl\:mx-66{
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xxl\:my-68{
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }

  .xxl\:mx-68{
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }

  .xxl\:my-70{
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }

  .xxl\:mx-70{
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }

  .xxl\:my-72{
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .xxl\:mx-72{
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .xxl\:my-74{
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }

  .xxl\:mx-74{
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }

  .xxl\:my-75{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .xxl\:mx-75{
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .xxl\:my-78{
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }

  .xxl\:mx-78{
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }

  .xxl\:my-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xxl\:mx-80{
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xxl\:my-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .xxl\:mx-90{
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .xxl\:my-150{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .xxl\:mx-150{
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .xxl\:my-200{
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xxl\:mx-200{
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xxl\:my-250{
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .xxl\:mx-250{
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .xxl\:my-270{
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }

  .xxl\:mx-270{
    margin-left: 270px !important;
    margin-right: 270px !important;
  }

  .xxl\:my-310{
    margin-top: 310px !important;
    margin-bottom: 310px !important;
  }

  .xxl\:mx-310{
    margin-left: 310px !important;
    margin-right: 310px !important;
  }

  .xxl\:my-330{
    margin-top: 330px !important;
    margin-bottom: 330px !important;
  }

  .xxl\:mx-330{
    margin-left: 330px !important;
    margin-right: 330px !important;
  }

  .xxl\:my-390{
    margin-top: 390px !important;
    margin-bottom: 390px !important;
  }

  .xxl\:mx-390{
    margin-left: 390px !important;
    margin-right: 390px !important;
  }

  .xxl\:my-400{
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }

  .xxl\:mx-400{
    margin-left: 400px !important;
    margin-right: 400px !important;
  }

  .xxl\:my-450{
    margin-top: 450px !important;
    margin-bottom: 450px !important;
  }

  .xxl\:mx-450{
    margin-left: 450px !important;
    margin-right: 450px !important;
  }

  .xxl\:my-500{
    margin-top: 500px !important;
    margin-bottom: 500px !important;
  }

  .xxl\:mx-500{
    margin-left: 500px !important;
    margin-right: 500px !important;
  }

  .xxl\:my-550{
    margin-top: 550px !important;
    margin-bottom: 550px !important;
  }

  .xxl\:mx-550{
    margin-left: 550px !important;
    margin-right: 550px !important;
  }

  .xxl\:my-600{
    margin-top: 600px !important;
    margin-bottom: 600px !important;
  }

  .xxl\:mx-600{
    margin-left: 600px !important;
    margin-right: 600px !important;
  }

  .xxl\:my-700{
    margin-top: 700px !important;
    margin-bottom: 700px !important;
  }

  .xxl\:mx-700{
    margin-left: 700px !important;
    margin-right: 700px !important;
  }

  .xxl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xxl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xxl\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xxl\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xxl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xxl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xxl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xxl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xxl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xxl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xxl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xxl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xxl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xxl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xxl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xxl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xxl\:-my-7{
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xxl\:-mx-7{
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xxl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xxl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xxl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xxl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xxl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xxl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xxl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xxl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xxl\:-my-18{
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .xxl\:-mx-18{
    margin-left: -4.75rem !important;
    margin-right: -4.75rem !important;
  }

  .xxl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xxl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xxl\:-my-22{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xxl\:-mx-22{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xxl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xxl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xxl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xxl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xxl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xxl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xxl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xxl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xxl\:-my-44{
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xxl\:-mx-44{
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xxl\:-my-48{
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xxl\:-mx-48{
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xxl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xxl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xxl\:-my-60{
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xxl\:-mx-60{
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xxl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xxl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xxl\:-my-66{
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xxl\:-mx-66{
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xxl\:-my-68{
    margin-top: -21rem !important;
    margin-bottom: -21rem !important;
  }

  .xxl\:-mx-68{
    margin-left: -21rem !important;
    margin-right: -21rem !important;
  }

  .xxl\:-my-70{
    margin-top: -23rem !important;
    margin-bottom: -23rem !important;
  }

  .xxl\:-mx-70{
    margin-left: -23rem !important;
    margin-right: -23rem !important;
  }

  .xxl\:-my-72{
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .xxl\:-mx-72{
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .xxl\:-my-74{
    margin-top: -27rem !important;
    margin-bottom: -27rem !important;
  }

  .xxl\:-mx-74{
    margin-left: -27rem !important;
    margin-right: -27rem !important;
  }

  .xxl\:-my-75{
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .xxl\:-mx-75{
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .xxl\:-my-78{
    margin-top: -29rem !important;
    margin-bottom: -29rem !important;
  }

  .xxl\:-mx-78{
    margin-left: -29rem !important;
    margin-right: -29rem !important;
  }

  .xxl\:-my-80{
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xxl\:-mx-80{
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xxl\:-my-90{
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .xxl\:-mx-90{
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .xxl\:-my-150{
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .xxl\:-mx-150{
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .xxl\:-my-200{
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xxl\:-mx-200{
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xxl\:-my-250{
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .xxl\:-mx-250{
    margin-left: -250px !important;
    margin-right: -250px !important;
  }

  .xxl\:-my-270{
    margin-top: -270px !important;
    margin-bottom: -270px !important;
  }

  .xxl\:-mx-270{
    margin-left: -270px !important;
    margin-right: -270px !important;
  }

  .xxl\:-my-310{
    margin-top: -310px !important;
    margin-bottom: -310px !important;
  }

  .xxl\:-mx-310{
    margin-left: -310px !important;
    margin-right: -310px !important;
  }

  .xxl\:-my-330{
    margin-top: -330px !important;
    margin-bottom: -330px !important;
  }

  .xxl\:-mx-330{
    margin-left: -330px !important;
    margin-right: -330px !important;
  }

  .xxl\:-my-390{
    margin-top: -390px !important;
    margin-bottom: -390px !important;
  }

  .xxl\:-mx-390{
    margin-left: -390px !important;
    margin-right: -390px !important;
  }

  .xxl\:-my-400{
    margin-top: -400px !important;
    margin-bottom: -400px !important;
  }

  .xxl\:-mx-400{
    margin-left: -400px !important;
    margin-right: -400px !important;
  }

  .xxl\:-my-450{
    margin-top: -450px !important;
    margin-bottom: -450px !important;
  }

  .xxl\:-mx-450{
    margin-left: -450px !important;
    margin-right: -450px !important;
  }

  .xxl\:-my-500{
    margin-top: -500px !important;
    margin-bottom: -500px !important;
  }

  .xxl\:-mx-500{
    margin-left: -500px !important;
    margin-right: -500px !important;
  }

  .xxl\:-my-550{
    margin-top: -550px !important;
    margin-bottom: -550px !important;
  }

  .xxl\:-mx-550{
    margin-left: -550px !important;
    margin-right: -550px !important;
  }

  .xxl\:-my-600{
    margin-top: -600px !important;
    margin-bottom: -600px !important;
  }

  .xxl\:-mx-600{
    margin-left: -600px !important;
    margin-right: -600px !important;
  }

  .xxl\:-my-700{
    margin-top: -700px !important;
    margin-bottom: -700px !important;
  }

  .xxl\:-mx-700{
    margin-left: -700px !important;
    margin-right: -700px !important;
  }

  .xxl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xxl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xxl\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xxl\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xxl\:mt-0{
    margin-top: 0 !important;
  }

  .xxl\:mr-0{
    margin-right: 0 !important;
  }

  .xxl\:mb-0{
    margin-bottom: 0 !important;
  }

  .xxl\:ml-0{
    margin-left: 0 !important;
  }

  .xxl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xxl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xxl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xxl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xxl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xxl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xxl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xxl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xxl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xxl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xxl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xxl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xxl\:mt-4{
    margin-top: 1rem !important;
  }

  .xxl\:mr-4{
    margin-right: 1rem !important;
  }

  .xxl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xxl\:ml-4{
    margin-left: 1rem !important;
  }

  .xxl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xxl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xxl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xxl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xxl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xxl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xxl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xxl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xxl\:mt-7{
    margin-top: 1.75rem !important;
  }

  .xxl\:mr-7{
    margin-right: 1.75rem !important;
  }

  .xxl\:mb-7{
    margin-bottom: 1.75rem !important;
  }

  .xxl\:ml-7{
    margin-left: 1.75rem !important;
  }

  .xxl\:mt-8{
    margin-top: 2rem !important;
  }

  .xxl\:mr-8{
    margin-right: 2rem !important;
  }

  .xxl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xxl\:ml-8{
    margin-left: 2rem !important;
  }

  .xxl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xxl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xxl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xxl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xxl\:mt-12{
    margin-top: 3rem !important;
  }

  .xxl\:mr-12{
    margin-right: 3rem !important;
  }

  .xxl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xxl\:ml-12{
    margin-left: 3rem !important;
  }

  .xxl\:mt-16{
    margin-top: 4rem !important;
  }

  .xxl\:mr-16{
    margin-right: 4rem !important;
  }

  .xxl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xxl\:ml-16{
    margin-left: 4rem !important;
  }

  .xxl\:mt-18{
    margin-top: 4.75rem !important;
  }

  .xxl\:mr-18{
    margin-right: 4.75rem !important;
  }

  .xxl\:mb-18{
    margin-bottom: 4.75rem !important;
  }

  .xxl\:ml-18{
    margin-left: 4.75rem !important;
  }

  .xxl\:mt-20{
    margin-top: 5rem !important;
  }

  .xxl\:mr-20{
    margin-right: 5rem !important;
  }

  .xxl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xxl\:ml-20{
    margin-left: 5rem !important;
  }

  .xxl\:mt-22{
    margin-top: 6rem !important;
  }

  .xxl\:mr-22{
    margin-right: 6rem !important;
  }

  .xxl\:mb-22{
    margin-bottom: 6rem !important;
  }

  .xxl\:ml-22{
    margin-left: 6rem !important;
  }

  .xxl\:mt-24{
    margin-top: 6rem !important;
  }

  .xxl\:mr-24{
    margin-right: 6rem !important;
  }

  .xxl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xxl\:ml-24{
    margin-left: 6rem !important;
  }

  .xxl\:mt-28{
    margin-top: 7rem !important;
  }

  .xxl\:mr-28{
    margin-right: 7rem !important;
  }

  .xxl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xxl\:ml-28{
    margin-left: 7rem !important;
  }

  .xxl\:mt-32{
    margin-top: 8rem !important;
  }

  .xxl\:mr-32{
    margin-right: 8rem !important;
  }

  .xxl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xxl\:ml-32{
    margin-left: 8rem !important;
  }

  .xxl\:mt-40{
    margin-top: 10rem !important;
  }

  .xxl\:mr-40{
    margin-right: 10rem !important;
  }

  .xxl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xxl\:ml-40{
    margin-left: 10rem !important;
  }

  .xxl\:mt-44{
    margin-top: 11rem !important;
  }

  .xxl\:mr-44{
    margin-right: 11rem !important;
  }

  .xxl\:mb-44{
    margin-bottom: 11rem !important;
  }

  .xxl\:ml-44{
    margin-left: 11rem !important;
  }

  .xxl\:mt-48{
    margin-top: 13rem !important;
  }

  .xxl\:mr-48{
    margin-right: 13rem !important;
  }

  .xxl\:mb-48{
    margin-bottom: 13rem !important;
  }

  .xxl\:ml-48{
    margin-left: 13rem !important;
  }

  .xxl\:mt-56{
    margin-top: 14rem !important;
  }

  .xxl\:mr-56{
    margin-right: 14rem !important;
  }

  .xxl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xxl\:ml-56{
    margin-left: 14rem !important;
  }

  .xxl\:mt-60{
    margin-top: 15rem !important;
  }

  .xxl\:mr-60{
    margin-right: 15rem !important;
  }

  .xxl\:mb-60{
    margin-bottom: 15rem !important;
  }

  .xxl\:ml-60{
    margin-left: 15rem !important;
  }

  .xxl\:mt-64{
    margin-top: 16rem !important;
  }

  .xxl\:mr-64{
    margin-right: 16rem !important;
  }

  .xxl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xxl\:ml-64{
    margin-left: 16rem !important;
  }

  .xxl\:mt-66{
    margin-top: 18rem !important;
  }

  .xxl\:mr-66{
    margin-right: 18rem !important;
  }

  .xxl\:mb-66{
    margin-bottom: 18rem !important;
  }

  .xxl\:ml-66{
    margin-left: 18rem !important;
  }

  .xxl\:mt-68{
    margin-top: 21rem !important;
  }

  .xxl\:mr-68{
    margin-right: 21rem !important;
  }

  .xxl\:mb-68{
    margin-bottom: 21rem !important;
  }

  .xxl\:ml-68{
    margin-left: 21rem !important;
  }

  .xxl\:mt-70{
    margin-top: 23rem !important;
  }

  .xxl\:mr-70{
    margin-right: 23rem !important;
  }

  .xxl\:mb-70{
    margin-bottom: 23rem !important;
  }

  .xxl\:ml-70{
    margin-left: 23rem !important;
  }

  .xxl\:mt-72{
    margin-top: 25rem !important;
  }

  .xxl\:mr-72{
    margin-right: 25rem !important;
  }

  .xxl\:mb-72{
    margin-bottom: 25rem !important;
  }

  .xxl\:ml-72{
    margin-left: 25rem !important;
  }

  .xxl\:mt-74{
    margin-top: 27rem !important;
  }

  .xxl\:mr-74{
    margin-right: 27rem !important;
  }

  .xxl\:mb-74{
    margin-bottom: 27rem !important;
  }

  .xxl\:ml-74{
    margin-left: 27rem !important;
  }

  .xxl\:mt-75{
    margin-top: 75px !important;
  }

  .xxl\:mr-75{
    margin-right: 75px !important;
  }

  .xxl\:mb-75{
    margin-bottom: 75px !important;
  }

  .xxl\:ml-75{
    margin-left: 75px !important;
  }

  .xxl\:mt-78{
    margin-top: 29rem !important;
  }

  .xxl\:mr-78{
    margin-right: 29rem !important;
  }

  .xxl\:mb-78{
    margin-bottom: 29rem !important;
  }

  .xxl\:ml-78{
    margin-left: 29rem !important;
  }

  .xxl\:mt-80{
    margin-top: 80px !important;
  }

  .xxl\:mr-80{
    margin-right: 80px !important;
  }

  .xxl\:mb-80{
    margin-bottom: 80px !important;
  }

  .xxl\:ml-80{
    margin-left: 80px !important;
  }

  .xxl\:mt-90{
    margin-top: 90px !important;
  }

  .xxl\:mr-90{
    margin-right: 90px !important;
  }

  .xxl\:mb-90{
    margin-bottom: 90px !important;
  }

  .xxl\:ml-90{
    margin-left: 90px !important;
  }

  .xxl\:mt-150{
    margin-top: 150px !important;
  }

  .xxl\:mr-150{
    margin-right: 150px !important;
  }

  .xxl\:mb-150{
    margin-bottom: 150px !important;
  }

  .xxl\:ml-150{
    margin-left: 150px !important;
  }

  .xxl\:mt-200{
    margin-top: 200px !important;
  }

  .xxl\:mr-200{
    margin-right: 200px !important;
  }

  .xxl\:mb-200{
    margin-bottom: 200px !important;
  }

  .xxl\:ml-200{
    margin-left: 200px !important;
  }

  .xxl\:mt-250{
    margin-top: 250px !important;
  }

  .xxl\:mr-250{
    margin-right: 250px !important;
  }

  .xxl\:mb-250{
    margin-bottom: 250px !important;
  }

  .xxl\:ml-250{
    margin-left: 250px !important;
  }

  .xxl\:mt-270{
    margin-top: 270px !important;
  }

  .xxl\:mr-270{
    margin-right: 270px !important;
  }

  .xxl\:mb-270{
    margin-bottom: 270px !important;
  }

  .xxl\:ml-270{
    margin-left: 270px !important;
  }

  .xxl\:mt-310{
    margin-top: 310px !important;
  }

  .xxl\:mr-310{
    margin-right: 310px !important;
  }

  .xxl\:mb-310{
    margin-bottom: 310px !important;
  }

  .xxl\:ml-310{
    margin-left: 310px !important;
  }

  .xxl\:mt-330{
    margin-top: 330px !important;
  }

  .xxl\:mr-330{
    margin-right: 330px !important;
  }

  .xxl\:mb-330{
    margin-bottom: 330px !important;
  }

  .xxl\:ml-330{
    margin-left: 330px !important;
  }

  .xxl\:mt-390{
    margin-top: 390px !important;
  }

  .xxl\:mr-390{
    margin-right: 390px !important;
  }

  .xxl\:mb-390{
    margin-bottom: 390px !important;
  }

  .xxl\:ml-390{
    margin-left: 390px !important;
  }

  .xxl\:mt-400{
    margin-top: 400px !important;
  }

  .xxl\:mr-400{
    margin-right: 400px !important;
  }

  .xxl\:mb-400{
    margin-bottom: 400px !important;
  }

  .xxl\:ml-400{
    margin-left: 400px !important;
  }

  .xxl\:mt-450{
    margin-top: 450px !important;
  }

  .xxl\:mr-450{
    margin-right: 450px !important;
  }

  .xxl\:mb-450{
    margin-bottom: 450px !important;
  }

  .xxl\:ml-450{
    margin-left: 450px !important;
  }

  .xxl\:mt-500{
    margin-top: 500px !important;
  }

  .xxl\:mr-500{
    margin-right: 500px !important;
  }

  .xxl\:mb-500{
    margin-bottom: 500px !important;
  }

  .xxl\:ml-500{
    margin-left: 500px !important;
  }

  .xxl\:mt-550{
    margin-top: 550px !important;
  }

  .xxl\:mr-550{
    margin-right: 550px !important;
  }

  .xxl\:mb-550{
    margin-bottom: 550px !important;
  }

  .xxl\:ml-550{
    margin-left: 550px !important;
  }

  .xxl\:mt-600{
    margin-top: 600px !important;
  }

  .xxl\:mr-600{
    margin-right: 600px !important;
  }

  .xxl\:mb-600{
    margin-bottom: 600px !important;
  }

  .xxl\:ml-600{
    margin-left: 600px !important;
  }

  .xxl\:mt-700{
    margin-top: 700px !important;
  }

  .xxl\:mr-700{
    margin-right: 700px !important;
  }

  .xxl\:mb-700{
    margin-bottom: 700px !important;
  }

  .xxl\:ml-700{
    margin-left: 700px !important;
  }

  .xxl\:mt-auto{
    margin-top: auto !important;
  }

  .xxl\:mr-auto{
    margin-right: auto !important;
  }

  .xxl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xxl\:ml-auto{
    margin-left: auto !important;
  }

  .xxl\:mt-px{
    margin-top: 1px !important;
  }

  .xxl\:mr-px{
    margin-right: 1px !important;
  }

  .xxl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xxl\:ml-px{
    margin-left: 1px !important;
  }

  .xxl\:mt-2px{
    margin-top: 2px !important;
  }

  .xxl\:mr-2px{
    margin-right: 2px !important;
  }

  .xxl\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xxl\:ml-2px{
    margin-left: 2px !important;
  }

  .xxl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xxl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xxl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xxl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xxl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xxl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xxl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xxl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xxl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xxl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xxl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xxl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xxl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xxl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xxl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xxl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xxl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xxl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xxl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xxl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xxl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xxl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xxl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xxl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xxl\:-mt-7{
    margin-top: -1.75rem !important;
  }

  .xxl\:-mr-7{
    margin-right: -1.75rem !important;
  }

  .xxl\:-mb-7{
    margin-bottom: -1.75rem !important;
  }

  .xxl\:-ml-7{
    margin-left: -1.75rem !important;
  }

  .xxl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xxl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xxl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xxl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xxl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xxl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xxl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xxl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xxl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xxl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xxl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xxl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xxl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xxl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xxl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xxl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xxl\:-mt-18{
    margin-top: -4.75rem !important;
  }

  .xxl\:-mr-18{
    margin-right: -4.75rem !important;
  }

  .xxl\:-mb-18{
    margin-bottom: -4.75rem !important;
  }

  .xxl\:-ml-18{
    margin-left: -4.75rem !important;
  }

  .xxl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xxl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xxl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xxl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xxl\:-mt-22{
    margin-top: -6rem !important;
  }

  .xxl\:-mr-22{
    margin-right: -6rem !important;
  }

  .xxl\:-mb-22{
    margin-bottom: -6rem !important;
  }

  .xxl\:-ml-22{
    margin-left: -6rem !important;
  }

  .xxl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xxl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xxl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xxl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xxl\:-mt-28{
    margin-top: -7rem !important;
  }

  .xxl\:-mr-28{
    margin-right: -7rem !important;
  }

  .xxl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xxl\:-ml-28{
    margin-left: -7rem !important;
  }

  .xxl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xxl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xxl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xxl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xxl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xxl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xxl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xxl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xxl\:-mt-44{
    margin-top: -11rem !important;
  }

  .xxl\:-mr-44{
    margin-right: -11rem !important;
  }

  .xxl\:-mb-44{
    margin-bottom: -11rem !important;
  }

  .xxl\:-ml-44{
    margin-left: -11rem !important;
  }

  .xxl\:-mt-48{
    margin-top: -13rem !important;
  }

  .xxl\:-mr-48{
    margin-right: -13rem !important;
  }

  .xxl\:-mb-48{
    margin-bottom: -13rem !important;
  }

  .xxl\:-ml-48{
    margin-left: -13rem !important;
  }

  .xxl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xxl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xxl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xxl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xxl\:-mt-60{
    margin-top: -15rem !important;
  }

  .xxl\:-mr-60{
    margin-right: -15rem !important;
  }

  .xxl\:-mb-60{
    margin-bottom: -15rem !important;
  }

  .xxl\:-ml-60{
    margin-left: -15rem !important;
  }

  .xxl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xxl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xxl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xxl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xxl\:-mt-66{
    margin-top: -18rem !important;
  }

  .xxl\:-mr-66{
    margin-right: -18rem !important;
  }

  .xxl\:-mb-66{
    margin-bottom: -18rem !important;
  }

  .xxl\:-ml-66{
    margin-left: -18rem !important;
  }

  .xxl\:-mt-68{
    margin-top: -21rem !important;
  }

  .xxl\:-mr-68{
    margin-right: -21rem !important;
  }

  .xxl\:-mb-68{
    margin-bottom: -21rem !important;
  }

  .xxl\:-ml-68{
    margin-left: -21rem !important;
  }

  .xxl\:-mt-70{
    margin-top: -23rem !important;
  }

  .xxl\:-mr-70{
    margin-right: -23rem !important;
  }

  .xxl\:-mb-70{
    margin-bottom: -23rem !important;
  }

  .xxl\:-ml-70{
    margin-left: -23rem !important;
  }

  .xxl\:-mt-72{
    margin-top: -25rem !important;
  }

  .xxl\:-mr-72{
    margin-right: -25rem !important;
  }

  .xxl\:-mb-72{
    margin-bottom: -25rem !important;
  }

  .xxl\:-ml-72{
    margin-left: -25rem !important;
  }

  .xxl\:-mt-74{
    margin-top: -27rem !important;
  }

  .xxl\:-mr-74{
    margin-right: -27rem !important;
  }

  .xxl\:-mb-74{
    margin-bottom: -27rem !important;
  }

  .xxl\:-ml-74{
    margin-left: -27rem !important;
  }

  .xxl\:-mt-75{
    margin-top: -75px !important;
  }

  .xxl\:-mr-75{
    margin-right: -75px !important;
  }

  .xxl\:-mb-75{
    margin-bottom: -75px !important;
  }

  .xxl\:-ml-75{
    margin-left: -75px !important;
  }

  .xxl\:-mt-78{
    margin-top: -29rem !important;
  }

  .xxl\:-mr-78{
    margin-right: -29rem !important;
  }

  .xxl\:-mb-78{
    margin-bottom: -29rem !important;
  }

  .xxl\:-ml-78{
    margin-left: -29rem !important;
  }

  .xxl\:-mt-80{
    margin-top: -80px !important;
  }

  .xxl\:-mr-80{
    margin-right: -80px !important;
  }

  .xxl\:-mb-80{
    margin-bottom: -80px !important;
  }

  .xxl\:-ml-80{
    margin-left: -80px !important;
  }

  .xxl\:-mt-90{
    margin-top: -90px !important;
  }

  .xxl\:-mr-90{
    margin-right: -90px !important;
  }

  .xxl\:-mb-90{
    margin-bottom: -90px !important;
  }

  .xxl\:-ml-90{
    margin-left: -90px !important;
  }

  .xxl\:-mt-150{
    margin-top: -150px !important;
  }

  .xxl\:-mr-150{
    margin-right: -150px !important;
  }

  .xxl\:-mb-150{
    margin-bottom: -150px !important;
  }

  .xxl\:-ml-150{
    margin-left: -150px !important;
  }

  .xxl\:-mt-200{
    margin-top: -200px !important;
  }

  .xxl\:-mr-200{
    margin-right: -200px !important;
  }

  .xxl\:-mb-200{
    margin-bottom: -200px !important;
  }

  .xxl\:-ml-200{
    margin-left: -200px !important;
  }

  .xxl\:-mt-250{
    margin-top: -250px !important;
  }

  .xxl\:-mr-250{
    margin-right: -250px !important;
  }

  .xxl\:-mb-250{
    margin-bottom: -250px !important;
  }

  .xxl\:-ml-250{
    margin-left: -250px !important;
  }

  .xxl\:-mt-270{
    margin-top: -270px !important;
  }

  .xxl\:-mr-270{
    margin-right: -270px !important;
  }

  .xxl\:-mb-270{
    margin-bottom: -270px !important;
  }

  .xxl\:-ml-270{
    margin-left: -270px !important;
  }

  .xxl\:-mt-310{
    margin-top: -310px !important;
  }

  .xxl\:-mr-310{
    margin-right: -310px !important;
  }

  .xxl\:-mb-310{
    margin-bottom: -310px !important;
  }

  .xxl\:-ml-310{
    margin-left: -310px !important;
  }

  .xxl\:-mt-330{
    margin-top: -330px !important;
  }

  .xxl\:-mr-330{
    margin-right: -330px !important;
  }

  .xxl\:-mb-330{
    margin-bottom: -330px !important;
  }

  .xxl\:-ml-330{
    margin-left: -330px !important;
  }

  .xxl\:-mt-390{
    margin-top: -390px !important;
  }

  .xxl\:-mr-390{
    margin-right: -390px !important;
  }

  .xxl\:-mb-390{
    margin-bottom: -390px !important;
  }

  .xxl\:-ml-390{
    margin-left: -390px !important;
  }

  .xxl\:-mt-400{
    margin-top: -400px !important;
  }

  .xxl\:-mr-400{
    margin-right: -400px !important;
  }

  .xxl\:-mb-400{
    margin-bottom: -400px !important;
  }

  .xxl\:-ml-400{
    margin-left: -400px !important;
  }

  .xxl\:-mt-450{
    margin-top: -450px !important;
  }

  .xxl\:-mr-450{
    margin-right: -450px !important;
  }

  .xxl\:-mb-450{
    margin-bottom: -450px !important;
  }

  .xxl\:-ml-450{
    margin-left: -450px !important;
  }

  .xxl\:-mt-500{
    margin-top: -500px !important;
  }

  .xxl\:-mr-500{
    margin-right: -500px !important;
  }

  .xxl\:-mb-500{
    margin-bottom: -500px !important;
  }

  .xxl\:-ml-500{
    margin-left: -500px !important;
  }

  .xxl\:-mt-550{
    margin-top: -550px !important;
  }

  .xxl\:-mr-550{
    margin-right: -550px !important;
  }

  .xxl\:-mb-550{
    margin-bottom: -550px !important;
  }

  .xxl\:-ml-550{
    margin-left: -550px !important;
  }

  .xxl\:-mt-600{
    margin-top: -600px !important;
  }

  .xxl\:-mr-600{
    margin-right: -600px !important;
  }

  .xxl\:-mb-600{
    margin-bottom: -600px !important;
  }

  .xxl\:-ml-600{
    margin-left: -600px !important;
  }

  .xxl\:-mt-700{
    margin-top: -700px !important;
  }

  .xxl\:-mr-700{
    margin-right: -700px !important;
  }

  .xxl\:-mb-700{
    margin-bottom: -700px !important;
  }

  .xxl\:-ml-700{
    margin-left: -700px !important;
  }

  .xxl\:-mt-px{
    margin-top: -1px !important;
  }

  .xxl\:-mr-px{
    margin-right: -1px !important;
  }

  .xxl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xxl\:-ml-px{
    margin-left: -1px !important;
  }

  .xxl\:-mt-2px{
    margin-top: -2px !important;
  }

  .xxl\:-mr-2px{
    margin-right: -2px !important;
  }

  .xxl\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xxl\:-ml-2px{
    margin-left: -2px !important;
  }

  .xxl\:max-h-full{
    max-height: 100% !important;
  }

  .xxl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xxl\:max-h-logo{
    max-height: 115px !important;
  }

  .xxl\:max-w-200{
    max-width: 200px !important;
  }

  .xxl\:max-w-570{
    max-width: 570px !important;
  }

  .xxl\:max-w-700{
    max-width: 700px !important;
  }

  .xxl\:max-w-900{
    max-width: 900px !important;
  }

  .xxl\:max-w-1135{
    max-width: 1135px !important;
  }

  .xxl\:max-w-1366{
    max-width: 1366px !important;
  }

  .xxl\:max-w-1440{
    max-width: 1440px !important;
  }

  .xxl\:max-w-1920{
    max-width: 1920px !important;
  }

  .xxl\:max-w-none{
    max-width: none !important;
  }

  .xxl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xxl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xxl\:max-w-md{
    max-width: 28rem !important;
  }

  .xxl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xxl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xxl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xxl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xxl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xxl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xxl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xxl\:max-w-full{
    max-width: 100% !important;
  }

  .xxl\:max-w-screen-sm{
    max-width: 450px !important;
  }

  .xxl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xxl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xxl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xxl\:max-w-screen-xs{
    max-width: 320px !important;
  }

  .xxl\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .xxl\:max-w-main-content-margin{
    max-width: 900px !important;
  }

  .xxl\:max-w-inner-margin{
    max-width: 1440px !important;
  }

  .xxl\:max-w-outer-margin{
    max-width: 1920px !important;
  }

  .xxl\:min-h-0{
    min-height: 0 !important;
  }

  .xxl\:min-h-12{
    min-height: 3rem !important;
  }

  .xxl\:min-h-28{
    min-height: 7rem !important;
  }

  .xxl\:min-h-100{
    min-height: 100px !important;
  }

  .xxl\:min-h-150{
    min-height: 150px !important;
  }

  .xxl\:min-h-300{
    min-height: 300px !important;
  }

  .xxl\:min-h-310{
    min-height: 310px !important;
  }

  .xxl\:min-h-330{
    min-height: 330px !important;
  }

  .xxl\:min-h-390{
    min-height: 390px !important;
  }

  .xxl\:min-h-420{
    min-height: 420px !important;
  }

  .xxl\:min-h-600{
    min-height: 600px !important;
  }

  .xxl\:min-h-full{
    min-height: 100% !important;
  }

  .xxl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xxl\:min-h-page_title{
    min-height: 140px !important;
  }

  .xxl\:min-h-page_title2{
    min-height: 260px !important;
  }

  .xxl\:min-w-0{
    min-width: 0 !important;
  }

  .xxl\:min-w-200{
    min-width: 200px !important;
  }

  .xxl\:min-w-full{
    min-width: 100% !important;
  }

  .xxl\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xxl\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xxl\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xxl\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xxl\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xxl\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xxl\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xxl\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xxl\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xxl\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xxl\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xxl\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xxl\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xxl\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xxl\:opacity-0{
    opacity: 0 !important;
  }

  .xxl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xxl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xxl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xxl\:opacity-80{
    opacity: 0.80 !important;
  }

  .xxl\:opacity-100{
    opacity: 1 !important;
  }

  .xxl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xxl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xxl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xxl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xxl\:hover\:opacity-80:hover{
    opacity: 0.80 !important;
  }

  .xxl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xxl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xxl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xxl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xxl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xxl\:focus\:opacity-80:focus{
    opacity: 0.80 !important;
  }

  .xxl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xxl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:overflow-auto{
    overflow: auto !important;
  }

  .xxl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xxl\:overflow-visible{
    overflow: visible !important;
  }

  .xxl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xxl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xxl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xxl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xxl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xxl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xxl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xxl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xxl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xxl\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xxl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xxl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xxl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xxl\:overscroll-none{
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xxl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xxl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xxl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xxl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xxl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xxl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xxl\:p-0{
    padding: 0 !important;
  }

  .xxl\:p-1{
    padding: 0.25rem !important;
  }

  .xxl\:p-2{
    padding: 0.5rem !important;
  }

  .xxl\:p-3{
    padding: 0.75rem !important;
  }

  .xxl\:p-4{
    padding: 1rem !important;
  }

  .xxl\:p-5{
    padding: 1.25rem !important;
  }

  .xxl\:p-6{
    padding: 1.5rem !important;
  }

  .xxl\:p-7{
    padding: 1.75rem !important;
  }

  .xxl\:p-8{
    padding: 2rem !important;
  }

  .xxl\:p-10{
    padding: 2.5rem !important;
  }

  .xxl\:p-12{
    padding: 3rem !important;
  }

  .xxl\:p-16{
    padding: 4rem !important;
  }

  .xxl\:p-18{
    padding: 4.75rem !important;
  }

  .xxl\:p-20{
    padding: 5rem !important;
  }

  .xxl\:p-22{
    padding: 6rem !important;
  }

  .xxl\:p-24{
    padding: 6rem !important;
  }

  .xxl\:p-28{
    padding: 7rem !important;
  }

  .xxl\:p-32{
    padding: 8rem !important;
  }

  .xxl\:p-40{
    padding: 10rem !important;
  }

  .xxl\:p-44{
    padding: 11rem !important;
  }

  .xxl\:p-48{
    padding: 13rem !important;
  }

  .xxl\:p-56{
    padding: 14rem !important;
  }

  .xxl\:p-60{
    padding: 15rem !important;
  }

  .xxl\:p-64{
    padding: 16rem !important;
  }

  .xxl\:p-66{
    padding: 18rem !important;
  }

  .xxl\:p-68{
    padding: 21rem !important;
  }

  .xxl\:p-70{
    padding: 23rem !important;
  }

  .xxl\:p-72{
    padding: 25rem !important;
  }

  .xxl\:p-74{
    padding: 27rem !important;
  }

  .xxl\:p-75{
    padding: 75px !important;
  }

  .xxl\:p-78{
    padding: 29rem !important;
  }

  .xxl\:p-80{
    padding: 80px !important;
  }

  .xxl\:p-90{
    padding: 90px !important;
  }

  .xxl\:p-150{
    padding: 150px !important;
  }

  .xxl\:p-200{
    padding: 200px !important;
  }

  .xxl\:p-250{
    padding: 250px !important;
  }

  .xxl\:p-270{
    padding: 270px !important;
  }

  .xxl\:p-310{
    padding: 310px !important;
  }

  .xxl\:p-330{
    padding: 330px !important;
  }

  .xxl\:p-390{
    padding: 390px !important;
  }

  .xxl\:p-400{
    padding: 400px !important;
  }

  .xxl\:p-450{
    padding: 450px !important;
  }

  .xxl\:p-500{
    padding: 500px !important;
  }

  .xxl\:p-550{
    padding: 550px !important;
  }

  .xxl\:p-600{
    padding: 600px !important;
  }

  .xxl\:p-700{
    padding: 700px !important;
  }

  .xxl\:p-px{
    padding: 1px !important;
  }

  .xxl\:p-2px{
    padding: 2px !important;
  }

  .xxl\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xxl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xxl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xxl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xxl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xxl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xxl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xxl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xxl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xxl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xxl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xxl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xxl\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xxl\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xxl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xxl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xxl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xxl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xxl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xxl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xxl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xxl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xxl\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .xxl\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .xxl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xxl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xxl\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xxl\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xxl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xxl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xxl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xxl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xxl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xxl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xxl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xxl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xxl\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xxl\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xxl\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xxl\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xxl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xxl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xxl\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xxl\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xxl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xxl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xxl\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xxl\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xxl\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .xxl\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .xxl\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .xxl\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .xxl\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .xxl\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .xxl\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .xxl\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .xxl\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .xxl\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .xxl\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .xxl\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .xxl\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xxl\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xxl\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .xxl\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .xxl\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .xxl\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .xxl\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xxl\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xxl\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .xxl\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .xxl\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .xxl\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .xxl\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .xxl\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .xxl\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .xxl\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .xxl\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .xxl\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .xxl\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .xxl\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .xxl\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .xxl\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .xxl\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .xxl\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .xxl\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .xxl\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .xxl\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .xxl\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .xxl\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .xxl\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .xxl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xxl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xxl\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xxl\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xxl\:pt-0{
    padding-top: 0 !important;
  }

  .xxl\:pr-0{
    padding-right: 0 !important;
  }

  .xxl\:pb-0{
    padding-bottom: 0 !important;
  }

  .xxl\:pl-0{
    padding-left: 0 !important;
  }

  .xxl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xxl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xxl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xxl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xxl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xxl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xxl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xxl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xxl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xxl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xxl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xxl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xxl\:pt-4{
    padding-top: 1rem !important;
  }

  .xxl\:pr-4{
    padding-right: 1rem !important;
  }

  .xxl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xxl\:pl-4{
    padding-left: 1rem !important;
  }

  .xxl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xxl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xxl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xxl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xxl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xxl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xxl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xxl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xxl\:pt-7{
    padding-top: 1.75rem !important;
  }

  .xxl\:pr-7{
    padding-right: 1.75rem !important;
  }

  .xxl\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .xxl\:pl-7{
    padding-left: 1.75rem !important;
  }

  .xxl\:pt-8{
    padding-top: 2rem !important;
  }

  .xxl\:pr-8{
    padding-right: 2rem !important;
  }

  .xxl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xxl\:pl-8{
    padding-left: 2rem !important;
  }

  .xxl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xxl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xxl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xxl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xxl\:pt-12{
    padding-top: 3rem !important;
  }

  .xxl\:pr-12{
    padding-right: 3rem !important;
  }

  .xxl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xxl\:pl-12{
    padding-left: 3rem !important;
  }

  .xxl\:pt-16{
    padding-top: 4rem !important;
  }

  .xxl\:pr-16{
    padding-right: 4rem !important;
  }

  .xxl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xxl\:pl-16{
    padding-left: 4rem !important;
  }

  .xxl\:pt-18{
    padding-top: 4.75rem !important;
  }

  .xxl\:pr-18{
    padding-right: 4.75rem !important;
  }

  .xxl\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .xxl\:pl-18{
    padding-left: 4.75rem !important;
  }

  .xxl\:pt-20{
    padding-top: 5rem !important;
  }

  .xxl\:pr-20{
    padding-right: 5rem !important;
  }

  .xxl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xxl\:pl-20{
    padding-left: 5rem !important;
  }

  .xxl\:pt-22{
    padding-top: 6rem !important;
  }

  .xxl\:pr-22{
    padding-right: 6rem !important;
  }

  .xxl\:pb-22{
    padding-bottom: 6rem !important;
  }

  .xxl\:pl-22{
    padding-left: 6rem !important;
  }

  .xxl\:pt-24{
    padding-top: 6rem !important;
  }

  .xxl\:pr-24{
    padding-right: 6rem !important;
  }

  .xxl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xxl\:pl-24{
    padding-left: 6rem !important;
  }

  .xxl\:pt-28{
    padding-top: 7rem !important;
  }

  .xxl\:pr-28{
    padding-right: 7rem !important;
  }

  .xxl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xxl\:pl-28{
    padding-left: 7rem !important;
  }

  .xxl\:pt-32{
    padding-top: 8rem !important;
  }

  .xxl\:pr-32{
    padding-right: 8rem !important;
  }

  .xxl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xxl\:pl-32{
    padding-left: 8rem !important;
  }

  .xxl\:pt-40{
    padding-top: 10rem !important;
  }

  .xxl\:pr-40{
    padding-right: 10rem !important;
  }

  .xxl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xxl\:pl-40{
    padding-left: 10rem !important;
  }

  .xxl\:pt-44{
    padding-top: 11rem !important;
  }

  .xxl\:pr-44{
    padding-right: 11rem !important;
  }

  .xxl\:pb-44{
    padding-bottom: 11rem !important;
  }

  .xxl\:pl-44{
    padding-left: 11rem !important;
  }

  .xxl\:pt-48{
    padding-top: 13rem !important;
  }

  .xxl\:pr-48{
    padding-right: 13rem !important;
  }

  .xxl\:pb-48{
    padding-bottom: 13rem !important;
  }

  .xxl\:pl-48{
    padding-left: 13rem !important;
  }

  .xxl\:pt-56{
    padding-top: 14rem !important;
  }

  .xxl\:pr-56{
    padding-right: 14rem !important;
  }

  .xxl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xxl\:pl-56{
    padding-left: 14rem !important;
  }

  .xxl\:pt-60{
    padding-top: 15rem !important;
  }

  .xxl\:pr-60{
    padding-right: 15rem !important;
  }

  .xxl\:pb-60{
    padding-bottom: 15rem !important;
  }

  .xxl\:pl-60{
    padding-left: 15rem !important;
  }

  .xxl\:pt-64{
    padding-top: 16rem !important;
  }

  .xxl\:pr-64{
    padding-right: 16rem !important;
  }

  .xxl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xxl\:pl-64{
    padding-left: 16rem !important;
  }

  .xxl\:pt-66{
    padding-top: 18rem !important;
  }

  .xxl\:pr-66{
    padding-right: 18rem !important;
  }

  .xxl\:pb-66{
    padding-bottom: 18rem !important;
  }

  .xxl\:pl-66{
    padding-left: 18rem !important;
  }

  .xxl\:pt-68{
    padding-top: 21rem !important;
  }

  .xxl\:pr-68{
    padding-right: 21rem !important;
  }

  .xxl\:pb-68{
    padding-bottom: 21rem !important;
  }

  .xxl\:pl-68{
    padding-left: 21rem !important;
  }

  .xxl\:pt-70{
    padding-top: 23rem !important;
  }

  .xxl\:pr-70{
    padding-right: 23rem !important;
  }

  .xxl\:pb-70{
    padding-bottom: 23rem !important;
  }

  .xxl\:pl-70{
    padding-left: 23rem !important;
  }

  .xxl\:pt-72{
    padding-top: 25rem !important;
  }

  .xxl\:pr-72{
    padding-right: 25rem !important;
  }

  .xxl\:pb-72{
    padding-bottom: 25rem !important;
  }

  .xxl\:pl-72{
    padding-left: 25rem !important;
  }

  .xxl\:pt-74{
    padding-top: 27rem !important;
  }

  .xxl\:pr-74{
    padding-right: 27rem !important;
  }

  .xxl\:pb-74{
    padding-bottom: 27rem !important;
  }

  .xxl\:pl-74{
    padding-left: 27rem !important;
  }

  .xxl\:pt-75{
    padding-top: 75px !important;
  }

  .xxl\:pr-75{
    padding-right: 75px !important;
  }

  .xxl\:pb-75{
    padding-bottom: 75px !important;
  }

  .xxl\:pl-75{
    padding-left: 75px !important;
  }

  .xxl\:pt-78{
    padding-top: 29rem !important;
  }

  .xxl\:pr-78{
    padding-right: 29rem !important;
  }

  .xxl\:pb-78{
    padding-bottom: 29rem !important;
  }

  .xxl\:pl-78{
    padding-left: 29rem !important;
  }

  .xxl\:pt-80{
    padding-top: 80px !important;
  }

  .xxl\:pr-80{
    padding-right: 80px !important;
  }

  .xxl\:pb-80{
    padding-bottom: 80px !important;
  }

  .xxl\:pl-80{
    padding-left: 80px !important;
  }

  .xxl\:pt-90{
    padding-top: 90px !important;
  }

  .xxl\:pr-90{
    padding-right: 90px !important;
  }

  .xxl\:pb-90{
    padding-bottom: 90px !important;
  }

  .xxl\:pl-90{
    padding-left: 90px !important;
  }

  .xxl\:pt-150{
    padding-top: 150px !important;
  }

  .xxl\:pr-150{
    padding-right: 150px !important;
  }

  .xxl\:pb-150{
    padding-bottom: 150px !important;
  }

  .xxl\:pl-150{
    padding-left: 150px !important;
  }

  .xxl\:pt-200{
    padding-top: 200px !important;
  }

  .xxl\:pr-200{
    padding-right: 200px !important;
  }

  .xxl\:pb-200{
    padding-bottom: 200px !important;
  }

  .xxl\:pl-200{
    padding-left: 200px !important;
  }

  .xxl\:pt-250{
    padding-top: 250px !important;
  }

  .xxl\:pr-250{
    padding-right: 250px !important;
  }

  .xxl\:pb-250{
    padding-bottom: 250px !important;
  }

  .xxl\:pl-250{
    padding-left: 250px !important;
  }

  .xxl\:pt-270{
    padding-top: 270px !important;
  }

  .xxl\:pr-270{
    padding-right: 270px !important;
  }

  .xxl\:pb-270{
    padding-bottom: 270px !important;
  }

  .xxl\:pl-270{
    padding-left: 270px !important;
  }

  .xxl\:pt-310{
    padding-top: 310px !important;
  }

  .xxl\:pr-310{
    padding-right: 310px !important;
  }

  .xxl\:pb-310{
    padding-bottom: 310px !important;
  }

  .xxl\:pl-310{
    padding-left: 310px !important;
  }

  .xxl\:pt-330{
    padding-top: 330px !important;
  }

  .xxl\:pr-330{
    padding-right: 330px !important;
  }

  .xxl\:pb-330{
    padding-bottom: 330px !important;
  }

  .xxl\:pl-330{
    padding-left: 330px !important;
  }

  .xxl\:pt-390{
    padding-top: 390px !important;
  }

  .xxl\:pr-390{
    padding-right: 390px !important;
  }

  .xxl\:pb-390{
    padding-bottom: 390px !important;
  }

  .xxl\:pl-390{
    padding-left: 390px !important;
  }

  .xxl\:pt-400{
    padding-top: 400px !important;
  }

  .xxl\:pr-400{
    padding-right: 400px !important;
  }

  .xxl\:pb-400{
    padding-bottom: 400px !important;
  }

  .xxl\:pl-400{
    padding-left: 400px !important;
  }

  .xxl\:pt-450{
    padding-top: 450px !important;
  }

  .xxl\:pr-450{
    padding-right: 450px !important;
  }

  .xxl\:pb-450{
    padding-bottom: 450px !important;
  }

  .xxl\:pl-450{
    padding-left: 450px !important;
  }

  .xxl\:pt-500{
    padding-top: 500px !important;
  }

  .xxl\:pr-500{
    padding-right: 500px !important;
  }

  .xxl\:pb-500{
    padding-bottom: 500px !important;
  }

  .xxl\:pl-500{
    padding-left: 500px !important;
  }

  .xxl\:pt-550{
    padding-top: 550px !important;
  }

  .xxl\:pr-550{
    padding-right: 550px !important;
  }

  .xxl\:pb-550{
    padding-bottom: 550px !important;
  }

  .xxl\:pl-550{
    padding-left: 550px !important;
  }

  .xxl\:pt-600{
    padding-top: 600px !important;
  }

  .xxl\:pr-600{
    padding-right: 600px !important;
  }

  .xxl\:pb-600{
    padding-bottom: 600px !important;
  }

  .xxl\:pl-600{
    padding-left: 600px !important;
  }

  .xxl\:pt-700{
    padding-top: 700px !important;
  }

  .xxl\:pr-700{
    padding-right: 700px !important;
  }

  .xxl\:pb-700{
    padding-bottom: 700px !important;
  }

  .xxl\:pl-700{
    padding-left: 700px !important;
  }

  .xxl\:pt-px{
    padding-top: 1px !important;
  }

  .xxl\:pr-px{
    padding-right: 1px !important;
  }

  .xxl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xxl\:pl-px{
    padding-left: 1px !important;
  }

  .xxl\:pt-2px{
    padding-top: 2px !important;
  }

  .xxl\:pr-2px{
    padding-right: 2px !important;
  }

  .xxl\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xxl\:pl-2px{
    padding-left: 2px !important;
  }

  .group:hover .xxl\:group-hover\:p-0{
    padding: 0 !important;
  }

  .group:hover .xxl\:group-hover\:p-1{
    padding: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:p-2{
    padding: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:p-3{
    padding: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:p-4{
    padding: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:p-5{
    padding: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:p-6{
    padding: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:p-7{
    padding: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:p-8{
    padding: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:p-10{
    padding: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:p-12{
    padding: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:p-16{
    padding: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:p-18{
    padding: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:p-20{
    padding: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:p-22{
    padding: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:p-24{
    padding: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:p-28{
    padding: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:p-32{
    padding: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:p-40{
    padding: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:p-44{
    padding: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:p-48{
    padding: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:p-56{
    padding: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:p-60{
    padding: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:p-64{
    padding: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:p-66{
    padding: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:p-68{
    padding: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:p-70{
    padding: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:p-72{
    padding: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:p-74{
    padding: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:p-75{
    padding: 75px !important;
  }

  .group:hover .xxl\:group-hover\:p-78{
    padding: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:p-80{
    padding: 80px !important;
  }

  .group:hover .xxl\:group-hover\:p-90{
    padding: 90px !important;
  }

  .group:hover .xxl\:group-hover\:p-150{
    padding: 150px !important;
  }

  .group:hover .xxl\:group-hover\:p-200{
    padding: 200px !important;
  }

  .group:hover .xxl\:group-hover\:p-250{
    padding: 250px !important;
  }

  .group:hover .xxl\:group-hover\:p-270{
    padding: 270px !important;
  }

  .group:hover .xxl\:group-hover\:p-310{
    padding: 310px !important;
  }

  .group:hover .xxl\:group-hover\:p-330{
    padding: 330px !important;
  }

  .group:hover .xxl\:group-hover\:p-390{
    padding: 390px !important;
  }

  .group:hover .xxl\:group-hover\:p-400{
    padding: 400px !important;
  }

  .group:hover .xxl\:group-hover\:p-450{
    padding: 450px !important;
  }

  .group:hover .xxl\:group-hover\:p-500{
    padding: 500px !important;
  }

  .group:hover .xxl\:group-hover\:p-550{
    padding: 550px !important;
  }

  .group:hover .xxl\:group-hover\:p-600{
    padding: 600px !important;
  }

  .group:hover .xxl\:group-hover\:p-700{
    padding: 700px !important;
  }

  .group:hover .xxl\:group-hover\:p-px{
    padding: 1px !important;
  }

  .group:hover .xxl\:group-hover\:p-2px{
    padding: 2px !important;
  }

  .group:hover .xxl\:group-hover\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:hover .xxl\:group-hover\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:hover .xxl\:group-hover\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:hover .xxl\:group-hover\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:hover .xxl\:group-hover\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:hover .xxl\:group-hover\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:hover .xxl\:group-hover\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:hover .xxl\:group-hover\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:hover .xxl\:group-hover\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:hover .xxl\:group-hover\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:hover .xxl\:group-hover\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:hover .xxl\:group-hover\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:hover .xxl\:group-hover\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:hover .xxl\:group-hover\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:hover .xxl\:group-hover\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:hover .xxl\:group-hover\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:hover .xxl\:group-hover\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:hover .xxl\:group-hover\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:hover .xxl\:group-hover\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:hover .xxl\:group-hover\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:hover .xxl\:group-hover\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:hover .xxl\:group-hover\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:hover .xxl\:group-hover\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:hover .xxl\:group-hover\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:hover .xxl\:group-hover\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:hover .xxl\:group-hover\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:hover .xxl\:group-hover\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:hover .xxl\:group-hover\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:hover .xxl\:group-hover\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:hover .xxl\:group-hover\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:hover .xxl\:group-hover\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:hover .xxl\:group-hover\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:hover .xxl\:group-hover\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:hover .xxl\:group-hover\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:hover .xxl\:group-hover\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:hover .xxl\:group-hover\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:hover .xxl\:group-hover\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:hover .xxl\:group-hover\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:hover .xxl\:group-hover\:pt-0{
    padding-top: 0 !important;
  }

  .group:hover .xxl\:group-hover\:pr-0{
    padding-right: 0 !important;
  }

  .group:hover .xxl\:group-hover\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:hover .xxl\:group-hover\:pl-0{
    padding-left: 0 !important;
  }

  .group:hover .xxl\:group-hover\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-4{
    padding-top: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-4{
    padding-right: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-4{
    padding-left: 1rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-8{
    padding-top: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-8{
    padding-right: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-8{
    padding-left: 2rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-12{
    padding-top: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-12{
    padding-right: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-12{
    padding-left: 3rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-16{
    padding-top: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-16{
    padding-right: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-16{
    padding-left: 4rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-20{
    padding-top: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-20{
    padding-right: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-20{
    padding-left: 5rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-22{
    padding-top: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-22{
    padding-right: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-22{
    padding-left: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-24{
    padding-top: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-24{
    padding-right: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-24{
    padding-left: 6rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-28{
    padding-top: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-28{
    padding-right: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-28{
    padding-left: 7rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-32{
    padding-top: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-32{
    padding-right: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-32{
    padding-left: 8rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-40{
    padding-top: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-40{
    padding-right: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-40{
    padding-left: 10rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-44{
    padding-top: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-44{
    padding-right: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-44{
    padding-left: 11rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-48{
    padding-top: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-48{
    padding-right: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-48{
    padding-left: 13rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-56{
    padding-top: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-56{
    padding-right: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-56{
    padding-left: 14rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-60{
    padding-top: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-60{
    padding-right: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-60{
    padding-left: 15rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-64{
    padding-top: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-64{
    padding-right: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-64{
    padding-left: 16rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-66{
    padding-top: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-66{
    padding-right: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-66{
    padding-left: 18rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-68{
    padding-top: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-68{
    padding-right: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-68{
    padding-left: 21rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-70{
    padding-top: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-70{
    padding-right: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-70{
    padding-left: 23rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-72{
    padding-top: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-72{
    padding-right: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-72{
    padding-left: 25rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-74{
    padding-top: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-74{
    padding-right: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-74{
    padding-left: 27rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-75{
    padding-top: 75px !important;
  }

  .group:hover .xxl\:group-hover\:pr-75{
    padding-right: 75px !important;
  }

  .group:hover .xxl\:group-hover\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:hover .xxl\:group-hover\:pl-75{
    padding-left: 75px !important;
  }

  .group:hover .xxl\:group-hover\:pt-78{
    padding-top: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:pr-78{
    padding-right: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:pl-78{
    padding-left: 29rem !important;
  }

  .group:hover .xxl\:group-hover\:pt-80{
    padding-top: 80px !important;
  }

  .group:hover .xxl\:group-hover\:pr-80{
    padding-right: 80px !important;
  }

  .group:hover .xxl\:group-hover\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:hover .xxl\:group-hover\:pl-80{
    padding-left: 80px !important;
  }

  .group:hover .xxl\:group-hover\:pt-90{
    padding-top: 90px !important;
  }

  .group:hover .xxl\:group-hover\:pr-90{
    padding-right: 90px !important;
  }

  .group:hover .xxl\:group-hover\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:hover .xxl\:group-hover\:pl-90{
    padding-left: 90px !important;
  }

  .group:hover .xxl\:group-hover\:pt-150{
    padding-top: 150px !important;
  }

  .group:hover .xxl\:group-hover\:pr-150{
    padding-right: 150px !important;
  }

  .group:hover .xxl\:group-hover\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:hover .xxl\:group-hover\:pl-150{
    padding-left: 150px !important;
  }

  .group:hover .xxl\:group-hover\:pt-200{
    padding-top: 200px !important;
  }

  .group:hover .xxl\:group-hover\:pr-200{
    padding-right: 200px !important;
  }

  .group:hover .xxl\:group-hover\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:hover .xxl\:group-hover\:pl-200{
    padding-left: 200px !important;
  }

  .group:hover .xxl\:group-hover\:pt-250{
    padding-top: 250px !important;
  }

  .group:hover .xxl\:group-hover\:pr-250{
    padding-right: 250px !important;
  }

  .group:hover .xxl\:group-hover\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:hover .xxl\:group-hover\:pl-250{
    padding-left: 250px !important;
  }

  .group:hover .xxl\:group-hover\:pt-270{
    padding-top: 270px !important;
  }

  .group:hover .xxl\:group-hover\:pr-270{
    padding-right: 270px !important;
  }

  .group:hover .xxl\:group-hover\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:hover .xxl\:group-hover\:pl-270{
    padding-left: 270px !important;
  }

  .group:hover .xxl\:group-hover\:pt-310{
    padding-top: 310px !important;
  }

  .group:hover .xxl\:group-hover\:pr-310{
    padding-right: 310px !important;
  }

  .group:hover .xxl\:group-hover\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:hover .xxl\:group-hover\:pl-310{
    padding-left: 310px !important;
  }

  .group:hover .xxl\:group-hover\:pt-330{
    padding-top: 330px !important;
  }

  .group:hover .xxl\:group-hover\:pr-330{
    padding-right: 330px !important;
  }

  .group:hover .xxl\:group-hover\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:hover .xxl\:group-hover\:pl-330{
    padding-left: 330px !important;
  }

  .group:hover .xxl\:group-hover\:pt-390{
    padding-top: 390px !important;
  }

  .group:hover .xxl\:group-hover\:pr-390{
    padding-right: 390px !important;
  }

  .group:hover .xxl\:group-hover\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:hover .xxl\:group-hover\:pl-390{
    padding-left: 390px !important;
  }

  .group:hover .xxl\:group-hover\:pt-400{
    padding-top: 400px !important;
  }

  .group:hover .xxl\:group-hover\:pr-400{
    padding-right: 400px !important;
  }

  .group:hover .xxl\:group-hover\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:hover .xxl\:group-hover\:pl-400{
    padding-left: 400px !important;
  }

  .group:hover .xxl\:group-hover\:pt-450{
    padding-top: 450px !important;
  }

  .group:hover .xxl\:group-hover\:pr-450{
    padding-right: 450px !important;
  }

  .group:hover .xxl\:group-hover\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:hover .xxl\:group-hover\:pl-450{
    padding-left: 450px !important;
  }

  .group:hover .xxl\:group-hover\:pt-500{
    padding-top: 500px !important;
  }

  .group:hover .xxl\:group-hover\:pr-500{
    padding-right: 500px !important;
  }

  .group:hover .xxl\:group-hover\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:hover .xxl\:group-hover\:pl-500{
    padding-left: 500px !important;
  }

  .group:hover .xxl\:group-hover\:pt-550{
    padding-top: 550px !important;
  }

  .group:hover .xxl\:group-hover\:pr-550{
    padding-right: 550px !important;
  }

  .group:hover .xxl\:group-hover\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:hover .xxl\:group-hover\:pl-550{
    padding-left: 550px !important;
  }

  .group:hover .xxl\:group-hover\:pt-600{
    padding-top: 600px !important;
  }

  .group:hover .xxl\:group-hover\:pr-600{
    padding-right: 600px !important;
  }

  .group:hover .xxl\:group-hover\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:hover .xxl\:group-hover\:pl-600{
    padding-left: 600px !important;
  }

  .group:hover .xxl\:group-hover\:pt-700{
    padding-top: 700px !important;
  }

  .group:hover .xxl\:group-hover\:pr-700{
    padding-right: 700px !important;
  }

  .group:hover .xxl\:group-hover\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:hover .xxl\:group-hover\:pl-700{
    padding-left: 700px !important;
  }

  .group:hover .xxl\:group-hover\:pt-px{
    padding-top: 1px !important;
  }

  .group:hover .xxl\:group-hover\:pr-px{
    padding-right: 1px !important;
  }

  .group:hover .xxl\:group-hover\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:hover .xxl\:group-hover\:pl-px{
    padding-left: 1px !important;
  }

  .group:hover .xxl\:group-hover\:pt-2px{
    padding-top: 2px !important;
  }

  .group:hover .xxl\:group-hover\:pr-2px{
    padding-right: 2px !important;
  }

  .group:hover .xxl\:group-hover\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:hover .xxl\:group-hover\:pl-2px{
    padding-left: 2px !important;
  }

  .group:focus .xxl\:group-focus\:p-0{
    padding: 0 !important;
  }

  .group:focus .xxl\:group-focus\:p-1{
    padding: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:p-2{
    padding: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:p-3{
    padding: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:p-4{
    padding: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:p-5{
    padding: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:p-6{
    padding: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:p-7{
    padding: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:p-8{
    padding: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:p-10{
    padding: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:p-12{
    padding: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:p-16{
    padding: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:p-18{
    padding: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:p-20{
    padding: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:p-22{
    padding: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:p-24{
    padding: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:p-28{
    padding: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:p-32{
    padding: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:p-40{
    padding: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:p-44{
    padding: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:p-48{
    padding: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:p-56{
    padding: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:p-60{
    padding: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:p-64{
    padding: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:p-66{
    padding: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:p-68{
    padding: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:p-70{
    padding: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:p-72{
    padding: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:p-74{
    padding: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:p-75{
    padding: 75px !important;
  }

  .group:focus .xxl\:group-focus\:p-78{
    padding: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:p-80{
    padding: 80px !important;
  }

  .group:focus .xxl\:group-focus\:p-90{
    padding: 90px !important;
  }

  .group:focus .xxl\:group-focus\:p-150{
    padding: 150px !important;
  }

  .group:focus .xxl\:group-focus\:p-200{
    padding: 200px !important;
  }

  .group:focus .xxl\:group-focus\:p-250{
    padding: 250px !important;
  }

  .group:focus .xxl\:group-focus\:p-270{
    padding: 270px !important;
  }

  .group:focus .xxl\:group-focus\:p-310{
    padding: 310px !important;
  }

  .group:focus .xxl\:group-focus\:p-330{
    padding: 330px !important;
  }

  .group:focus .xxl\:group-focus\:p-390{
    padding: 390px !important;
  }

  .group:focus .xxl\:group-focus\:p-400{
    padding: 400px !important;
  }

  .group:focus .xxl\:group-focus\:p-450{
    padding: 450px !important;
  }

  .group:focus .xxl\:group-focus\:p-500{
    padding: 500px !important;
  }

  .group:focus .xxl\:group-focus\:p-550{
    padding: 550px !important;
  }

  .group:focus .xxl\:group-focus\:p-600{
    padding: 600px !important;
  }

  .group:focus .xxl\:group-focus\:p-700{
    padding: 700px !important;
  }

  .group:focus .xxl\:group-focus\:p-px{
    padding: 1px !important;
  }

  .group:focus .xxl\:group-focus\:p-2px{
    padding: 2px !important;
  }

  .group:focus .xxl\:group-focus\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .group:focus .xxl\:group-focus\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .group:focus .xxl\:group-focus\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:py-7{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:px-7{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:py-18{
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:px-18{
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:py-22{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:px-22{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:py-44{
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:px-44{
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:py-48{
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:px-48{
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:py-60{
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:px-60{
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:py-66{
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:px-66{
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:py-68{
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:px-68{
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:py-70{
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:px-70{
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:py-72{
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:px-72{
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:py-74{
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:px-74{
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .group:focus .xxl\:group-focus\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .group:focus .xxl\:group-focus\:py-78{
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:px-78{
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:py-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .group:focus .xxl\:group-focus\:px-80{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .group:focus .xxl\:group-focus\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .group:focus .xxl\:group-focus\:px-90{
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .group:focus .xxl\:group-focus\:py-150{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .group:focus .xxl\:group-focus\:px-150{
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .group:focus .xxl\:group-focus\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .group:focus .xxl\:group-focus\:px-200{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .group:focus .xxl\:group-focus\:py-250{
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .group:focus .xxl\:group-focus\:px-250{
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .group:focus .xxl\:group-focus\:py-270{
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }

  .group:focus .xxl\:group-focus\:px-270{
    padding-left: 270px !important;
    padding-right: 270px !important;
  }

  .group:focus .xxl\:group-focus\:py-310{
    padding-top: 310px !important;
    padding-bottom: 310px !important;
  }

  .group:focus .xxl\:group-focus\:px-310{
    padding-left: 310px !important;
    padding-right: 310px !important;
  }

  .group:focus .xxl\:group-focus\:py-330{
    padding-top: 330px !important;
    padding-bottom: 330px !important;
  }

  .group:focus .xxl\:group-focus\:px-330{
    padding-left: 330px !important;
    padding-right: 330px !important;
  }

  .group:focus .xxl\:group-focus\:py-390{
    padding-top: 390px !important;
    padding-bottom: 390px !important;
  }

  .group:focus .xxl\:group-focus\:px-390{
    padding-left: 390px !important;
    padding-right: 390px !important;
  }

  .group:focus .xxl\:group-focus\:py-400{
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }

  .group:focus .xxl\:group-focus\:px-400{
    padding-left: 400px !important;
    padding-right: 400px !important;
  }

  .group:focus .xxl\:group-focus\:py-450{
    padding-top: 450px !important;
    padding-bottom: 450px !important;
  }

  .group:focus .xxl\:group-focus\:px-450{
    padding-left: 450px !important;
    padding-right: 450px !important;
  }

  .group:focus .xxl\:group-focus\:py-500{
    padding-top: 500px !important;
    padding-bottom: 500px !important;
  }

  .group:focus .xxl\:group-focus\:px-500{
    padding-left: 500px !important;
    padding-right: 500px !important;
  }

  .group:focus .xxl\:group-focus\:py-550{
    padding-top: 550px !important;
    padding-bottom: 550px !important;
  }

  .group:focus .xxl\:group-focus\:px-550{
    padding-left: 550px !important;
    padding-right: 550px !important;
  }

  .group:focus .xxl\:group-focus\:py-600{
    padding-top: 600px !important;
    padding-bottom: 600px !important;
  }

  .group:focus .xxl\:group-focus\:px-600{
    padding-left: 600px !important;
    padding-right: 600px !important;
  }

  .group:focus .xxl\:group-focus\:py-700{
    padding-top: 700px !important;
    padding-bottom: 700px !important;
  }

  .group:focus .xxl\:group-focus\:px-700{
    padding-left: 700px !important;
    padding-right: 700px !important;
  }

  .group:focus .xxl\:group-focus\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .group:focus .xxl\:group-focus\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .group:focus .xxl\:group-focus\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .group:focus .xxl\:group-focus\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .group:focus .xxl\:group-focus\:pt-0{
    padding-top: 0 !important;
  }

  .group:focus .xxl\:group-focus\:pr-0{
    padding-right: 0 !important;
  }

  .group:focus .xxl\:group-focus\:pb-0{
    padding-bottom: 0 !important;
  }

  .group:focus .xxl\:group-focus\:pl-0{
    padding-left: 0 !important;
  }

  .group:focus .xxl\:group-focus\:pt-1{
    padding-top: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-1{
    padding-right: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-1{
    padding-left: 0.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-2{
    padding-top: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-2{
    padding-right: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-2{
    padding-left: 0.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-3{
    padding-top: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-3{
    padding-right: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-3{
    padding-left: 0.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-4{
    padding-top: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-4{
    padding-right: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-4{
    padding-bottom: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-4{
    padding-left: 1rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-5{
    padding-top: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-5{
    padding-right: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-5{
    padding-left: 1.25rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-6{
    padding-top: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-6{
    padding-right: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-6{
    padding-left: 1.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-7{
    padding-top: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-7{
    padding-right: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-7{
    padding-bottom: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-7{
    padding-left: 1.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-8{
    padding-top: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-8{
    padding-right: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-8{
    padding-bottom: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-8{
    padding-left: 2rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-10{
    padding-top: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-10{
    padding-right: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-10{
    padding-left: 2.5rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-12{
    padding-top: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-12{
    padding-right: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-12{
    padding-bottom: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-12{
    padding-left: 3rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-16{
    padding-top: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-16{
    padding-right: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-16{
    padding-bottom: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-16{
    padding-left: 4rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-18{
    padding-top: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-18{
    padding-right: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-18{
    padding-bottom: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-18{
    padding-left: 4.75rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-20{
    padding-top: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-20{
    padding-right: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-20{
    padding-bottom: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-20{
    padding-left: 5rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-22{
    padding-top: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-22{
    padding-right: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-22{
    padding-bottom: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-22{
    padding-left: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-24{
    padding-top: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-24{
    padding-right: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-24{
    padding-bottom: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-24{
    padding-left: 6rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-28{
    padding-top: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-28{
    padding-right: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-28{
    padding-bottom: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-28{
    padding-left: 7rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-32{
    padding-top: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-32{
    padding-right: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-32{
    padding-bottom: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-32{
    padding-left: 8rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-40{
    padding-top: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-40{
    padding-right: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-40{
    padding-bottom: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-40{
    padding-left: 10rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-44{
    padding-top: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-44{
    padding-right: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-44{
    padding-bottom: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-44{
    padding-left: 11rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-48{
    padding-top: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-48{
    padding-right: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-48{
    padding-bottom: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-48{
    padding-left: 13rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-56{
    padding-top: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-56{
    padding-right: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-56{
    padding-bottom: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-56{
    padding-left: 14rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-60{
    padding-top: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-60{
    padding-right: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-60{
    padding-bottom: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-60{
    padding-left: 15rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-64{
    padding-top: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-64{
    padding-right: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-64{
    padding-bottom: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-64{
    padding-left: 16rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-66{
    padding-top: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-66{
    padding-right: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-66{
    padding-bottom: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-66{
    padding-left: 18rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-68{
    padding-top: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-68{
    padding-right: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-68{
    padding-bottom: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-68{
    padding-left: 21rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-70{
    padding-top: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-70{
    padding-right: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-70{
    padding-bottom: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-70{
    padding-left: 23rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-72{
    padding-top: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-72{
    padding-right: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-72{
    padding-bottom: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-72{
    padding-left: 25rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-74{
    padding-top: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-74{
    padding-right: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-74{
    padding-bottom: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-74{
    padding-left: 27rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-75{
    padding-top: 75px !important;
  }

  .group:focus .xxl\:group-focus\:pr-75{
    padding-right: 75px !important;
  }

  .group:focus .xxl\:group-focus\:pb-75{
    padding-bottom: 75px !important;
  }

  .group:focus .xxl\:group-focus\:pl-75{
    padding-left: 75px !important;
  }

  .group:focus .xxl\:group-focus\:pt-78{
    padding-top: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:pr-78{
    padding-right: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:pb-78{
    padding-bottom: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:pl-78{
    padding-left: 29rem !important;
  }

  .group:focus .xxl\:group-focus\:pt-80{
    padding-top: 80px !important;
  }

  .group:focus .xxl\:group-focus\:pr-80{
    padding-right: 80px !important;
  }

  .group:focus .xxl\:group-focus\:pb-80{
    padding-bottom: 80px !important;
  }

  .group:focus .xxl\:group-focus\:pl-80{
    padding-left: 80px !important;
  }

  .group:focus .xxl\:group-focus\:pt-90{
    padding-top: 90px !important;
  }

  .group:focus .xxl\:group-focus\:pr-90{
    padding-right: 90px !important;
  }

  .group:focus .xxl\:group-focus\:pb-90{
    padding-bottom: 90px !important;
  }

  .group:focus .xxl\:group-focus\:pl-90{
    padding-left: 90px !important;
  }

  .group:focus .xxl\:group-focus\:pt-150{
    padding-top: 150px !important;
  }

  .group:focus .xxl\:group-focus\:pr-150{
    padding-right: 150px !important;
  }

  .group:focus .xxl\:group-focus\:pb-150{
    padding-bottom: 150px !important;
  }

  .group:focus .xxl\:group-focus\:pl-150{
    padding-left: 150px !important;
  }

  .group:focus .xxl\:group-focus\:pt-200{
    padding-top: 200px !important;
  }

  .group:focus .xxl\:group-focus\:pr-200{
    padding-right: 200px !important;
  }

  .group:focus .xxl\:group-focus\:pb-200{
    padding-bottom: 200px !important;
  }

  .group:focus .xxl\:group-focus\:pl-200{
    padding-left: 200px !important;
  }

  .group:focus .xxl\:group-focus\:pt-250{
    padding-top: 250px !important;
  }

  .group:focus .xxl\:group-focus\:pr-250{
    padding-right: 250px !important;
  }

  .group:focus .xxl\:group-focus\:pb-250{
    padding-bottom: 250px !important;
  }

  .group:focus .xxl\:group-focus\:pl-250{
    padding-left: 250px !important;
  }

  .group:focus .xxl\:group-focus\:pt-270{
    padding-top: 270px !important;
  }

  .group:focus .xxl\:group-focus\:pr-270{
    padding-right: 270px !important;
  }

  .group:focus .xxl\:group-focus\:pb-270{
    padding-bottom: 270px !important;
  }

  .group:focus .xxl\:group-focus\:pl-270{
    padding-left: 270px !important;
  }

  .group:focus .xxl\:group-focus\:pt-310{
    padding-top: 310px !important;
  }

  .group:focus .xxl\:group-focus\:pr-310{
    padding-right: 310px !important;
  }

  .group:focus .xxl\:group-focus\:pb-310{
    padding-bottom: 310px !important;
  }

  .group:focus .xxl\:group-focus\:pl-310{
    padding-left: 310px !important;
  }

  .group:focus .xxl\:group-focus\:pt-330{
    padding-top: 330px !important;
  }

  .group:focus .xxl\:group-focus\:pr-330{
    padding-right: 330px !important;
  }

  .group:focus .xxl\:group-focus\:pb-330{
    padding-bottom: 330px !important;
  }

  .group:focus .xxl\:group-focus\:pl-330{
    padding-left: 330px !important;
  }

  .group:focus .xxl\:group-focus\:pt-390{
    padding-top: 390px !important;
  }

  .group:focus .xxl\:group-focus\:pr-390{
    padding-right: 390px !important;
  }

  .group:focus .xxl\:group-focus\:pb-390{
    padding-bottom: 390px !important;
  }

  .group:focus .xxl\:group-focus\:pl-390{
    padding-left: 390px !important;
  }

  .group:focus .xxl\:group-focus\:pt-400{
    padding-top: 400px !important;
  }

  .group:focus .xxl\:group-focus\:pr-400{
    padding-right: 400px !important;
  }

  .group:focus .xxl\:group-focus\:pb-400{
    padding-bottom: 400px !important;
  }

  .group:focus .xxl\:group-focus\:pl-400{
    padding-left: 400px !important;
  }

  .group:focus .xxl\:group-focus\:pt-450{
    padding-top: 450px !important;
  }

  .group:focus .xxl\:group-focus\:pr-450{
    padding-right: 450px !important;
  }

  .group:focus .xxl\:group-focus\:pb-450{
    padding-bottom: 450px !important;
  }

  .group:focus .xxl\:group-focus\:pl-450{
    padding-left: 450px !important;
  }

  .group:focus .xxl\:group-focus\:pt-500{
    padding-top: 500px !important;
  }

  .group:focus .xxl\:group-focus\:pr-500{
    padding-right: 500px !important;
  }

  .group:focus .xxl\:group-focus\:pb-500{
    padding-bottom: 500px !important;
  }

  .group:focus .xxl\:group-focus\:pl-500{
    padding-left: 500px !important;
  }

  .group:focus .xxl\:group-focus\:pt-550{
    padding-top: 550px !important;
  }

  .group:focus .xxl\:group-focus\:pr-550{
    padding-right: 550px !important;
  }

  .group:focus .xxl\:group-focus\:pb-550{
    padding-bottom: 550px !important;
  }

  .group:focus .xxl\:group-focus\:pl-550{
    padding-left: 550px !important;
  }

  .group:focus .xxl\:group-focus\:pt-600{
    padding-top: 600px !important;
  }

  .group:focus .xxl\:group-focus\:pr-600{
    padding-right: 600px !important;
  }

  .group:focus .xxl\:group-focus\:pb-600{
    padding-bottom: 600px !important;
  }

  .group:focus .xxl\:group-focus\:pl-600{
    padding-left: 600px !important;
  }

  .group:focus .xxl\:group-focus\:pt-700{
    padding-top: 700px !important;
  }

  .group:focus .xxl\:group-focus\:pr-700{
    padding-right: 700px !important;
  }

  .group:focus .xxl\:group-focus\:pb-700{
    padding-bottom: 700px !important;
  }

  .group:focus .xxl\:group-focus\:pl-700{
    padding-left: 700px !important;
  }

  .group:focus .xxl\:group-focus\:pt-px{
    padding-top: 1px !important;
  }

  .group:focus .xxl\:group-focus\:pr-px{
    padding-right: 1px !important;
  }

  .group:focus .xxl\:group-focus\:pb-px{
    padding-bottom: 1px !important;
  }

  .group:focus .xxl\:group-focus\:pl-px{
    padding-left: 1px !important;
  }

  .group:focus .xxl\:group-focus\:pt-2px{
    padding-top: 2px !important;
  }

  .group:focus .xxl\:group-focus\:pr-2px{
    padding-right: 2px !important;
  }

  .group:focus .xxl\:group-focus\:pb-2px{
    padding-bottom: 2px !important;
  }

  .group:focus .xxl\:group-focus\:pl-2px{
    padding-left: 2px !important;
  }

  .xxl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-06::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-06::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-06:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-06::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-brand-06::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-banner::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-banner::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-banner:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-banner::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-banner::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-p-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-p-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-p-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-p-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-p-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-inverse-01::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-inverse-01::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-inverse-01:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-inverse-01::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-inverse-01::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-medium::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-medium::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-medium:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-medium::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-medium::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-02::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-02::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-02:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-02::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-02::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-03::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-03::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-03:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-03::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-03::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-04::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-04::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-04:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-04::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-04::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-05::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-05::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-05:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-05::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-05::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-error::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-error::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-error:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-error::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-error::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-06:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-06:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-06:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-06:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-brand-06:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-banner:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-banner:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-banner:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-banner:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-banner:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-p-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-p-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-p-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-p-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-p-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-inverse-01:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-inverse-01:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-inverse-01:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-inverse-01:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-inverse-01:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-medium:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-medium:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-medium:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-medium:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-medium:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-02:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-02:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-02:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-02:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-02:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-03:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-03:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-03:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-03:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-03:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-04:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-04:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-04:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-04:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-04:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-05:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-05:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-05:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-05:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-05:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-error:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-error:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-error:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-error:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-error:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-80::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:placeholder-opacity-80::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:placeholder-opacity-80:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:placeholder-opacity-80::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:placeholder-opacity-80::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::placeholder{
    --placeholder-opacity: 0.80 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xxl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xxl\:static{
    position: static !important;
  }

  .xxl\:fixed{
    position: fixed !important;
  }

  .xxl\:absolute{
    position: absolute !important;
  }

  .xxl\:relative{
    position: relative !important;
  }

  .xxl\:sticky{
    position: sticky !important;
  }

  .group:hover .xxl\:group-hover\:static{
    position: static !important;
  }

  .group:hover .xxl\:group-hover\:fixed{
    position: fixed !important;
  }

  .group:hover .xxl\:group-hover\:absolute{
    position: absolute !important;
  }

  .group:hover .xxl\:group-hover\:relative{
    position: relative !important;
  }

  .group:hover .xxl\:group-hover\:sticky{
    position: sticky !important;
  }

  .group:focus .xxl\:group-focus\:static{
    position: static !important;
  }

  .group:focus .xxl\:group-focus\:fixed{
    position: fixed !important;
  }

  .group:focus .xxl\:group-focus\:absolute{
    position: absolute !important;
  }

  .group:focus .xxl\:group-focus\:relative{
    position: relative !important;
  }

  .group:focus .xxl\:group-focus\:sticky{
    position: sticky !important;
  }

  .xxl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-1{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xxl\:inset-2{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xxl\:inset-5{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xxl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\:inset-1\/5{
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xxl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-1\/3{
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .xxl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-y-1{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xxl\:inset-x-1{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xxl\:inset-y-2{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xxl\:inset-x-2{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xxl\:inset-y-5{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xxl\:inset-x-5{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xxl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xxl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xxl\:inset-y-1\/5{
    top: 20% !important;
    bottom: 20% !important;
  }

  .xxl\:inset-x-1\/5{
    right: 20% !important;
    left: 20% !important;
  }

  .xxl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxl\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-y-1\/3{
    top: 33% !important;
    bottom: 33% !important;
  }

  .xxl\:inset-x-1\/3{
    right: 33% !important;
    left: 33% !important;
  }

  .xxl\:top-0{
    top: 0 !important;
  }

  .xxl\:right-0{
    right: 0 !important;
  }

  .xxl\:bottom-0{
    bottom: 0 !important;
  }

  .xxl\:left-0{
    left: 0 !important;
  }

  .xxl\:top-1{
    top: 1rem !important;
  }

  .xxl\:right-1{
    right: 1rem !important;
  }

  .xxl\:bottom-1{
    bottom: 1rem !important;
  }

  .xxl\:left-1{
    left: 1rem !important;
  }

  .xxl\:top-2{
    top: 2rem !important;
  }

  .xxl\:right-2{
    right: 2rem !important;
  }

  .xxl\:bottom-2{
    bottom: 2rem !important;
  }

  .xxl\:left-2{
    left: 2rem !important;
  }

  .xxl\:top-5{
    top: 5rem !important;
  }

  .xxl\:right-5{
    right: 5rem !important;
  }

  .xxl\:bottom-5{
    bottom: 5rem !important;
  }

  .xxl\:left-5{
    left: 5rem !important;
  }

  .xxl\:top-auto{
    top: auto !important;
  }

  .xxl\:right-auto{
    right: auto !important;
  }

  .xxl\:bottom-auto{
    bottom: auto !important;
  }

  .xxl\:left-auto{
    left: auto !important;
  }

  .xxl\:top-1\/5{
    top: 20% !important;
  }

  .xxl\:right-1\/5{
    right: 20% !important;
  }

  .xxl\:bottom-1\/5{
    bottom: 20% !important;
  }

  .xxl\:left-1\/5{
    left: 20% !important;
  }

  .xxl\:top-1\/2{
    top: 50% !important;
  }

  .xxl\:right-1\/2{
    right: 50% !important;
  }

  .xxl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xxl\:left-1\/2{
    left: 50% !important;
  }

  .xxl\:top-1\/3{
    top: 33% !important;
  }

  .xxl\:right-1\/3{
    right: 33% !important;
  }

  .xxl\:bottom-1\/3{
    bottom: 33% !important;
  }

  .xxl\:left-1\/3{
    left: 33% !important;
  }

  .xxl\:resize-none{
    resize: none !important;
  }

  .xxl\:resize-y{
    resize: vertical !important;
  }

  .xxl\:resize-x{
    resize: horizontal !important;
  }

  .xxl\:resize{
    resize: both !important;
  }

  .xxl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:shadow-none{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .xxl\:fill-current{
    fill: currentColor !important;
  }

  .xxl\:stroke-current{
    stroke: currentColor !important;
  }

  .xxl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xxl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xxl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xxl\:table-auto{
    table-layout: auto !important;
  }

  .xxl\:table-fixed{
    table-layout: fixed !important;
  }

  .xxl\:text-left{
    text-align: left !important;
  }

  .xxl\:text-center{
    text-align: center !important;
  }

  .xxl\:text-right{
    text-align: right !important;
  }

  .xxl\:text-justify{
    text-align: justify !important;
  }

  .xxl\:text-transparent{
    color: transparent !important;
  }

  .xxl\:text-current{
    color: currentColor !important;
  }

  .xxl\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxl\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxl\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xxl\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xxl\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xxl\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xxl\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xxl\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xxl\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xxl\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xxl\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxl\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxl\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxl\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxl\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxl\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxl\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxl\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxl\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxl\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxl\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xxl\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xxl\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xxl\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xxl\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xxl\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xxl\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xxl\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xxl\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xxl\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xxl\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .xxl\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-brand-01:hover{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-brand-02:hover{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-brand-03:hover{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-brand-04:hover{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-brand-05:hover{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-brand-06:hover{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-banner:hover{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-p-01:hover{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-inverse-01:hover{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-medium:hover{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-02:hover{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-03:hover{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-04:hover{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-05:hover{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-error:hover{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xxl\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .xxl\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-brand-01:focus{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-brand-02:focus{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-brand-03:focus{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-brand-04:focus{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-brand-05:focus{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-brand-06:focus{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-banner:focus{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-p-01:focus{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-inverse-01:focus{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-medium:focus{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-02:focus{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-03:focus{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-04:focus{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-05:focus{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-error:focus{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-transparent{
    color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:text-current{
    color: currentColor !important;
  }

  .group:hover .xxl\:group-hover\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-transparent{
    color: transparent !important;
  }

  .group:focus .xxl\:group-focus\:text-current{
    color: currentColor !important;
  }

  .group:focus .xxl\:group-focus\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-brand-01{
    --text-opacity: 1 !important;
    color: #0d112c !important;
    color: rgba(13, 17, 44, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-brand-02{
    --text-opacity: 1 !important;
    color: #1F354A !important;
    color: rgba(31, 53, 74, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-brand-03{
    --text-opacity: 1 !important;
    color: #44CEC9 !important;
    color: rgba(68, 206, 201, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-brand-04{
    --text-opacity: 1 !important;
    color: #499E8A !important;
    color: rgba(73, 158, 138, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-brand-05{
    --text-opacity: 1 !important;
    color: #A41F63 !important;
    color: rgba(164, 31, 99, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-brand-06{
    --text-opacity: 1 !important;
    color: #7D49BB !important;
    color: rgba(125, 73, 187, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-banner{
    --text-opacity: 1 !important;
    color: #FAD05C !important;
    color: rgba(250, 208, 92, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-p-01{
    --text-opacity: 1 !important;
    color: #303030 !important;
    color: rgba(48, 48, 48, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-inverse-01{
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-light{
    --text-opacity: 1 !important;
    color: #F3F3F3 !important;
    color: rgba(243, 243, 243, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-medium{
    --text-opacity: 1 !important;
    color: #EEEEEE !important;
    color: rgba(238, 238, 238, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-02{
    --text-opacity: 1 !important;
    color: #D0D0D0 !important;
    color: rgba(208, 208, 208, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-03{
    --text-opacity: 1 !important;
    color: #32333e !important;
    color: rgba(50, 51, 62, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-04{
    --text-opacity: 1 !important;
    color: #272C2C !important;
    color: rgba(39, 44, 44, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-gray-05{
    --text-opacity: 1 !important;
    color: #575966 !important;
    color: rgba(87, 89, 102, var(--text-opacity)) !important;
  }

  .group:focus .xxl\:group-focus\:text-error{
    --text-opacity: 1 !important;
    color: #f35b5b !important;
    color: rgba(243, 91, 91, var(--text-opacity)) !important;
  }

  .xxl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xxl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xxl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xxl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xxl\:text-opacity-80{
    --text-opacity: 0.80 !important;
  }

  .xxl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xxl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xxl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xxl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xxl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xxl\:hover\:text-opacity-80:hover{
    --text-opacity: 0.80 !important;
  }

  .xxl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xxl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xxl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xxl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xxl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xxl\:focus\:text-opacity-80:focus{
    --text-opacity: 0.80 !important;
  }

  .xxl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xxl\:italic{
    font-style: italic !important;
  }

  .xxl\:not-italic{
    font-style: normal !important;
  }

  .xxl\:uppercase{
    text-transform: uppercase !important;
  }

  .xxl\:lowercase{
    text-transform: lowercase !important;
  }

  .xxl\:capitalize{
    text-transform: capitalize !important;
  }

  .xxl\:normal-case{
    text-transform: none !important;
  }

  .xxl\:underline{
    text-decoration: underline !important;
  }

  .xxl\:line-through{
    text-decoration: line-through !important;
  }

  .xxl\:no-underline{
    text-decoration: none !important;
  }

  .xxl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xxl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xxl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xxl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xxl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xxl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xxl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\: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;
  }

  .xxl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xxl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xxl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xxl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xxl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xxl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xxl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xxl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xxl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xxl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xxl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xxl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xxl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xxl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xxl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xxl\:tracking-h1{
    letter-spacing: 0.19rem !important;
  }

  .xxl\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xxl\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xxl\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xxl\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xxl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xxl\:align-top{
    vertical-align: top !important;
  }

  .xxl\:align-middle{
    vertical-align: middle !important;
  }

  .xxl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xxl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xxl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xxl\:visible{
    visibility: visible !important;
  }

  .xxl\:invisible{
    visibility: hidden !important;
  }

  .xxl\:whitespace-normal{
    white-space: normal !important;
  }

  .xxl\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xxl\:whitespace-pre{
    white-space: pre !important;
  }

  .xxl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xxl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xxl\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xxl\:break-all{
    word-break: break-all !important;
  }

  .xxl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\:w-0{
    width: 0 !important;
  }

  .xxl\:w-1{
    width: 0.25rem !important;
  }

  .xxl\:w-2{
    width: 0.5rem !important;
  }

  .xxl\:w-3{
    width: 0.75rem !important;
  }

  .xxl\:w-4{
    width: 1rem !important;
  }

  .xxl\:w-5{
    width: 1.25rem !important;
  }

  .xxl\:w-6{
    width: 1.5rem !important;
  }

  .xxl\:w-7{
    width: 1.75rem !important;
  }

  .xxl\:w-8{
    width: 2rem !important;
  }

  .xxl\:w-10{
    width: 2.5rem !important;
  }

  .xxl\:w-12{
    width: 3rem !important;
  }

  .xxl\:w-16{
    width: 4rem !important;
  }

  .xxl\:w-18{
    width: 4.75rem !important;
  }

  .xxl\:w-20{
    width: 5rem !important;
  }

  .xxl\:w-22{
    width: 6rem !important;
  }

  .xxl\:w-24{
    width: 6rem !important;
  }

  .xxl\:w-28{
    width: 7rem !important;
  }

  .xxl\:w-32{
    width: 8rem !important;
  }

  .xxl\:w-40{
    width: 10rem !important;
  }

  .xxl\:w-44{
    width: 11rem !important;
  }

  .xxl\:w-48{
    width: 13rem !important;
  }

  .xxl\:w-56{
    width: 14rem !important;
  }

  .xxl\:w-60{
    width: 15rem !important;
  }

  .xxl\:w-64{
    width: 16rem !important;
  }

  .xxl\:w-66{
    width: 18rem !important;
  }

  .xxl\:w-68{
    width: 21rem !important;
  }

  .xxl\:w-70{
    width: 23rem !important;
  }

  .xxl\:w-72{
    width: 25rem !important;
  }

  .xxl\:w-74{
    width: 27rem !important;
  }

  .xxl\:w-75{
    width: 75px !important;
  }

  .xxl\:w-78{
    width: 29rem !important;
  }

  .xxl\:w-80{
    width: 80px !important;
  }

  .xxl\:w-90{
    width: 90px !important;
  }

  .xxl\:w-150{
    width: 150px !important;
  }

  .xxl\:w-200{
    width: 200px !important;
  }

  .xxl\:w-250{
    width: 250px !important;
  }

  .xxl\:w-270{
    width: 270px !important;
  }

  .xxl\:w-310{
    width: 310px !important;
  }

  .xxl\:w-330{
    width: 330px !important;
  }

  .xxl\:w-390{
    width: 390px !important;
  }

  .xxl\:w-400{
    width: 400px !important;
  }

  .xxl\:w-450{
    width: 450px !important;
  }

  .xxl\:w-500{
    width: 500px !important;
  }

  .xxl\:w-550{
    width: 550px !important;
  }

  .xxl\:w-570{
    width: 570px !important;
  }

  .xxl\:w-600{
    width: 600px !important;
  }

  .xxl\:w-700{
    width: 700px !important;
  }

  .xxl\:w-900{
    width: 900px !important;
  }

  .xxl\:w-1135{
    width: 1135px !important;
  }

  .xxl\:w-1366{
    width: 1366px !important;
  }

  .xxl\:w-1440{
    width: 1440px !important;
  }

  .xxl\:w-1920{
    width: 1920px !important;
  }

  .xxl\:w-auto{
    width: auto !important;
  }

  .xxl\:w-px{
    width: 1px !important;
  }

  .xxl\:w-2px{
    width: 2px !important;
  }

  .xxl\:w-1\/2{
    width: 50% !important;
  }

  .xxl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xxl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xxl\:w-1\/4{
    width: 25% !important;
  }

  .xxl\:w-2\/4{
    width: 50% !important;
  }

  .xxl\:w-3\/4{
    width: 75% !important;
  }

  .xxl\:w-1\/5{
    width: 20% !important;
  }

  .xxl\:w-2\/5{
    width: 40% !important;
  }

  .xxl\:w-3\/5{
    width: 60% !important;
  }

  .xxl\:w-4\/5{
    width: 80% !important;
  }

  .xxl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xxl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xxl\:w-3\/6{
    width: 50% !important;
  }

  .xxl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xxl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xxl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xxl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xxl\:w-3\/12{
    width: 25% !important;
  }

  .xxl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xxl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xxl\:w-6\/12{
    width: 50% !important;
  }

  .xxl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xxl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xxl\:w-9\/12{
    width: 75% !important;
  }

  .xxl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xxl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xxl\:w-full{
    width: 100% !important;
  }

  .xxl\:w-screen{
    width: 100vw !important;
  }

  .xxl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xxl\:w-main-content-margin{
    width: 900px !important;
  }

  .xxl\:w-inner-margin{
    width: 84% !important;
  }

  .xxl\:w-outer-margin{
    width: 1920px !important;
  }

  .xxl\:z-0{
    z-index: 0 !important;
  }

  .xxl\:z-10{
    z-index: 10 !important;
  }

  .xxl\:z-20{
    z-index: 20 !important;
  }

  .xxl\:z-30{
    z-index: 30 !important;
  }

  .xxl\:z-40{
    z-index: 40 !important;
  }

  .xxl\:z-50{
    z-index: 50 !important;
  }

  .xxl\:z-auto{
    z-index: auto !important;
  }

  .xxl\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xxl\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xxl\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xxl\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xxl\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xxl\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xxl\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xxl\:gap-7{
    grid-gap: 1.75rem !important;
    gap: 1.75rem !important;
  }

  .xxl\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xxl\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xxl\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xxl\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xxl\:gap-18{
    grid-gap: 4.75rem !important;
    gap: 4.75rem !important;
  }

  .xxl\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xxl\:gap-22{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xxl\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xxl\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xxl\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xxl\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xxl\:gap-44{
    grid-gap: 11rem !important;
    gap: 11rem !important;
  }

  .xxl\:gap-48{
    grid-gap: 13rem !important;
    gap: 13rem !important;
  }

  .xxl\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xxl\:gap-60{
    grid-gap: 15rem !important;
    gap: 15rem !important;
  }

  .xxl\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xxl\:gap-66{
    grid-gap: 18rem !important;
    gap: 18rem !important;
  }

  .xxl\:gap-68{
    grid-gap: 21rem !important;
    gap: 21rem !important;
  }

  .xxl\:gap-70{
    grid-gap: 23rem !important;
    gap: 23rem !important;
  }

  .xxl\:gap-72{
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .xxl\:gap-74{
    grid-gap: 27rem !important;
    gap: 27rem !important;
  }

  .xxl\:gap-75{
    grid-gap: 75px !important;
    gap: 75px !important;
  }

  .xxl\:gap-78{
    grid-gap: 29rem !important;
    gap: 29rem !important;
  }

  .xxl\:gap-80{
    grid-gap: 80px !important;
    gap: 80px !important;
  }

  .xxl\:gap-90{
    grid-gap: 90px !important;
    gap: 90px !important;
  }

  .xxl\:gap-150{
    grid-gap: 150px !important;
    gap: 150px !important;
  }

  .xxl\:gap-200{
    grid-gap: 200px !important;
    gap: 200px !important;
  }

  .xxl\:gap-250{
    grid-gap: 250px !important;
    gap: 250px !important;
  }

  .xxl\:gap-270{
    grid-gap: 270px !important;
    gap: 270px !important;
  }

  .xxl\:gap-310{
    grid-gap: 310px !important;
    gap: 310px !important;
  }

  .xxl\:gap-330{
    grid-gap: 330px !important;
    gap: 330px !important;
  }

  .xxl\:gap-390{
    grid-gap: 390px !important;
    gap: 390px !important;
  }

  .xxl\:gap-400{
    grid-gap: 400px !important;
    gap: 400px !important;
  }

  .xxl\:gap-450{
    grid-gap: 450px !important;
    gap: 450px !important;
  }

  .xxl\:gap-500{
    grid-gap: 500px !important;
    gap: 500px !important;
  }

  .xxl\:gap-550{
    grid-gap: 550px !important;
    gap: 550px !important;
  }

  .xxl\:gap-600{
    grid-gap: 600px !important;
    gap: 600px !important;
  }

  .xxl\:gap-700{
    grid-gap: 700px !important;
    gap: 700px !important;
  }

  .xxl\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xxl\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xxl\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xxl\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xxl\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xxl\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xxl\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xxl\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xxl\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xxl\:col-gap-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xxl\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xxl\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xxl\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xxl\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xxl\:col-gap-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .xxl\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xxl\:col-gap-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xxl\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xxl\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xxl\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xxl\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xxl\:col-gap-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xxl\:col-gap-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xxl\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xxl\:col-gap-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xxl\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xxl\:col-gap-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xxl\:col-gap-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .xxl\:col-gap-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .xxl\:col-gap-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .xxl\:col-gap-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .xxl\:col-gap-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .xxl\:col-gap-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .xxl\:col-gap-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xxl\:col-gap-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .xxl\:col-gap-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .xxl\:col-gap-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .xxl\:col-gap-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .xxl\:col-gap-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .xxl\:col-gap-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .xxl\:col-gap-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .xxl\:col-gap-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .xxl\:col-gap-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .xxl\:col-gap-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .xxl\:col-gap-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .xxl\:col-gap-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .xxl\:col-gap-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .xxl\:col-gap-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .xxl\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xxl\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .xxl\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xxl\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xxl\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xxl\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xxl\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xxl\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xxl\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xxl\:gap-x-7{
    grid-column-gap: 1.75rem !important;
    -webkit-column-gap: 1.75rem !important;
       -moz-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .xxl\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xxl\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xxl\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xxl\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .xxl\:gap-x-18{
    grid-column-gap: 4.75rem !important;
    -webkit-column-gap: 4.75rem !important;
       -moz-column-gap: 4.75rem !important;
            column-gap: 4.75rem !important;
  }

  .xxl\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xxl\:gap-x-22{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xxl\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .xxl\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
       -moz-column-gap: 7rem !important;
            column-gap: 7rem !important;
  }

  .xxl\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xxl\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xxl\:gap-x-44{
    grid-column-gap: 11rem !important;
    -webkit-column-gap: 11rem !important;
       -moz-column-gap: 11rem !important;
            column-gap: 11rem !important;
  }

  .xxl\:gap-x-48{
    grid-column-gap: 13rem !important;
    -webkit-column-gap: 13rem !important;
       -moz-column-gap: 13rem !important;
            column-gap: 13rem !important;
  }

  .xxl\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xxl\:gap-x-60{
    grid-column-gap: 15rem !important;
    -webkit-column-gap: 15rem !important;
       -moz-column-gap: 15rem !important;
            column-gap: 15rem !important;
  }

  .xxl\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xxl\:gap-x-66{
    grid-column-gap: 18rem !important;
    -webkit-column-gap: 18rem !important;
       -moz-column-gap: 18rem !important;
            column-gap: 18rem !important;
  }

  .xxl\:gap-x-68{
    grid-column-gap: 21rem !important;
    -webkit-column-gap: 21rem !important;
       -moz-column-gap: 21rem !important;
            column-gap: 21rem !important;
  }

  .xxl\:gap-x-70{
    grid-column-gap: 23rem !important;
    -webkit-column-gap: 23rem !important;
       -moz-column-gap: 23rem !important;
            column-gap: 23rem !important;
  }

  .xxl\:gap-x-72{
    grid-column-gap: 25rem !important;
    -webkit-column-gap: 25rem !important;
       -moz-column-gap: 25rem !important;
            column-gap: 25rem !important;
  }

  .xxl\:gap-x-74{
    grid-column-gap: 27rem !important;
    -webkit-column-gap: 27rem !important;
       -moz-column-gap: 27rem !important;
            column-gap: 27rem !important;
  }

  .xxl\:gap-x-75{
    grid-column-gap: 75px !important;
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }

  .xxl\:gap-x-78{
    grid-column-gap: 29rem !important;
    -webkit-column-gap: 29rem !important;
       -moz-column-gap: 29rem !important;
            column-gap: 29rem !important;
  }

  .xxl\:gap-x-80{
    grid-column-gap: 80px !important;
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }

  .xxl\:gap-x-90{
    grid-column-gap: 90px !important;
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }

  .xxl\:gap-x-150{
    grid-column-gap: 150px !important;
    -webkit-column-gap: 150px !important;
       -moz-column-gap: 150px !important;
            column-gap: 150px !important;
  }

  .xxl\:gap-x-200{
    grid-column-gap: 200px !important;
    -webkit-column-gap: 200px !important;
       -moz-column-gap: 200px !important;
            column-gap: 200px !important;
  }

  .xxl\:gap-x-250{
    grid-column-gap: 250px !important;
    -webkit-column-gap: 250px !important;
       -moz-column-gap: 250px !important;
            column-gap: 250px !important;
  }

  .xxl\:gap-x-270{
    grid-column-gap: 270px !important;
    -webkit-column-gap: 270px !important;
       -moz-column-gap: 270px !important;
            column-gap: 270px !important;
  }

  .xxl\:gap-x-310{
    grid-column-gap: 310px !important;
    -webkit-column-gap: 310px !important;
       -moz-column-gap: 310px !important;
            column-gap: 310px !important;
  }

  .xxl\:gap-x-330{
    grid-column-gap: 330px !important;
    -webkit-column-gap: 330px !important;
       -moz-column-gap: 330px !important;
            column-gap: 330px !important;
  }

  .xxl\:gap-x-390{
    grid-column-gap: 390px !important;
    -webkit-column-gap: 390px !important;
       -moz-column-gap: 390px !important;
            column-gap: 390px !important;
  }

  .xxl\:gap-x-400{
    grid-column-gap: 400px !important;
    -webkit-column-gap: 400px !important;
       -moz-column-gap: 400px !important;
            column-gap: 400px !important;
  }

  .xxl\:gap-x-450{
    grid-column-gap: 450px !important;
    -webkit-column-gap: 450px !important;
       -moz-column-gap: 450px !important;
            column-gap: 450px !important;
  }

  .xxl\:gap-x-500{
    grid-column-gap: 500px !important;
    -webkit-column-gap: 500px !important;
       -moz-column-gap: 500px !important;
            column-gap: 500px !important;
  }

  .xxl\:gap-x-550{
    grid-column-gap: 550px !important;
    -webkit-column-gap: 550px !important;
       -moz-column-gap: 550px !important;
            column-gap: 550px !important;
  }

  .xxl\:gap-x-600{
    grid-column-gap: 600px !important;
    -webkit-column-gap: 600px !important;
       -moz-column-gap: 600px !important;
            column-gap: 600px !important;
  }

  .xxl\:gap-x-700{
    grid-column-gap: 700px !important;
    -webkit-column-gap: 700px !important;
       -moz-column-gap: 700px !important;
            column-gap: 700px !important;
  }

  .xxl\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xxl\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }

  .xxl\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xxl\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xxl\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xxl\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xxl\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xxl\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xxl\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xxl\:row-gap-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .xxl\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xxl\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xxl\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xxl\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xxl\:row-gap-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .xxl\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xxl\:row-gap-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxl\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxl\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xxl\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xxl\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xxl\:row-gap-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .xxl\:row-gap-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .xxl\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xxl\:row-gap-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xxl\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xxl\:row-gap-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xxl\:row-gap-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .xxl\:row-gap-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .xxl\:row-gap-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .xxl\:row-gap-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .xxl\:row-gap-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .xxl\:row-gap-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .xxl\:row-gap-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xxl\:row-gap-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .xxl\:row-gap-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .xxl\:row-gap-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .xxl\:row-gap-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .xxl\:row-gap-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .xxl\:row-gap-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .xxl\:row-gap-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .xxl\:row-gap-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .xxl\:row-gap-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .xxl\:row-gap-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .xxl\:row-gap-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .xxl\:row-gap-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .xxl\:row-gap-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .xxl\:row-gap-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .xxl\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xxl\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xxl\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xxl\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xxl\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xxl\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xxl\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xxl\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xxl\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xxl\:gap-y-7{
    grid-row-gap: 1.75rem !important;
    row-gap: 1.75rem !important;
  }

  .xxl\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xxl\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xxl\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xxl\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xxl\:gap-y-18{
    grid-row-gap: 4.75rem !important;
    row-gap: 4.75rem !important;
  }

  .xxl\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xxl\:gap-y-22{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxl\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxl\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xxl\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xxl\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xxl\:gap-y-44{
    grid-row-gap: 11rem !important;
    row-gap: 11rem !important;
  }

  .xxl\:gap-y-48{
    grid-row-gap: 13rem !important;
    row-gap: 13rem !important;
  }

  .xxl\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xxl\:gap-y-60{
    grid-row-gap: 15rem !important;
    row-gap: 15rem !important;
  }

  .xxl\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xxl\:gap-y-66{
    grid-row-gap: 18rem !important;
    row-gap: 18rem !important;
  }

  .xxl\:gap-y-68{
    grid-row-gap: 21rem !important;
    row-gap: 21rem !important;
  }

  .xxl\:gap-y-70{
    grid-row-gap: 23rem !important;
    row-gap: 23rem !important;
  }

  .xxl\:gap-y-72{
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .xxl\:gap-y-74{
    grid-row-gap: 27rem !important;
    row-gap: 27rem !important;
  }

  .xxl\:gap-y-75{
    grid-row-gap: 75px !important;
    row-gap: 75px !important;
  }

  .xxl\:gap-y-78{
    grid-row-gap: 29rem !important;
    row-gap: 29rem !important;
  }

  .xxl\:gap-y-80{
    grid-row-gap: 80px !important;
    row-gap: 80px !important;
  }

  .xxl\:gap-y-90{
    grid-row-gap: 90px !important;
    row-gap: 90px !important;
  }

  .xxl\:gap-y-150{
    grid-row-gap: 150px !important;
    row-gap: 150px !important;
  }

  .xxl\:gap-y-200{
    grid-row-gap: 200px !important;
    row-gap: 200px !important;
  }

  .xxl\:gap-y-250{
    grid-row-gap: 250px !important;
    row-gap: 250px !important;
  }

  .xxl\:gap-y-270{
    grid-row-gap: 270px !important;
    row-gap: 270px !important;
  }

  .xxl\:gap-y-310{
    grid-row-gap: 310px !important;
    row-gap: 310px !important;
  }

  .xxl\:gap-y-330{
    grid-row-gap: 330px !important;
    row-gap: 330px !important;
  }

  .xxl\:gap-y-390{
    grid-row-gap: 390px !important;
    row-gap: 390px !important;
  }

  .xxl\:gap-y-400{
    grid-row-gap: 400px !important;
    row-gap: 400px !important;
  }

  .xxl\:gap-y-450{
    grid-row-gap: 450px !important;
    row-gap: 450px !important;
  }

  .xxl\:gap-y-500{
    grid-row-gap: 500px !important;
    row-gap: 500px !important;
  }

  .xxl\:gap-y-550{
    grid-row-gap: 550px !important;
    row-gap: 550px !important;
  }

  .xxl\:gap-y-600{
    grid-row-gap: 600px !important;
    row-gap: 600px !important;
  }

  .xxl\:gap-y-700{
    grid-row-gap: 700px !important;
    row-gap: 700px !important;
  }

  .xxl\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xxl\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xxl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xxl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xxl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xxl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xxl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xxl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxl\:col-auto{
    grid-column: auto !important;
  }

  .xxl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xxl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xxl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xxl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xxl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xxl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xxl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xxl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xxl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xxl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xxl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xxl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xxl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xxl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xxl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xxl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xxl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xxl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xxl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xxl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xxl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xxl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xxl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xxl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xxl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xxl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xxl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xxl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xxl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xxl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xxl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xxl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xxl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xxl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xxl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xxl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xxl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xxl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xxl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xxl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xxl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xxl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xxl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxl\:row-auto{
    grid-row: auto !important;
  }

  .xxl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xxl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xxl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xxl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xxl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xxl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xxl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xxl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xxl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xxl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xxl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xxl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xxl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xxl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xxl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xxl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xxl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xxl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xxl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xxl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xxl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xxl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xxl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xxl\: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;
    -webkit-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;
            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;
  }

  .xxl\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .xxl\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xxl\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xxl\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xxl\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xxl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xxl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xxl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xxl\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xxl\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xxl\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxl\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxl\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxl\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxl\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxl\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxl\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xxl\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xxl\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xxl\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xxl\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xxl\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xxl\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xxl\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xxl\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xxl\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xxl\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xxl\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xxl\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xxl\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xxl\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xxl\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xxl\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xxl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xxl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xxl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xxl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xxl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xxl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xxl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xxl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xxl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xxl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xxl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xxl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xxl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xxl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xxl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xxl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xxl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xxl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xxl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xxl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xxl\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xxl\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xxl\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xxl\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xxl\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xxl\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xxl\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xxl\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xxl\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xxl\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xxl\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xxl\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xxl\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xxl\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xxl\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xxl\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xxl\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xxl\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xxl\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xxl\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xxl\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xxl\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xxl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xxl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xxl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xxl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xxl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xxl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xxl\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xxl\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xxl\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xxl\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xxl\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xxl\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xxl\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xxl\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xxl\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xxl\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xxl\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xxl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xxl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xxl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xxl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xxl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xxl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xxl\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xxl\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xxl\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xxl\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xxl\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xxl\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xxl\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xxl\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xxl\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xxl\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xxl\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xxl\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xxl\:translate-x-7{
    --transform-translate-x: 1.75rem !important;
  }

  .xxl\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xxl\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xxl\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xxl\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xxl\:translate-x-18{
    --transform-translate-x: 4.75rem !important;
  }

  .xxl\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xxl\:translate-x-22{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xxl\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xxl\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xxl\:translate-x-44{
    --transform-translate-x: 11rem !important;
  }

  .xxl\:translate-x-48{
    --transform-translate-x: 13rem !important;
  }

  .xxl\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xxl\:translate-x-60{
    --transform-translate-x: 15rem !important;
  }

  .xxl\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xxl\:translate-x-66{
    --transform-translate-x: 18rem !important;
  }

  .xxl\:translate-x-68{
    --transform-translate-x: 21rem !important;
  }

  .xxl\:translate-x-70{
    --transform-translate-x: 23rem !important;
  }

  .xxl\:translate-x-72{
    --transform-translate-x: 25rem !important;
  }

  .xxl\:translate-x-74{
    --transform-translate-x: 27rem !important;
  }

  .xxl\:translate-x-75{
    --transform-translate-x: 75px !important;
  }

  .xxl\:translate-x-78{
    --transform-translate-x: 29rem !important;
  }

  .xxl\:translate-x-80{
    --transform-translate-x: 80px !important;
  }

  .xxl\:translate-x-90{
    --transform-translate-x: 90px !important;
  }

  .xxl\:translate-x-150{
    --transform-translate-x: 150px !important;
  }

  .xxl\:translate-x-200{
    --transform-translate-x: 200px !important;
  }

  .xxl\:translate-x-250{
    --transform-translate-x: 250px !important;
  }

  .xxl\:translate-x-270{
    --transform-translate-x: 270px !important;
  }

  .xxl\:translate-x-310{
    --transform-translate-x: 310px !important;
  }

  .xxl\:translate-x-330{
    --transform-translate-x: 330px !important;
  }

  .xxl\:translate-x-390{
    --transform-translate-x: 390px !important;
  }

  .xxl\:translate-x-400{
    --transform-translate-x: 400px !important;
  }

  .xxl\:translate-x-450{
    --transform-translate-x: 450px !important;
  }

  .xxl\:translate-x-500{
    --transform-translate-x: 500px !important;
  }

  .xxl\:translate-x-550{
    --transform-translate-x: 550px !important;
  }

  .xxl\:translate-x-600{
    --transform-translate-x: 600px !important;
  }

  .xxl\:translate-x-700{
    --transform-translate-x: 700px !important;
  }

  .xxl\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xxl\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .xxl\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xxl\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xxl\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xxl\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xxl\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xxl\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xxl\:-translate-x-7{
    --transform-translate-x: -1.75rem !important;
  }

  .xxl\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xxl\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xxl\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xxl\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xxl\:-translate-x-18{
    --transform-translate-x: -4.75rem !important;
  }

  .xxl\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xxl\:-translate-x-22{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xxl\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xxl\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xxl\:-translate-x-44{
    --transform-translate-x: -11rem !important;
  }

  .xxl\:-translate-x-48{
    --transform-translate-x: -13rem !important;
  }

  .xxl\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xxl\:-translate-x-60{
    --transform-translate-x: -15rem !important;
  }

  .xxl\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xxl\:-translate-x-66{
    --transform-translate-x: -18rem !important;
  }

  .xxl\:-translate-x-68{
    --transform-translate-x: -21rem !important;
  }

  .xxl\:-translate-x-70{
    --transform-translate-x: -23rem !important;
  }

  .xxl\:-translate-x-72{
    --transform-translate-x: -25rem !important;
  }

  .xxl\:-translate-x-74{
    --transform-translate-x: -27rem !important;
  }

  .xxl\:-translate-x-75{
    --transform-translate-x: -75px !important;
  }

  .xxl\:-translate-x-78{
    --transform-translate-x: -29rem !important;
  }

  .xxl\:-translate-x-80{
    --transform-translate-x: -80px !important;
  }

  .xxl\:-translate-x-90{
    --transform-translate-x: -90px !important;
  }

  .xxl\:-translate-x-150{
    --transform-translate-x: -150px !important;
  }

  .xxl\:-translate-x-200{
    --transform-translate-x: -200px !important;
  }

  .xxl\:-translate-x-250{
    --transform-translate-x: -250px !important;
  }

  .xxl\:-translate-x-270{
    --transform-translate-x: -270px !important;
  }

  .xxl\:-translate-x-310{
    --transform-translate-x: -310px !important;
  }

  .xxl\:-translate-x-330{
    --transform-translate-x: -330px !important;
  }

  .xxl\:-translate-x-390{
    --transform-translate-x: -390px !important;
  }

  .xxl\:-translate-x-400{
    --transform-translate-x: -400px !important;
  }

  .xxl\:-translate-x-450{
    --transform-translate-x: -450px !important;
  }

  .xxl\:-translate-x-500{
    --transform-translate-x: -500px !important;
  }

  .xxl\:-translate-x-550{
    --transform-translate-x: -550px !important;
  }

  .xxl\:-translate-x-600{
    --transform-translate-x: -600px !important;
  }

  .xxl\:-translate-x-700{
    --transform-translate-x: -700px !important;
  }

  .xxl\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xxl\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .xxl\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xxl\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xxl\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xxl\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xxl\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xxl\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xxl\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xxl\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xxl\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xxl\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xxl\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xxl\:translate-y-7{
    --transform-translate-y: 1.75rem !important;
  }

  .xxl\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xxl\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xxl\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xxl\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xxl\:translate-y-18{
    --transform-translate-y: 4.75rem !important;
  }

  .xxl\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xxl\:translate-y-22{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xxl\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xxl\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xxl\:translate-y-44{
    --transform-translate-y: 11rem !important;
  }

  .xxl\:translate-y-48{
    --transform-translate-y: 13rem !important;
  }

  .xxl\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xxl\:translate-y-60{
    --transform-translate-y: 15rem !important;
  }

  .xxl\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xxl\:translate-y-66{
    --transform-translate-y: 18rem !important;
  }

  .xxl\:translate-y-68{
    --transform-translate-y: 21rem !important;
  }

  .xxl\:translate-y-70{
    --transform-translate-y: 23rem !important;
  }

  .xxl\:translate-y-72{
    --transform-translate-y: 25rem !important;
  }

  .xxl\:translate-y-74{
    --transform-translate-y: 27rem !important;
  }

  .xxl\:translate-y-75{
    --transform-translate-y: 75px !important;
  }

  .xxl\:translate-y-78{
    --transform-translate-y: 29rem !important;
  }

  .xxl\:translate-y-80{
    --transform-translate-y: 80px !important;
  }

  .xxl\:translate-y-90{
    --transform-translate-y: 90px !important;
  }

  .xxl\:translate-y-150{
    --transform-translate-y: 150px !important;
  }

  .xxl\:translate-y-200{
    --transform-translate-y: 200px !important;
  }

  .xxl\:translate-y-250{
    --transform-translate-y: 250px !important;
  }

  .xxl\:translate-y-270{
    --transform-translate-y: 270px !important;
  }

  .xxl\:translate-y-310{
    --transform-translate-y: 310px !important;
  }

  .xxl\:translate-y-330{
    --transform-translate-y: 330px !important;
  }

  .xxl\:translate-y-390{
    --transform-translate-y: 390px !important;
  }

  .xxl\:translate-y-400{
    --transform-translate-y: 400px !important;
  }

  .xxl\:translate-y-450{
    --transform-translate-y: 450px !important;
  }

  .xxl\:translate-y-500{
    --transform-translate-y: 500px !important;
  }

  .xxl\:translate-y-550{
    --transform-translate-y: 550px !important;
  }

  .xxl\:translate-y-600{
    --transform-translate-y: 600px !important;
  }

  .xxl\:translate-y-700{
    --transform-translate-y: 700px !important;
  }

  .xxl\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xxl\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .xxl\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xxl\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xxl\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xxl\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xxl\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xxl\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xxl\:-translate-y-7{
    --transform-translate-y: -1.75rem !important;
  }

  .xxl\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xxl\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xxl\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xxl\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xxl\:-translate-y-18{
    --transform-translate-y: -4.75rem !important;
  }

  .xxl\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xxl\:-translate-y-22{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xxl\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xxl\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xxl\:-translate-y-44{
    --transform-translate-y: -11rem !important;
  }

  .xxl\:-translate-y-48{
    --transform-translate-y: -13rem !important;
  }

  .xxl\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xxl\:-translate-y-60{
    --transform-translate-y: -15rem !important;
  }

  .xxl\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xxl\:-translate-y-66{
    --transform-translate-y: -18rem !important;
  }

  .xxl\:-translate-y-68{
    --transform-translate-y: -21rem !important;
  }

  .xxl\:-translate-y-70{
    --transform-translate-y: -23rem !important;
  }

  .xxl\:-translate-y-72{
    --transform-translate-y: -25rem !important;
  }

  .xxl\:-translate-y-74{
    --transform-translate-y: -27rem !important;
  }

  .xxl\:-translate-y-75{
    --transform-translate-y: -75px !important;
  }

  .xxl\:-translate-y-78{
    --transform-translate-y: -29rem !important;
  }

  .xxl\:-translate-y-80{
    --transform-translate-y: -80px !important;
  }

  .xxl\:-translate-y-90{
    --transform-translate-y: -90px !important;
  }

  .xxl\:-translate-y-150{
    --transform-translate-y: -150px !important;
  }

  .xxl\:-translate-y-200{
    --transform-translate-y: -200px !important;
  }

  .xxl\:-translate-y-250{
    --transform-translate-y: -250px !important;
  }

  .xxl\:-translate-y-270{
    --transform-translate-y: -270px !important;
  }

  .xxl\:-translate-y-310{
    --transform-translate-y: -310px !important;
  }

  .xxl\:-translate-y-330{
    --transform-translate-y: -330px !important;
  }

  .xxl\:-translate-y-390{
    --transform-translate-y: -390px !important;
  }

  .xxl\:-translate-y-400{
    --transform-translate-y: -400px !important;
  }

  .xxl\:-translate-y-450{
    --transform-translate-y: -450px !important;
  }

  .xxl\:-translate-y-500{
    --transform-translate-y: -500px !important;
  }

  .xxl\:-translate-y-550{
    --transform-translate-y: -550px !important;
  }

  .xxl\:-translate-y-600{
    --transform-translate-y: -600px !important;
  }

  .xxl\:-translate-y-700{
    --transform-translate-y: -700px !important;
  }

  .xxl\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xxl\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .xxl\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xxl\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xxl\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xxl\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xxl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xxl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xxl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xxl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xxl\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xxl\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xxl\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xxl\:hover\:translate-x-7:hover{
    --transform-translate-x: 1.75rem !important;
  }

  .xxl\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xxl\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xxl\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xxl\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xxl\:hover\:translate-x-18:hover{
    --transform-translate-x: 4.75rem !important;
  }

  .xxl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xxl\:hover\:translate-x-22:hover{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .xxl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xxl\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xxl\:hover\:translate-x-44:hover{
    --transform-translate-x: 11rem !important;
  }

  .xxl\:hover\:translate-x-48:hover{
    --transform-translate-x: 13rem !important;
  }

  .xxl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xxl\:hover\:translate-x-60:hover{
    --transform-translate-x: 15rem !important;
  }

  .xxl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xxl\:hover\:translate-x-66:hover{
    --transform-translate-x: 18rem !important;
  }

  .xxl\:hover\:translate-x-68:hover{
    --transform-translate-x: 21rem !important;
  }

  .xxl\:hover\:translate-x-70:hover{
    --transform-translate-x: 23rem !important;
  }

  .xxl\:hover\:translate-x-72:hover{
    --transform-translate-x: 25rem !important;
  }

  .xxl\:hover\:translate-x-74:hover{
    --transform-translate-x: 27rem !important;
  }

  .xxl\:hover\:translate-x-75:hover{
    --transform-translate-x: 75px !important;
  }

  .xxl\:hover\:translate-x-78:hover{
    --transform-translate-x: 29rem !important;
  }

  .xxl\:hover\:translate-x-80:hover{
    --transform-translate-x: 80px !important;
  }

  .xxl\:hover\:translate-x-90:hover{
    --transform-translate-x: 90px !important;
  }

  .xxl\:hover\:translate-x-150:hover{
    --transform-translate-x: 150px !important;
  }

  .xxl\:hover\:translate-x-200:hover{
    --transform-translate-x: 200px !important;
  }

  .xxl\:hover\:translate-x-250:hover{
    --transform-translate-x: 250px !important;
  }

  .xxl\:hover\:translate-x-270:hover{
    --transform-translate-x: 270px !important;
  }

  .xxl\:hover\:translate-x-310:hover{
    --transform-translate-x: 310px !important;
  }

  .xxl\:hover\:translate-x-330:hover{
    --transform-translate-x: 330px !important;
  }

  .xxl\:hover\:translate-x-390:hover{
    --transform-translate-x: 390px !important;
  }

  .xxl\:hover\:translate-x-400:hover{
    --transform-translate-x: 400px !important;
  }

  .xxl\:hover\:translate-x-450:hover{
    --transform-translate-x: 450px !important;
  }

  .xxl\:hover\:translate-x-500:hover{
    --transform-translate-x: 500px !important;
  }

  .xxl\:hover\:translate-x-550:hover{
    --transform-translate-x: 550px !important;
  }

  .xxl\:hover\:translate-x-600:hover{
    --transform-translate-x: 600px !important;
  }

  .xxl\:hover\:translate-x-700:hover{
    --transform-translate-x: 700px !important;
  }

  .xxl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xxl\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .xxl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xxl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xxl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xxl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xxl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xxl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xxl\:hover\:-translate-x-7:hover{
    --transform-translate-x: -1.75rem !important;
  }

  .xxl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xxl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xxl\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xxl\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xxl\:hover\:-translate-x-18:hover{
    --transform-translate-x: -4.75rem !important;
  }

  .xxl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xxl\:hover\:-translate-x-22:hover{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .xxl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xxl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xxl\:hover\:-translate-x-44:hover{
    --transform-translate-x: -11rem !important;
  }

  .xxl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -13rem !important;
  }

  .xxl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xxl\:hover\:-translate-x-60:hover{
    --transform-translate-x: -15rem !important;
  }

  .xxl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xxl\:hover\:-translate-x-66:hover{
    --transform-translate-x: -18rem !important;
  }

  .xxl\:hover\:-translate-x-68:hover{
    --transform-translate-x: -21rem !important;
  }

  .xxl\:hover\:-translate-x-70:hover{
    --transform-translate-x: -23rem !important;
  }

  .xxl\:hover\:-translate-x-72:hover{
    --transform-translate-x: -25rem !important;
  }

  .xxl\:hover\:-translate-x-74:hover{
    --transform-translate-x: -27rem !important;
  }

  .xxl\:hover\:-translate-x-75:hover{
    --transform-translate-x: -75px !important;
  }

  .xxl\:hover\:-translate-x-78:hover{
    --transform-translate-x: -29rem !important;
  }

  .xxl\:hover\:-translate-x-80:hover{
    --transform-translate-x: -80px !important;
  }

  .xxl\:hover\:-translate-x-90:hover{
    --transform-translate-x: -90px !important;
  }

  .xxl\:hover\:-translate-x-150:hover{
    --transform-translate-x: -150px !important;
  }

  .xxl\:hover\:-translate-x-200:hover{
    --transform-translate-x: -200px !important;
  }

  .xxl\:hover\:-translate-x-250:hover{
    --transform-translate-x: -250px !important;
  }

  .xxl\:hover\:-translate-x-270:hover{
    --transform-translate-x: -270px !important;
  }

  .xxl\:hover\:-translate-x-310:hover{
    --transform-translate-x: -310px !important;
  }

  .xxl\:hover\:-translate-x-330:hover{
    --transform-translate-x: -330px !important;
  }

  .xxl\:hover\:-translate-x-390:hover{
    --transform-translate-x: -390px !important;
  }

  .xxl\:hover\:-translate-x-400:hover{
    --transform-translate-x: -400px !important;
  }

  .xxl\:hover\:-translate-x-450:hover{
    --transform-translate-x: -450px !important;
  }

  .xxl\:hover\:-translate-x-500:hover{
    --transform-translate-x: -500px !important;
  }

  .xxl\:hover\:-translate-x-550:hover{
    --transform-translate-x: -550px !important;
  }

  .xxl\:hover\:-translate-x-600:hover{
    --transform-translate-x: -600px !important;
  }

  .xxl\:hover\:-translate-x-700:hover{
    --transform-translate-x: -700px !important;
  }

  .xxl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xxl\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .xxl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xxl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xxl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xxl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xxl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xxl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xxl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xxl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xxl\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xxl\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xxl\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xxl\:hover\:translate-y-7:hover{
    --transform-translate-y: 1.75rem !important;
  }

  .xxl\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xxl\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xxl\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xxl\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xxl\:hover\:translate-y-18:hover{
    --transform-translate-y: 4.75rem !important;
  }

  .xxl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xxl\:hover\:translate-y-22:hover{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .xxl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xxl\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xxl\:hover\:translate-y-44:hover{
    --transform-translate-y: 11rem !important;
  }

  .xxl\:hover\:translate-y-48:hover{
    --transform-translate-y: 13rem !important;
  }

  .xxl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xxl\:hover\:translate-y-60:hover{
    --transform-translate-y: 15rem !important;
  }

  .xxl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xxl\:hover\:translate-y-66:hover{
    --transform-translate-y: 18rem !important;
  }

  .xxl\:hover\:translate-y-68:hover{
    --transform-translate-y: 21rem !important;
  }

  .xxl\:hover\:translate-y-70:hover{
    --transform-translate-y: 23rem !important;
  }

  .xxl\:hover\:translate-y-72:hover{
    --transform-translate-y: 25rem !important;
  }

  .xxl\:hover\:translate-y-74:hover{
    --transform-translate-y: 27rem !important;
  }

  .xxl\:hover\:translate-y-75:hover{
    --transform-translate-y: 75px !important;
  }

  .xxl\:hover\:translate-y-78:hover{
    --transform-translate-y: 29rem !important;
  }

  .xxl\:hover\:translate-y-80:hover{
    --transform-translate-y: 80px !important;
  }

  .xxl\:hover\:translate-y-90:hover{
    --transform-translate-y: 90px !important;
  }

  .xxl\:hover\:translate-y-150:hover{
    --transform-translate-y: 150px !important;
  }

  .xxl\:hover\:translate-y-200:hover{
    --transform-translate-y: 200px !important;
  }

  .xxl\:hover\:translate-y-250:hover{
    --transform-translate-y: 250px !important;
  }

  .xxl\:hover\:translate-y-270:hover{
    --transform-translate-y: 270px !important;
  }

  .xxl\:hover\:translate-y-310:hover{
    --transform-translate-y: 310px !important;
  }

  .xxl\:hover\:translate-y-330:hover{
    --transform-translate-y: 330px !important;
  }

  .xxl\:hover\:translate-y-390:hover{
    --transform-translate-y: 390px !important;
  }

  .xxl\:hover\:translate-y-400:hover{
    --transform-translate-y: 400px !important;
  }

  .xxl\:hover\:translate-y-450:hover{
    --transform-translate-y: 450px !important;
  }

  .xxl\:hover\:translate-y-500:hover{
    --transform-translate-y: 500px !important;
  }

  .xxl\:hover\:translate-y-550:hover{
    --transform-translate-y: 550px !important;
  }

  .xxl\:hover\:translate-y-600:hover{
    --transform-translate-y: 600px !important;
  }

  .xxl\:hover\:translate-y-700:hover{
    --transform-translate-y: 700px !important;
  }

  .xxl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xxl\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .xxl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xxl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xxl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xxl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xxl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xxl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xxl\:hover\:-translate-y-7:hover{
    --transform-translate-y: -1.75rem !important;
  }

  .xxl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xxl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xxl\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xxl\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xxl\:hover\:-translate-y-18:hover{
    --transform-translate-y: -4.75rem !important;
  }

  .xxl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xxl\:hover\:-translate-y-22:hover{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .xxl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xxl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xxl\:hover\:-translate-y-44:hover{
    --transform-translate-y: -11rem !important;
  }

  .xxl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -13rem !important;
  }

  .xxl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xxl\:hover\:-translate-y-60:hover{
    --transform-translate-y: -15rem !important;
  }

  .xxl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xxl\:hover\:-translate-y-66:hover{
    --transform-translate-y: -18rem !important;
  }

  .xxl\:hover\:-translate-y-68:hover{
    --transform-translate-y: -21rem !important;
  }

  .xxl\:hover\:-translate-y-70:hover{
    --transform-translate-y: -23rem !important;
  }

  .xxl\:hover\:-translate-y-72:hover{
    --transform-translate-y: -25rem !important;
  }

  .xxl\:hover\:-translate-y-74:hover{
    --transform-translate-y: -27rem !important;
  }

  .xxl\:hover\:-translate-y-75:hover{
    --transform-translate-y: -75px !important;
  }

  .xxl\:hover\:-translate-y-78:hover{
    --transform-translate-y: -29rem !important;
  }

  .xxl\:hover\:-translate-y-80:hover{
    --transform-translate-y: -80px !important;
  }

  .xxl\:hover\:-translate-y-90:hover{
    --transform-translate-y: -90px !important;
  }

  .xxl\:hover\:-translate-y-150:hover{
    --transform-translate-y: -150px !important;
  }

  .xxl\:hover\:-translate-y-200:hover{
    --transform-translate-y: -200px !important;
  }

  .xxl\:hover\:-translate-y-250:hover{
    --transform-translate-y: -250px !important;
  }

  .xxl\:hover\:-translate-y-270:hover{
    --transform-translate-y: -270px !important;
  }

  .xxl\:hover\:-translate-y-310:hover{
    --transform-translate-y: -310px !important;
  }

  .xxl\:hover\:-translate-y-330:hover{
    --transform-translate-y: -330px !important;
  }

  .xxl\:hover\:-translate-y-390:hover{
    --transform-translate-y: -390px !important;
  }

  .xxl\:hover\:-translate-y-400:hover{
    --transform-translate-y: -400px !important;
  }

  .xxl\:hover\:-translate-y-450:hover{
    --transform-translate-y: -450px !important;
  }

  .xxl\:hover\:-translate-y-500:hover{
    --transform-translate-y: -500px !important;
  }

  .xxl\:hover\:-translate-y-550:hover{
    --transform-translate-y: -550px !important;
  }

  .xxl\:hover\:-translate-y-600:hover{
    --transform-translate-y: -600px !important;
  }

  .xxl\:hover\:-translate-y-700:hover{
    --transform-translate-y: -700px !important;
  }

  .xxl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xxl\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .xxl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xxl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xxl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xxl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xxl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xxl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xxl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xxl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xxl\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xxl\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xxl\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xxl\:focus\:translate-x-7:focus{
    --transform-translate-x: 1.75rem !important;
  }

  .xxl\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xxl\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xxl\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xxl\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xxl\:focus\:translate-x-18:focus{
    --transform-translate-x: 4.75rem !important;
  }

  .xxl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xxl\:focus\:translate-x-22:focus{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .xxl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xxl\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xxl\:focus\:translate-x-44:focus{
    --transform-translate-x: 11rem !important;
  }

  .xxl\:focus\:translate-x-48:focus{
    --transform-translate-x: 13rem !important;
  }

  .xxl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xxl\:focus\:translate-x-60:focus{
    --transform-translate-x: 15rem !important;
  }

  .xxl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xxl\:focus\:translate-x-66:focus{
    --transform-translate-x: 18rem !important;
  }

  .xxl\:focus\:translate-x-68:focus{
    --transform-translate-x: 21rem !important;
  }

  .xxl\:focus\:translate-x-70:focus{
    --transform-translate-x: 23rem !important;
  }

  .xxl\:focus\:translate-x-72:focus{
    --transform-translate-x: 25rem !important;
  }

  .xxl\:focus\:translate-x-74:focus{
    --transform-translate-x: 27rem !important;
  }

  .xxl\:focus\:translate-x-75:focus{
    --transform-translate-x: 75px !important;
  }

  .xxl\:focus\:translate-x-78:focus{
    --transform-translate-x: 29rem !important;
  }

  .xxl\:focus\:translate-x-80:focus{
    --transform-translate-x: 80px !important;
  }

  .xxl\:focus\:translate-x-90:focus{
    --transform-translate-x: 90px !important;
  }

  .xxl\:focus\:translate-x-150:focus{
    --transform-translate-x: 150px !important;
  }

  .xxl\:focus\:translate-x-200:focus{
    --transform-translate-x: 200px !important;
  }

  .xxl\:focus\:translate-x-250:focus{
    --transform-translate-x: 250px !important;
  }

  .xxl\:focus\:translate-x-270:focus{
    --transform-translate-x: 270px !important;
  }

  .xxl\:focus\:translate-x-310:focus{
    --transform-translate-x: 310px !important;
  }

  .xxl\:focus\:translate-x-330:focus{
    --transform-translate-x: 330px !important;
  }

  .xxl\:focus\:translate-x-390:focus{
    --transform-translate-x: 390px !important;
  }

  .xxl\:focus\:translate-x-400:focus{
    --transform-translate-x: 400px !important;
  }

  .xxl\:focus\:translate-x-450:focus{
    --transform-translate-x: 450px !important;
  }

  .xxl\:focus\:translate-x-500:focus{
    --transform-translate-x: 500px !important;
  }

  .xxl\:focus\:translate-x-550:focus{
    --transform-translate-x: 550px !important;
  }

  .xxl\:focus\:translate-x-600:focus{
    --transform-translate-x: 600px !important;
  }

  .xxl\:focus\:translate-x-700:focus{
    --transform-translate-x: 700px !important;
  }

  .xxl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xxl\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .xxl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xxl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xxl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xxl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xxl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xxl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xxl\:focus\:-translate-x-7:focus{
    --transform-translate-x: -1.75rem !important;
  }

  .xxl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xxl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xxl\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xxl\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xxl\:focus\:-translate-x-18:focus{
    --transform-translate-x: -4.75rem !important;
  }

  .xxl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xxl\:focus\:-translate-x-22:focus{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .xxl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xxl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xxl\:focus\:-translate-x-44:focus{
    --transform-translate-x: -11rem !important;
  }

  .xxl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -13rem !important;
  }

  .xxl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xxl\:focus\:-translate-x-60:focus{
    --transform-translate-x: -15rem !important;
  }

  .xxl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xxl\:focus\:-translate-x-66:focus{
    --transform-translate-x: -18rem !important;
  }

  .xxl\:focus\:-translate-x-68:focus{
    --transform-translate-x: -21rem !important;
  }

  .xxl\:focus\:-translate-x-70:focus{
    --transform-translate-x: -23rem !important;
  }

  .xxl\:focus\:-translate-x-72:focus{
    --transform-translate-x: -25rem !important;
  }

  .xxl\:focus\:-translate-x-74:focus{
    --transform-translate-x: -27rem !important;
  }

  .xxl\:focus\:-translate-x-75:focus{
    --transform-translate-x: -75px !important;
  }

  .xxl\:focus\:-translate-x-78:focus{
    --transform-translate-x: -29rem !important;
  }

  .xxl\:focus\:-translate-x-80:focus{
    --transform-translate-x: -80px !important;
  }

  .xxl\:focus\:-translate-x-90:focus{
    --transform-translate-x: -90px !important;
  }

  .xxl\:focus\:-translate-x-150:focus{
    --transform-translate-x: -150px !important;
  }

  .xxl\:focus\:-translate-x-200:focus{
    --transform-translate-x: -200px !important;
  }

  .xxl\:focus\:-translate-x-250:focus{
    --transform-translate-x: -250px !important;
  }

  .xxl\:focus\:-translate-x-270:focus{
    --transform-translate-x: -270px !important;
  }

  .xxl\:focus\:-translate-x-310:focus{
    --transform-translate-x: -310px !important;
  }

  .xxl\:focus\:-translate-x-330:focus{
    --transform-translate-x: -330px !important;
  }

  .xxl\:focus\:-translate-x-390:focus{
    --transform-translate-x: -390px !important;
  }

  .xxl\:focus\:-translate-x-400:focus{
    --transform-translate-x: -400px !important;
  }

  .xxl\:focus\:-translate-x-450:focus{
    --transform-translate-x: -450px !important;
  }

  .xxl\:focus\:-translate-x-500:focus{
    --transform-translate-x: -500px !important;
  }

  .xxl\:focus\:-translate-x-550:focus{
    --transform-translate-x: -550px !important;
  }

  .xxl\:focus\:-translate-x-600:focus{
    --transform-translate-x: -600px !important;
  }

  .xxl\:focus\:-translate-x-700:focus{
    --transform-translate-x: -700px !important;
  }

  .xxl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xxl\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .xxl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xxl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xxl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xxl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xxl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xxl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xxl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xxl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xxl\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xxl\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xxl\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xxl\:focus\:translate-y-7:focus{
    --transform-translate-y: 1.75rem !important;
  }

  .xxl\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xxl\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xxl\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xxl\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xxl\:focus\:translate-y-18:focus{
    --transform-translate-y: 4.75rem !important;
  }

  .xxl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xxl\:focus\:translate-y-22:focus{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .xxl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xxl\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xxl\:focus\:translate-y-44:focus{
    --transform-translate-y: 11rem !important;
  }

  .xxl\:focus\:translate-y-48:focus{
    --transform-translate-y: 13rem !important;
  }

  .xxl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xxl\:focus\:translate-y-60:focus{
    --transform-translate-y: 15rem !important;
  }

  .xxl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xxl\:focus\:translate-y-66:focus{
    --transform-translate-y: 18rem !important;
  }

  .xxl\:focus\:translate-y-68:focus{
    --transform-translate-y: 21rem !important;
  }

  .xxl\:focus\:translate-y-70:focus{
    --transform-translate-y: 23rem !important;
  }

  .xxl\:focus\:translate-y-72:focus{
    --transform-translate-y: 25rem !important;
  }

  .xxl\:focus\:translate-y-74:focus{
    --transform-translate-y: 27rem !important;
  }

  .xxl\:focus\:translate-y-75:focus{
    --transform-translate-y: 75px !important;
  }

  .xxl\:focus\:translate-y-78:focus{
    --transform-translate-y: 29rem !important;
  }

  .xxl\:focus\:translate-y-80:focus{
    --transform-translate-y: 80px !important;
  }

  .xxl\:focus\:translate-y-90:focus{
    --transform-translate-y: 90px !important;
  }

  .xxl\:focus\:translate-y-150:focus{
    --transform-translate-y: 150px !important;
  }

  .xxl\:focus\:translate-y-200:focus{
    --transform-translate-y: 200px !important;
  }

  .xxl\:focus\:translate-y-250:focus{
    --transform-translate-y: 250px !important;
  }

  .xxl\:focus\:translate-y-270:focus{
    --transform-translate-y: 270px !important;
  }

  .xxl\:focus\:translate-y-310:focus{
    --transform-translate-y: 310px !important;
  }

  .xxl\:focus\:translate-y-330:focus{
    --transform-translate-y: 330px !important;
  }

  .xxl\:focus\:translate-y-390:focus{
    --transform-translate-y: 390px !important;
  }

  .xxl\:focus\:translate-y-400:focus{
    --transform-translate-y: 400px !important;
  }

  .xxl\:focus\:translate-y-450:focus{
    --transform-translate-y: 450px !important;
  }

  .xxl\:focus\:translate-y-500:focus{
    --transform-translate-y: 500px !important;
  }

  .xxl\:focus\:translate-y-550:focus{
    --transform-translate-y: 550px !important;
  }

  .xxl\:focus\:translate-y-600:focus{
    --transform-translate-y: 600px !important;
  }

  .xxl\:focus\:translate-y-700:focus{
    --transform-translate-y: 700px !important;
  }

  .xxl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xxl\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .xxl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xxl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xxl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xxl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xxl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xxl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xxl\:focus\:-translate-y-7:focus{
    --transform-translate-y: -1.75rem !important;
  }

  .xxl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xxl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xxl\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xxl\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xxl\:focus\:-translate-y-18:focus{
    --transform-translate-y: -4.75rem !important;
  }

  .xxl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xxl\:focus\:-translate-y-22:focus{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .xxl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xxl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xxl\:focus\:-translate-y-44:focus{
    --transform-translate-y: -11rem !important;
  }

  .xxl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -13rem !important;
  }

  .xxl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xxl\:focus\:-translate-y-60:focus{
    --transform-translate-y: -15rem !important;
  }

  .xxl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xxl\:focus\:-translate-y-66:focus{
    --transform-translate-y: -18rem !important;
  }

  .xxl\:focus\:-translate-y-68:focus{
    --transform-translate-y: -21rem !important;
  }

  .xxl\:focus\:-translate-y-70:focus{
    --transform-translate-y: -23rem !important;
  }

  .xxl\:focus\:-translate-y-72:focus{
    --transform-translate-y: -25rem !important;
  }

  .xxl\:focus\:-translate-y-74:focus{
    --transform-translate-y: -27rem !important;
  }

  .xxl\:focus\:-translate-y-75:focus{
    --transform-translate-y: -75px !important;
  }

  .xxl\:focus\:-translate-y-78:focus{
    --transform-translate-y: -29rem !important;
  }

  .xxl\:focus\:-translate-y-80:focus{
    --transform-translate-y: -80px !important;
  }

  .xxl\:focus\:-translate-y-90:focus{
    --transform-translate-y: -90px !important;
  }

  .xxl\:focus\:-translate-y-150:focus{
    --transform-translate-y: -150px !important;
  }

  .xxl\:focus\:-translate-y-200:focus{
    --transform-translate-y: -200px !important;
  }

  .xxl\:focus\:-translate-y-250:focus{
    --transform-translate-y: -250px !important;
  }

  .xxl\:focus\:-translate-y-270:focus{
    --transform-translate-y: -270px !important;
  }

  .xxl\:focus\:-translate-y-310:focus{
    --transform-translate-y: -310px !important;
  }

  .xxl\:focus\:-translate-y-330:focus{
    --transform-translate-y: -330px !important;
  }

  .xxl\:focus\:-translate-y-390:focus{
    --transform-translate-y: -390px !important;
  }

  .xxl\:focus\:-translate-y-400:focus{
    --transform-translate-y: -400px !important;
  }

  .xxl\:focus\:-translate-y-450:focus{
    --transform-translate-y: -450px !important;
  }

  .xxl\:focus\:-translate-y-500:focus{
    --transform-translate-y: -500px !important;
  }

  .xxl\:focus\:-translate-y-550:focus{
    --transform-translate-y: -550px !important;
  }

  .xxl\:focus\:-translate-y-600:focus{
    --transform-translate-y: -600px !important;
  }

  .xxl\:focus\:-translate-y-700:focus{
    --transform-translate-y: -700px !important;
  }

  .xxl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xxl\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .xxl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xxl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xxl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xxl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xxl\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xxl\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xxl\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xxl\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xxl\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xxl\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xxl\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xxl\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xxl\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xxl\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xxl\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xxl\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xxl\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xxl\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xxl\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xxl\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xxl\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xxl\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xxl\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xxl\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xxl\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xxl\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xxl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xxl\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xxl\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xxl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xxl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xxl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xxl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xxl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xxl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xxl\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xxl\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xxl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xxl\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xxl\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xxl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xxl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xxl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xxl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xxl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xxl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xxl\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xxl\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xxl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xxl\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xxl\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xxl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xxl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xxl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xxl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xxl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xxl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xxl\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xxl\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xxl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xxl\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xxl\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xxl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xxl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xxl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xxl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xxl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xxl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xxl\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xxl\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xxl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xxl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xxl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xxl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xxl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xxl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xxl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xxl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .xxl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xxl\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xxl\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xxl\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xxl\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xxl\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xxl\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xxl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xxl\:delay-75{
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xxl\:delay-100{
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xxl\:delay-150{
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xxl\:delay-200{
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xxl\:delay-300{
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xxl\:delay-500{
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xxl\:delay-700{
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xxl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .xxl\:animate-none{
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xxl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .xxl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .xxl\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .xxl\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .xxl\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .xxl\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .xxl\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }
}
